Brad King
139b86b7ed
Merge topic 'update-kwsys'
...
edad0369 Merge branch 'upstream-kwsys' into update-kwsys
397bccba KWSys 2014-05-05 (f3a36760)
2014-05-07 09:13:28 -04:00
Kitware Robot
c010e7cc80
CMake Nightly Date Stamp
2014-05-07 00:01:08 -04:00
Brad King
8e767a27d2
Merge topic 'CMAKE_CXX_KNOWN_FEATURES-global-property'
...
3fdfa5d3 Features: Make CMAKE_CXX_KNOWN_FEATURES a property.
2014-05-06 13:48:42 -04:00
Brad King
edad036971
Merge branch 'upstream-kwsys' into update-kwsys
2014-05-06 08:46:59 -04:00
Kitware Robot
f410c03142
CMake Nightly Date Stamp
2014-05-06 00:01:08 -04:00
Kitware Robot
1aed32faae
CMake Nightly Date Stamp
2014-05-05 00:01:06 -04:00
Kitware Robot
f16fdc0263
CMake Nightly Date Stamp
2014-05-04 00:01:09 -04:00
Kitware Robot
33696e8331
CMake Nightly Date Stamp
2014-05-03 00:01:07 -04:00
Stephen Kelly
3fdfa5d3fc
Features: Make CMAKE_CXX_KNOWN_FEATURES a property.
...
As a 'built-in' variable it imposes a cost on all variable lookups
and it is expected to be rarely used.
2014-05-02 10:18:16 +02:00
Kitware Robot
2615185418
CMake Nightly Date Stamp
2014-05-02 00:01:07 -04:00
Brad King
ecdc1985e3
Merge topic 'file-generate-if-different'
...
42e1cd13 file(GENERATE): Only write the file if content is different.
2014-05-01 09:11:23 -04:00
Kitware Robot
849d869223
CMake Nightly Date Stamp
2014-05-01 00:01:12 -04:00
Brad King
d41adb440f
Merge topic 'osx-init-early'
...
bbc358c3 Merge branch 'master' into osx-init-early
0cce556b Xcode: Use sysroot and deployment target to identify compiler
0200d0a9 OS X: Factor a Darwin-Initialize module out of Platform/Darwin
416761e3 Add platform-specific initialization step when enabling languages
2014-04-30 09:42:02 -04:00
Brad King
8535d4cf5d
Merge topic 'cxx98-features'
...
a36b957f Features: Add cxx_template_template_parameters.
2014-04-30 09:42:00 -04:00
Stephen Kelly
42e1cd137c
file(GENERATE): Only write the file if content is different.
...
No policy is used to control this behavior for now.
2014-04-30 15:18:13 +02:00
Kitware Robot
b0e955f129
CMake Nightly Date Stamp
2014-04-30 00:01:07 -04:00
Brad King
1b5fac4695
Merge topic 'doc-full-help'
...
478356e6 Restore --help-full option to output all help manuals
2014-04-29 09:58:46 -04:00
Brad King
bbc358c3fc
Merge branch 'master' into osx-init-early
...
Resolve conflict in Source/cmGlobalGenerator.cxx by integrating
changes from both sides.
2014-04-29 09:36:55 -04:00
Brad King
416761e35c
Add platform-specific initialization step when enabling languages
...
Create a Modules/CMakeSystemSpecificInitialize.cmake module loaded after
CMakeSystem.cmake but before per-language initialization. Use it to
load an optional Platform/<os>-Initialize.cmake module. This will be
useful to do per-platform initialization that does not depend on the
language and use the results when enabling specific languages.
2014-04-29 09:36:14 -04:00
Kitware Robot
c51d07d439
CMake Nightly Date Stamp
2014-04-29 00:01:08 -04:00
Kitware Robot
bb1c41a085
CMake Nightly Date Stamp
2014-04-28 00:01:10 -04:00
Kitware Robot
c8b76d58bd
CMake Nightly Date Stamp
2014-04-27 00:01:09 -04:00
Kitware Robot
415b75ff37
CMake Nightly Date Stamp
2014-04-26 00:01:06 -04:00
Brad King
478356e6d9
Restore --help-full option to output all help manuals
...
This option was removed during conversion to the reStructuredText
documentation. Restore it. Process documentation starting at
Help/index.rst so that all manuals are included in the output.
2014-04-25 08:41:31 -04:00
Kitware Robot
041dfea55b
CMake Nightly Date Stamp
2014-04-25 00:01:10 -04:00
Brad King
9b8685f7d0
Merge topic 'aix-streams'
...
817db64c fix compile error on AIX/gcc-2.9 because of unknown std::stringstream
2014-04-24 09:24:55 -04:00
Kitware Robot
533d10e48c
CMake Nightly Date Stamp
2014-04-24 00:01:10 -04:00
Kitware Robot
608532fa2b
CMake Nightly Date Stamp
2014-04-23 00:01:11 -04:00
Rolf Eike Beer
817db64c2c
fix compile error on AIX/gcc-2.9 because of unknown std::stringstream
2014-04-22 22:21:31 +02:00
Brad King
72ab764582
Merge branch 'osx-CFBundle-info-plist' into release
2014-04-22 12:53:51 -04:00
Tim Blechmann
149ce5db5e
OS X: Fix Info.plist placement in a CFBundle
...
Fix cmOSXBundleGenerator::CreateCFBundle to place Info.plist under the
same root directory as the rest of the bundle. Without this, Info.plist
was placed into CMAKE_BINARY_DIR, not CMAKE_CURRENT_BINARY_DIR because
the target path was not generated correctly.
2014-04-22 12:48:44 -04:00
Kitware Robot
2475acc497
CMake Nightly Date Stamp
2014-04-22 00:01:08 -04:00
Brad King
b10083876c
Merge topic 'feature-absence-hard-error'
...
8d0b1cca Features: FATAL_ERROR on compilers with no recorded features.
447fbb3f Tests: Execute compile features tests unconditionally.
597bb72e Tests: Run RunCMake.target_compile_features unconditionally.
2014-04-21 09:35:42 -04:00
Brad King
658cc11cf1
Merge topic 'fix-wix-cpack-crash'
...
cb59f5da CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
2014-04-21 09:32:33 -04:00
Brad King
bb891c2ef1
Merge topic 'internal-error-backtrace'
...
3de4c295 cmake: Print C++ stack trace after INTERNAL_ERROR messages
2014-04-21 09:32:28 -04:00
Brad King
464c8ab3a2
Merge topic 'autorcc-target-dir'
...
33774ca2 QtAutogen: Put generated qrc files in a target-specific dir.
2014-04-21 09:32:27 -04:00
Kitware Robot
c770d404d2
CMake Nightly Date Stamp
2014-04-21 00:01:06 -04:00
Kitware Robot
bae9452200
CMake Nightly Date Stamp
2014-04-20 00:01:06 -04:00
Kitware Robot
1a4eb50946
CMake Nightly Date Stamp
2014-04-19 00:01:22 -04:00
Nils Gladitz
cb59f5da97
CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
...
Without the fix CPack will crash when the cmWIXPatch class tries to issue
any diagnostics.
2014-04-18 22:45:30 +02:00
Stephen Kelly
33774ca201
QtAutogen: Put generated qrc files in a target-specific dir.
2014-04-18 16:41:13 +02:00
Kitware Robot
c9d13f841e
CMake Nightly Date Stamp
2014-04-18 00:01:15 -04:00
Brad King
3de4c29565
cmake: Print C++ stack trace after INTERNAL_ERROR messages
...
Since an INTERNAL_ERROR is always a bug, it will be useful to have the
program stack trace available in the report.
2014-04-17 11:25:19 -04:00
Stephen Kelly
8d0b1ccac1
Features: FATAL_ERROR on compilers with no recorded features.
...
Users of the new target_compile_features command are expected to
check the existence of the CMAKE_CXX_COMPILE_FEATURES variable before
attempting to use it to require features.
2014-04-17 16:20:50 +02:00
Brad King
2fca2b2310
Merge topic 'fix-CMP0052'
...
3b673586 CMP0052: Make the warning message more informative.
5baa8159 CMP0052: Test that include dirs in install locations cause no warnings.
9e0b3153 CMP0052: Do not warn when include dir is not in source or build tree
2014-04-17 09:11:10 -04:00
Brad King
d9e2cd258c
Merge topic 'codelite-simplify'
...
c8e565a0 CodeLite generator: simplify code a bit
2014-04-17 09:11:03 -04:00
Brad King
4c966d90c7
Merge topic 'vs-use-full-paths'
...
0d048384 VS: Use full path to sources to allow deeper trees with VS >= 10
2014-04-17 09:11:01 -04:00
Brad King
c14010e4ea
Merge topic 'archive-null-error'
...
b508de59 cmArchiveWrite: Handle NULL error string (#14882 )
2014-04-17 09:10:56 -04:00
Stephen Kelly
3b673586f5
CMP0052: Make the warning message more informative.
...
Print the reason for the offending entry in the
INTERFACE_INCLUDE_DIRECTORIES.
2014-04-17 09:08:24 -04:00
Kitware Robot
858ed4b390
CMake Nightly Date Stamp
2014-04-17 00:01:08 -04:00