Brad King
4ada475ef5
VS: Fix VS 2015 .vcxproj debug setting for Windows7.1SDK toolset
...
Closes : #16213
2016-08-04 11:40:09 -04:00
Brad King
8abca14034
Merge branch 'upstream-KWSys' into update-kwsys
...
* upstream-KWSys:
KWSys 2016-08-03 (6d23dd7e)
2016-08-04 10:11:07 -04:00
Brad King
2df3719d2c
Merge topic 'extra-generator-factories'
...
cd52a225 Report more information about extra generators in generator factories
a354f60c Refactor extra generator registration to use factories
2016-08-04 09:56:47 -04:00
Brad King
ac7c12eced
Merge topic 'update-kwsys'
...
b602cb85 Merge branch 'upstream-KWSys' into update-kwsys
3e6ec47c KWSys 2016-08-02 (3f55579d)
2016-08-04 09:56:44 -04:00
Brad King
e555480c60
Ninja: Fix response file format for GNU-like Clang on Windows
...
The `CMAKE_<LANG>_SIMULATE_ID` variables are not set to "GNU" for a
GNU-like Clang compiler on Windows. They are only set to "MSVC" for a
MSVC-like Clang. Revise our response file format selection accordingly.
Reported-by: Chaoren Lin <chaorenl@google.com>
2016-08-04 09:44:56 -04:00
Kitware Robot
2c0e87fff3
CMake Nightly Date Stamp
2016-08-04 00:01:06 -04:00
Brad King
b602cb85c9
Merge branch 'upstream-KWSys' into update-kwsys
...
* upstream-KWSys:
KWSys 2016-08-02 (3f55579d)
2016-08-03 10:10:28 -04:00
Tobias Hunger
cd52a225d2
Report more information about extra generators in generator factories
2016-08-03 09:44:40 -04:00
Tobias Hunger
a354f60ce0
Refactor extra generator registration to use factories
...
This will allow additional information about the availability
and capabilities of extra generators to be queried without
actually creating them.
Instead of a static NewFactory() method like the main generator
factories have, use a static GetFactory() method to get a pointer to a
statically allocated extra generator factory. This simplifies memory
management.
2016-08-03 09:43:00 -04:00
Brad King
382c4fca6b
Merge topic 'ccmake-vim-navigation'
...
e34e9c27 ccmake: Add VIM-like bindings for navigation
9a1b6c60 ccmake: Revise documentation for [d]
31b6cf41 ccmake: Fix typo in help (it's -> its)
2016-08-03 09:20:59 -04:00
Brad King
ec807f6edf
Merge topic 'port-to-sco'
...
56539d89 SCO_SV: Enable so filename versioning
16a3a735 cmELF: Port to SCO OpenServer 5.0.7/3.2
2016-08-03 09:20:47 -04:00
Brad King
f8792c12b9
Merge topic 'update-kwsys'
...
35995fa6 Merge branch 'upstream-KWSys' into update-kwsys
6bc3073e KWSys 2016-08-01 (560bcdbb)
2016-08-03 09:20:41 -04:00
Brad King
7b65e49529
Merge topic 'wix-root-description'
...
e29bfbf2 CPackWIX: Support custom title and description for the root feature
2016-08-03 09:20:38 -04:00
Kitware Robot
33fe4751e8
CMake Nightly Date Stamp
2016-08-03 00:01:04 -04:00
Paul Seyfert
e34e9c2705
ccmake: Add VIM-like bindings for navigation
...
* scroll with j/k
* toggle bool with space, enter insert mode with i
* bindings not shown at the bottom of the screen, but given in help
2016-08-02 14:53:15 -04:00
Paul Seyfert
9a1b6c6037
ccmake: Revise documentation for [d]
...
* list it at the bottom of the screen
* different place in help message
2016-08-02 14:53:15 -04:00
Paul Seyfert
31b6cf41c5
ccmake: Fix typo in help (it's -> its)
2016-08-02 14:53:06 -04:00
Patrick Welche
16a3a73508
cmELF: Port to SCO OpenServer 5.0.7/3.2
...
Take changes used by pkgsrc [1]:
* SCO OpenServer 5.0.7/3.2 does not support 64-bit ELF.
[1] http://cdn.netbsd.org/pub/pkgsrc/current/pkgsrc/devel/cmake/patches/
2016-08-02 10:04:31 -04:00
Brad King
35995fa6b5
Merge branch 'upstream-KWSys' into update-kwsys
...
* upstream-KWSys:
KWSys 2016-08-01 (560bcdbb)
2016-08-02 09:21:52 -04:00
Michael Stürmer
e29bfbf272
CPackWIX: Support custom title and description for the root feature
...
These can now be specified through the WIX generator specific
CPack variables CPACK_WIX_ROOT_FEATURE_TITLE and
CPACK_WIX_ROOT_FEATURE_DESCRIPTION.
2016-08-02 14:05:08 +02:00
Kitware Robot
55d9bfa9dd
CMake Nightly Date Stamp
2016-08-02 00:01:04 -04:00
Brad King
5ec03c93fc
Merge topic 'wix-disabled-components'
...
ad453f05 CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED
6f108f84 CPackComponent: Document the *_HIDDEN and *_DISABLED variables
2016-08-01 14:59:53 -04:00
Brad King
bfac78d074
Merge topic 'more-virtual-override'
...
624b7215 Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides
2016-08-01 14:59:47 -04:00
Brad King
2711c35a8d
Merge topic 'app-framework-bundle-extension'
...
f951d0ad Add tests for BUNDLE_EXTENSION
c63380b1 Update documentation about bundle extensions
134d5c1f Honor BUNDLE_EXTENSION also for Frameworks (#14742 )
2b909c08 Honor BUNDLE_EXTENSION also for App Bundles (#16148 )
2016-08-01 14:59:44 -04:00
Brad King
8427b8e11c
Merge topic 'aliased-target-properties'
...
ea647533 Do not report ALIASED_TARGET as always set (#15783 )
2016-08-01 14:59:41 -04:00
Kitware Robot
8b9cd61337
CMake Nightly Date Stamp
2016-08-01 00:01:03 -04:00
Kitware Robot
963c4e4b90
CMake Nightly Date Stamp
2016-07-31 00:01:03 -04:00
Kitware Robot
99f5a32c7a
CMake Nightly Date Stamp
2016-07-30 00:01:02 -04:00
Kitware Robot
db713223a8
CMake Nightly Date Stamp
2016-07-29 00:01:03 -04:00
Kitware Robot
09a86b392e
CMake Nightly Date Stamp
2016-07-28 00:01:04 -04:00
Kitware Robot
73c618be70
CMake Nightly Date Stamp
2016-07-27 00:01:03 -04:00
Kitware Robot
8f884f2146
CMake Nightly Date Stamp
2016-07-26 00:01:02 -04:00
Kitware Robot
3d57541d6d
CMake Nightly Date Stamp
2016-07-25 00:01:07 -04:00
Kitware Robot
ffc7c24b2e
CMake Nightly Date Stamp
2016-07-24 00:01:03 -04:00
Kitware Robot
d615d20a63
CMake Nightly Date Stamp
2016-07-23 00:01:04 -04:00
Brad King
624b72159b
Source/CPack: Add CM_OVERRIDE on MacOS cmCPackGenerator overrides
2016-07-22 10:42:37 -04:00
Brad King
f59513140b
CMake 3.6.1
2016-07-22 09:26:11 -04:00
Brad King
1fc340f0d4
Merge topic 'windows-export-all-fix-objlib'
...
13a6ff31 VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries
2016-07-22 09:17:48 -04:00
Brad King
4c61e40cc5
Merge topic 'vs-default-v100'
...
059c230d VS: Explicitly default to v100 toolset in Visual Studio 2010
2016-07-22 09:17:36 -04:00
Brad King
19ccd35473
Merge topic 'revert-autogen-subdirs'
...
5e55d87b Autogen: Revert changes to generate moc/rcc in subdirectories
2016-07-22 09:17:28 -04:00
Michael Stürmer
ad453f0502
CPackWIX: Support CPACK_COMPONENT_<compName>_DISABLED
...
Reviewed-by: Nils Gladitz <nilsgladitz@gmail.com>
2016-07-22 08:49:29 +02:00
Gregor Jasny
134d5c1f7c
Honor BUNDLE_EXTENSION also for Frameworks ( #14742 )
2016-07-21 23:16:50 -07:00
Gregor Jasny
2b909c08f5
Honor BUNDLE_EXTENSION also for App Bundles ( #16148 )
2016-07-21 23:16:50 -07:00
Kitware Robot
7bfbcc75a3
CMake Nightly Date Stamp
2016-07-22 00:01:03 -04:00
Brad King
dbc0ec1648
Merge topic 'makefile-response-files'
...
c7a7c655 Makefile: Avoid link line object list lengths nearing system limits
34ba5c53 Makefile: Factor out response file checks into common helper
2016-07-21 11:27:31 -04:00
Benjamin Ballet
059c230d89
VS: Explicitly default to v100 toolset in Visual Studio 2010
...
Otherwise `CMAKE_VS_PLATFORM_TOOLSET` is not set even though the `v100`
toolset is chosen.
2016-07-21 11:13:16 -04:00
Brad King
13a6ff31be
VS: Fix WINDOWS_EXPORT_ALL_SYMBOLS for object libraries
...
Teach Visual Studio generators to include object files from object
libraries in the list of objects whose symbols are to be exported.
The Makefile and Ninja generators already did this. Update the
test to cover this case.
Reported-by: Bertrand Bellenot <Bertrand.Bellenot@cern.ch>
2016-07-21 11:05:22 -04:00
Brad King
850764fc70
Merge topic 'vs-alternate-RootNamespace'
...
8aa97fba VS: Handle VS_GLOBAL_RootNamespace special case
2016-07-21 10:39:10 -04:00
Brad King
e297e0455e
Merge topic 'ninja-target-deps'
...
1296a0ea Ninja: Fix inter-target order-only dependencies of custom commands
2016-07-21 10:39:07 -04:00
Brad King
a4498cc9ae
Merge topic 'update-kwsys'
...
e9849d35 bootstrap: Add check for ext/stdio_filebuf.h needed by KWSys
51d9e8ae Merge branch 'upstream-KWSys' into update-kwsys
9ef2b2b1 KWSys 2016-07-19 (9d1dbd95)
2016-07-21 10:39:01 -04:00