[Cmake-commits] CMake branch, next, updated. v3.4.0-1388-gad5e439

Bill Hoffman bill.hoffman at kitware.com
Mon Nov 16 16:37:58 EST 2015


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "CMake".

The branch, next has been updated
       via  ad5e439deac90094883bf6f050d5877379e22a2c (commit)
       via  295b83a84d068b7ad673c586e085901a0779baac (commit)
      from  c8db8b97f9364a6c0677c698f7ce5bde1e4a9742 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad5e439deac90094883bf6f050d5877379e22a2c
commit ad5e439deac90094883bf6f050d5877379e22a2c
Merge: c8db8b9 295b83a
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Nov 16 16:37:57 2015 -0500
Commit:     CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Mon Nov 16 16:37:57 2015 -0500

    Merge topic 'unique_def_symbols' into next
    
    295b83a8 add missing file.


https://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=295b83a84d068b7ad673c586e085901a0779baac
commit 295b83a84d068b7ad673c586e085901a0779baac
Author:     Bill Hoffman <bill.hoffman at kitware.com>
AuthorDate: Mon Nov 16 16:37:35 2015 -0500
Commit:     Bill Hoffman <bill.hoffman at kitware.com>
CommitDate: Mon Nov 16 16:37:35 2015 -0500

    add missing file.

diff --git a/Source/bindexplib.h b/Source/bindexplib.h
new file mode 100644
index 0000000..8661a4a
--- /dev/null
+++ b/Source/bindexplib.h
@@ -0,0 +1,29 @@
+/*============================================================================
+  CMake - Cross Platform Makefile Generator
+  Copyright 2000-2009 Kitware, Inc., Insight Software Consortium
+
+  Distributed under the OSI-approved BSD License (the "License");
+  see accompanying file Copyright.txt for details.
+
+  This software is distributed WITHOUT ANY WARRANTY; without even the
+  implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
+  See the License for more information.
+============================================================================*/
+
+#ifndef bindexplib_h
+#define bindexplib_h
+
+#include "cmStandardIncludes.h"
+
+
+class bindexplib
+{
+public:
+  bindexplib() {}
+  bool AddObjectFile(const char* filename);
+  void WriteFile(FILE* file);
+private:
+  std::set<std::string> Symbols;
+  std::set<std::string> DataSymbols;
+};
+#endif

-----------------------------------------------------------------------

Summary of changes:
 Source/{cmVersionMacros.h => bindexplib.h} |   21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)
 copy Source/{cmVersionMacros.h => bindexplib.h} (67%)


hooks/post-receive
-- 
CMake


More information about the Cmake-commits mailing list