summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Collapse)AuthorAgeFilesLines
* Features: Include the language of the compiler in error messages.Stephen Kelly2014-05-071-2/+2
|
* CMake Nightly Date StampKitware Robot2014-05-071-1/+1
|
* Merge topic 'CMAKE_CXX_KNOWN_FEATURES-global-property'Brad King2014-05-063-54/+54
|\ | | | | | | | | 3fdfa5d3 Features: Make CMAKE_CXX_KNOWN_FEATURES a property.
| * Features: Make CMAKE_CXX_KNOWN_FEATURES a property.Stephen Kelly2014-05-023-54/+54
| | | | | | | | | | As a 'built-in' variable it imposes a cost on all variable lookups and it is expected to be rarely used.
* | CMake Nightly Date StampKitware Robot2014-05-061-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-05-051-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-05-041-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-05-031-1/+1
| |
* | CMake Nightly Date StampKitware Robot2014-05-021-1/+1
|/
* Merge topic 'file-generate-if-different'Brad King2014-05-011-12/+3
|\ | | | | | | | | 42e1cd13 file(GENERATE): Only write the file if content is different.
| * file(GENERATE): Only write the file if content is different.Stephen Kelly2014-04-301-12/+3
| | | | | | | | No policy is used to control this behavior for now.
* | CMake Nightly Date StampKitware Robot2014-05-011-1/+1
| |
* | Merge topic 'osx-init-early'Brad King2014-04-301-0/+15
|\ \ | | | | | | | | | | | | | | | | | | | | | 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
| * \ Merge branch 'master' into osx-init-earlyBrad King2014-04-29526-7449/+10957
| |\ \ | | | | | | | | | | | | | | | | Resolve conflict in Source/cmGlobalGenerator.cxx by integrating changes from both sides.
| * | | Add platform-specific initialization step when enabling languagesBrad King2014-04-291-0/+15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | Merge topic 'cxx98-features'Brad King2014-04-301-0/+21
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | a36b957f Features: Add cxx_template_template_parameters.
| * | | | Features: Add cxx_template_template_parameters.Stephen Kelly2014-04-161-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | Extend the existing feature infrastructure as needed to support both C++11 and C++98 features.
* | | | | CMake Nightly Date StampKitware Robot2014-04-301-1/+1
| | | | |
* | | | | Merge topic 'doc-full-help'Brad King2014-04-293-3/+14
|\ \ \ \ \ | |_|_|/ / |/| | | | | | | | | | | | | | 478356e6 Restore --help-full option to output all help manuals
| * | | | Restore --help-full option to output all help manualsBrad King2014-04-253-3/+14
| | |/ / | |/| | | | | | | | | | | | | | | | | | 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.
| * | | Merge branch 'osx-CFBundle-info-plist' into releaseBrad King2014-04-221-1/+1
| |\ \ \
| | * | | OS X: Fix Info.plist placement in a CFBundleTim Blechmann2014-04-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | CMake 3.0.0-rc4v3.0.0-rc4Brad King2014-04-161-1/+1
| |/ / /
| * | | Merge branch 'archive-null-error' into releaseBrad King2014-04-161-14/+21
| |\ \ \
| * \ \ \ Merge branch 'revise-compiler-id-policies' into releaseBrad King2014-04-023-2/+22
| |\ \ \ \
* | | | | | CMake Nightly Date StampKitware Robot2014-04-291-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-281-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-271-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-261-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-251-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'aix-streams'Brad King2014-04-241-2/+2
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | 817db64c fix compile error on AIX/gcc-2.9 because of unknown std::stringstream
| * | | | | fix compile error on AIX/gcc-2.9 because of unknown std::stringstreamRolf Eike Beer2014-04-221-2/+2
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-241-1/+1
| | | | | |
* | | | | | CMake Nightly Date StampKitware Robot2014-04-231-1/+1
|/ / / / /
* | | | | CMake Nightly Date StampKitware Robot2014-04-221-1/+1
| | | | |
* | | | | Merge topic 'feature-absence-hard-error'Brad King2014-04-211-2/+22
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Features: FATAL_ERROR on compilers with no recorded features.Stephen Kelly2014-04-171-2/+22
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | Merge topic 'fix-wix-cpack-crash'Brad King2014-04-212-6/+16
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | cb59f5da CPackWIX: Delay creation of cmWIXPatch until CPack has initialized Logger
| * | | | | CPackWIX: Delay creation of cmWIXPatch until CPack has initialized LoggerNils Gladitz2014-04-182-6/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the fix CPack will crash when the cmWIXPatch class tries to issue any diagnostics.
* | | | | | Merge topic 'internal-error-backtrace'Brad King2014-04-211-0/+17
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | 3de4c295 cmake: Print C++ stack trace after INTERNAL_ERROR messages
| * | | | | | cmake: Print C++ stack trace after INTERNAL_ERROR messagesBrad King2014-04-171-0/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since an INTERNAL_ERROR is always a bug, it will be useful to have the program stack trace available in the report.
* | | | | | | Merge topic 'autorcc-target-dir'Brad King2014-04-212-2/+11
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33774ca2 QtAutogen: Put generated qrc files in a target-specific dir.
| * | | | | | | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-182-2/+11
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-211-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-201-1/+1
| | | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-191-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2014-04-181-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'fix-CMP0052'Brad King2014-04-171-5/+10
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| * | | | | | CMP0052: Make the warning message more informative.Stephen Kelly2014-04-171-1/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Print the reason for the offending entry in the INTERFACE_INCLUDE_DIRECTORIES.
| * | | | | | CMP0052: Do not warn when include dir is not in source or build treeBrad King2014-04-161-4/+6
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the policy was added by commit 783bce29 (Export: Disallow exported interface includes in src/build tree, 2014-03-31) it accidentally left a code path that would warn when the include dir is in the install tree but *not* in the source or build tree. Fix that.