[Cmake-commits] CMake branch, master, updated. v3.3.0-rc3-364-gad91d0e
Brad King
brad.king at kitware.com
Wed Jul 8 09:19:09 EDT 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, master has been updated
via ad91d0edd5b8e56dc6afffa38e01bcc7d0d265cd (commit)
via 8f86407cfd4331dc1f2eb67f4f179ed8fe9dea06 (commit)
via 069aa93b555293679f4b8c07623133ba62a74ee4 (commit)
via 61bbbdcf9c0d1aed584fb976cd20c55ee9077850 (commit)
via de70c922d9c846cf3a6fabfbedd054c02f4b8934 (commit)
via 8ea69dfef1e81a9811fe8a3d7198580dd21cb48f (commit)
via 2963cb2a559fd27edd53b7fb7036cba0adc8b9ca (commit)
via 4ff09893232b26b5c2961fb1e2a31836cad00a35 (commit)
via 7de8276ca92db0630009eeab865afc445a30e1b8 (commit)
via 65086ad778b5d8312e4168fc5ed670e545be7d4b (commit)
from b98574dab2f4fb28c53025c5204cc06ece7de0c2 (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 -----------------------------------------------------------------
http://cmake.org/gitweb?p=cmake.git;a=commitdiff;h=ad91d0edd5b8e56dc6afffa38e01bcc7d0d265cd
commit ad91d0edd5b8e56dc6afffa38e01bcc7d0d265cd
Merge: b98574d 8f86407
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 8 09:19:07 2015 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 8 09:19:07 2015 -0400
Merge topic 'auto_export_dll_symbols'
8f86407c Windows: Optionally generate DLL module definition files automatically
069aa93b bindexplib: Add support for "/bigobj" format objects
61bbbdcf bindexplib: Fix treatment of some symbols
de70c922 bindexplib: Teach DumpFile to return errors
8ea69dfe bindexplib: Build source as part of CMakeLib
2963cb2a bindexplib: Wrap long lines
4ff09893 bindexplib: Drop code that CMake does not need
7de8276c bindexplib: Add copyright/license notice block
65086ad7 bindexplib: Import original implementation from CERN
-----------------------------------------------------------------------
Summary of changes:
Help/manual/cmake-properties.7.rst | 1 +
Help/manual/cmake-variables.7.rst | 1 +
Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst | 18 +
Help/release/dev/auto_export_dll_symbols.rst | 6 +
Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst | 6 +
Modules/Platform/Windows-MSVC.cmake | 2 +
Source/CMakeLists.txt | 1 +
Source/bindexplib.cxx | 428 ++++++++++++++++++++
Source/cmGlobalVisualStudioGenerator.cxx | 70 ++++
Source/cmGlobalVisualStudioGenerator.h | 4 +
Source/cmLocalVisualStudio7Generator.cxx | 31 +-
Source/cmMakefileLibraryTargetGenerator.cxx | 53 +++
Source/cmNinjaNormalTargetGenerator.cxx | 54 +++
Source/cmTarget.cxx | 5 +
Source/cmVisualStudio10TargetGenerator.cxx | 30 +-
Source/cmcmd.cxx | 39 ++
Tests/RunCMake/AutoExportDll/AutoExport.cmake | 7 +
.../AutoExportDll/AutoExportBuild-stderr.txt | 1 +
.../{CMP0057 => AutoExportDll}/CMakeLists.txt | 0
Tests/RunCMake/AutoExportDll/RunCMakeTest.cmake | 26 ++
Tests/RunCMake/AutoExportDll/foo.c | 15 +
Tests/RunCMake/AutoExportDll/hello.cxx | 13 +
Tests/RunCMake/AutoExportDll/hello.h | 18 +
Tests/RunCMake/AutoExportDll/say.cxx | 37 ++
Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt | 5 +
.../AutoExportDll/sub/sub.cxx} | 2 +-
Tests/RunCMake/AutoExportDll/world.cxx | 6 +
Tests/RunCMake/CMakeLists.txt | 3 +
28 files changed, 878 insertions(+), 4 deletions(-)
create mode 100644 Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst
create mode 100644 Help/release/dev/auto_export_dll_symbols.rst
create mode 100644 Help/variable/CMAKE_WINDOWS_EXPORT_ALL_SYMBOLS.rst
create mode 100644 Source/bindexplib.cxx
create mode 100644 Tests/RunCMake/AutoExportDll/AutoExport.cmake
create mode 100644 Tests/RunCMake/AutoExportDll/AutoExportBuild-stderr.txt
copy Tests/RunCMake/{CMP0057 => AutoExportDll}/CMakeLists.txt (100%)
create mode 100644 Tests/RunCMake/AutoExportDll/RunCMakeTest.cmake
create mode 100644 Tests/RunCMake/AutoExportDll/foo.c
create mode 100644 Tests/RunCMake/AutoExportDll/hello.cxx
create mode 100644 Tests/RunCMake/AutoExportDll/hello.h
create mode 100644 Tests/RunCMake/AutoExportDll/say.cxx
create mode 100644 Tests/RunCMake/AutoExportDll/sub/CMakeLists.txt
copy Tests/{SubProject/gen.cxx.in => RunCMake/AutoExportDll/sub/sub.cxx} (62%)
create mode 100644 Tests/RunCMake/AutoExportDll/world.cxx
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list