summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* file(GENERATE): Only write the file if content is different.Stephen Kelly2014-04-305-12/+37
| | | | No policy is used to control this behavior for now.
* Merge topic 'sphinx-python3'Brad King2014-04-241-1/+4
|\ | | | | | | | | d55671ad Utilities/Sphinx: Fix cmake domain document removal with python3
| * Utilities/Sphinx: Fix cmake domain document removal with python3Brad King2014-04-241-1/+4
| | | | | | | | | | | | In the domain clear_doc method, avoid removing entries from a dictionary while iterating over it. Instead accumulate a set of entries to remove at the end.
* | Merge topic 'FindGTK2-X11'Brad King2014-04-241-4/+4
|\ \ | | | | | | | | | | | | 55f5ea7b FindGTK2: search for Fontconfig and X11 before using them
| * | FindGTK2: search for Fontconfig and X11 before using themRolf Eike Beer2014-04-231-4/+4
| | |
* | | 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
|/ /
* | Merge branch 'release'Brad King2014-04-220-0/+0
|\ \
| * \ Merge branch 'osx-CFBundle-info-plist' into releaseBrad King2014-04-221-1/+1
| |\ \
* | \ \ Merge topic 'osx-CFBundle-info-plist'Brad King2014-04-220-0/+0
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | e4e76f28 Merge branch 'master' into osx-CFBundle-info-plist 149ce5db OS X: Fix Info.plist placement in a CFBundle
| * \ \ \ Merge branch 'master' into osx-CFBundle-info-plistBrad King2014-04-22772-7463/+10915
| |\ \ \ \ | | |_|/ / | |/| | | | | | | | | | | | | Resolve conflict in Source/cmOSXBundleGenerator.cxx by taking the side from 'master'.
| * | | | 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 Nightly Date StampKitware Robot2014-04-221-1/+1
| | | | |
* | | | | Merge topic 'feature-absence-hard-error'Brad King2014-04-2113-10/+79
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-179-2/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * | | | | Tests: Execute compile features tests unconditionally.Stephen Kelly2014-04-173-5/+19
| | | | | | | | | | | | | | | | | | | | | | | | Conditionally create a dummy test if there are no known features.
| * | | | | Tests: Run RunCMake.target_compile_features unconditionally.Stephen Kelly2014-04-161-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It is so far testing only cases which are fatal regardless of recorded 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 'ExternalData-missing-not-fatal'Brad King2014-04-2114-25/+96
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | ccd29b9a ExternalData: Warn on missing file instead of failing
| * | | | | | | ExternalData: Warn on missing file instead of failingBrad King2014-04-1714-25/+96
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When the primary source tree path named by a DATA{} reference does not exist, produce an AUTHOR_WARNING instead of a FATAL_ERROR. This is useful when writing a new DATA{} reference to a test reference output that has not been created yet. This way the developer can run the test, manually verify the output, and then copy it into place to provide the reference and eliminate the warning. If the named source tree path is expected to be a file but exists as a directory, we still need to produce a FATAL_ERROR.
* | | | | | | | Merge topic 'CMP0052-docs'Brad King2014-04-212-1/+14
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 692228e4 Help: Link to cmake-buildsystem from CMP0052 docs. e5e9b8e9 Help: Add code example for INSTALL_INTERFACE to cmake-buildsystem.
| * | | | | | | | Help: Link to cmake-buildsystem from CMP0052 docs.Stephen Kelly2014-04-171-0/+3
| | | | | | | | |
| * | | | | | | | Help: Add code example for INSTALL_INTERFACE to cmake-buildsystem.Stephen Kelly2014-04-171-1/+11
| |/ / / / / / /
* | | | | | | | 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-213-2/+12
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 33774ca2 QtAutogen: Put generated qrc files in a target-specific dir.
| * | | | | | | | | QtAutogen: Put generated qrc files in a target-specific dir.Stephen Kelly2014-04-183-2/+12
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge topic 'FindGTK2_fix_bsd'Brad King2014-04-211-10/+28
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d5a6069a FindGTK2: Add GTK2_(FONTCONFIG|X11)_INCLUDE_DIR optional includes ef9366b0 FindGTK2: Add /usr/X11R6/ to include paths
| * | | | | | | | | FindGTK2: Add GTK2_(FONTCONFIG|X11)_INCLUDE_DIR optional includesDaniele E. Domenichelli2014-04-211-10/+26
| | | | | | | | | |
| * | | | | | | | | FindGTK2: Add /usr/X11R6/ to include pathsDaniele E. Domenichelli2014-04-151-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Should fix builds on OpenBSD, see http://open.cdash.org/viewTest.php?onlyfailed&buildid=3286713
* | | | | | | | | | Merge topic 'UseSWIG-guess_module_name'Brad King2014-04-211-17/+56
|\ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2c96192f UseSWIG: Revise and format documentation e147c5c5 UseSWIG: Detect module name from interface file (#10080)
| * | | | | | | | | | UseSWIG: Revise and format documentationJulien Schueller2014-04-211-16/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also add some documentation of SWIG_MODULE_NAME.
| * | | | | | | | | | UseSWIG: Detect module name from interface file (#10080)Julien Schueller2014-04-211-1/+24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | If no SWIG_MODULE_NAME is specified explicitly and the .i file exists, scan it for the module name declaration.
* | | | | | | | | | | 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
| |_|_|_|/ / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge branch 'release'Brad King2014-04-180-0/+0
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | Merge branch 'sphinx-python3' into releaseBrad King2014-04-182-4/+4
| |\ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Merge branch 'release'Brad King2014-04-180-0/+0
|\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / /
| * | | | | | | | | CMake 3.0.0-rc4v3.0.0-rc4Brad King2014-04-161-1/+1
| | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'sphinx-python3'Brad King2014-04-182-4/+4
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 69069cfb Utilities/Sphinx: Port documentation generation to python3 (#14886)
| * | | | | | | | Utilities/Sphinx: Port documentation generation to python3 (#14886)Uwe L. Korn2014-04-182-4/+4
| |/ / / / / / /
* | | | | | | | CMake Nightly Date StampKitware Robot2014-04-181-1/+1
| |_|_|_|/ / / |/| | | | | |
* | | | | | | Merge branch 'release'Brad King2014-04-170-0/+0
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Merge branch 'archive-null-error' into releaseBrad King2014-04-161-14/+21
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'implicit-libNN-dirs' into releaseBrad King2014-04-161-1/+1
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge topic 'fix-CMP0052'Brad King2014-04-177-5/+34
|\ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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