[Cmake-commits] CMake branch, master, updated. v3.6.0-364-g40f24f0
Brad King
brad.king at kitware.com
Wed Jul 13 09:26:35 EDT 2016
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 40f24f0ec266c15f8e887cb7e2be957b23d32c6a (commit)
via 9da725cb00d25c7d3f45e8ee8c943ec5241d6227 (commit)
via 2005b960672d2d552585805ea398b02400a576b7 (commit)
from 43875ca59ce4084bd1bd857e4d3e1c18b682a466 (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=40f24f0ec266c15f8e887cb7e2be957b23d32c6a
commit 40f24f0ec266c15f8e887cb7e2be957b23d32c6a
Merge: 43875ca 9da725c
Author: Brad King <brad.king at kitware.com>
AuthorDate: Wed Jul 13 09:26:33 2016 -0400
Commit: CMake Topic Stage <kwrobot at kitware.com>
CommitDate: Wed Jul 13 09:26:33 2016 -0400
Merge topic 'windows-export-all-from-exe'
9da725cb Windows: Honor WINDOWS_EXPORT_ALL_SYMBOLS for executables with exports
2005b960 Makefile: Factor out WINDOWS_EXPORT_ALL_SYMBOLS helper
-----------------------------------------------------------------------
Summary of changes:
Help/prop_tgt/WINDOWS_EXPORT_ALL_SYMBOLS.rst | 5 ++-
Help/release/dev/windows-export-all-from-exe.rst | 5 +++
Source/cmLocalVisualStudio7Generator.cxx | 6 ++-
Source/cmMakefileExecutableTargetGenerator.cxx | 6 +++
Source/cmMakefileLibraryTargetGenerator.cxx | 43 +---------------------
Source/cmMakefileTargetGenerator.cxx | 43 ++++++++++++++++++++++
Source/cmMakefileTargetGenerator.h | 4 ++
Source/cmNinjaNormalTargetGenerator.cxx | 6 ++-
Source/cmTarget.cxx | 3 +-
Source/cmVisualStudio10TargetGenerator.cxx | 6 ++-
Tests/RunCMake/AutoExportDll/AutoExport.cmake | 6 +++
Tests/RunCMake/AutoExportDll/hello2.c | 8 ++++
Tests/RunCMake/AutoExportDll/say.cxx | 8 ++++
13 files changed, 98 insertions(+), 51 deletions(-)
create mode 100644 Help/release/dev/windows-export-all-from-exe.rst
create mode 100644 Tests/RunCMake/AutoExportDll/hello2.c
hooks/post-receive
--
CMake
More information about the Cmake-commits
mailing list