summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Tests: Rename RunCMake.{CTestSubmit => ctest_submit}Brad King2015-02-1962-37/+37
| | | | Follow the convention of naming tests after the command they test.
* Tests: Split RunCTest helper out of RunCMake.CTest(Submit|Memcheck)Brad King2015-02-194-31/+30
| | | | | Provide the "run_ctest" macro for use in other tests that also want to cover running "ctest" scripts.
* Tests: Rename RunCMake.CTestMemcheck internals to match CTestSubmitBrad King2015-02-194-12/+12
|
* CMake Nightly Date StampKitware Robot2015-02-121-1/+1
|
* Merge branch 'release'Brad King2015-02-110-0/+0
|\
| * Merge branch 'fix_timeout_docs' into releaseBrad King2015-02-101-1/+1
| |\
| * \ Merge branch 'bootstrap-sphinx-qthelp' into releaseBrad King2015-02-101-0/+8
| |\ \
| * \ \ Merge branch 'makefile-missing-comment' into releaseBrad King2015-02-101-1/+1
| |\ \ \
* | \ \ \ Merge branch 'release-3.1'Brad King2015-02-110-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'makefile-missing-comment' into release-3.1Brad King2015-02-101-1/+1
| |\ \ \ \ \ | | | |/ / / | | |/| | |
* | | | | | Merge topic 'export-interface-source-files'Brad King2015-02-1172-291/+488
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f7e33820 Add release notes for export-interface-source-files. 6da65b39 Allow export of targets with INTERFACE_SOURCES. 736bcb96 Tests: Move IfacePaths test stderr files. d9f8390d Tests: Run IfacePaths tests with a parameter. cc152094 Tests: Split part of include_directories test to a generic location.
| * | | | | | Add release notes for export-interface-source-files.Stephen Kelly2015-02-101-0/+6
| | | | | | |
| * | | | | | Allow export of targets with INTERFACE_SOURCES.Stephen Kelly2015-02-1033-90/+260
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use the same rules for paths in source and binary dirs in installed INTERFACE_SOURCES as are used for INTERFACE_INCLUDE_DIRECTORIES.
| * | | | | | Tests: Move IfacePaths test stderr files.Stephen Kelly2015-02-1011-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Rename the files with a property-specific name, so that additional properties can be easily tested.
| * | | | | | Tests: Run IfacePaths tests with a parameter.Stephen Kelly2015-02-099-21/+35
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Run the tests for the INCLUDE_DIRECTORIES INTERFACE property in a specific build location, and update the stderr expectation to match the new output.
| * | | | | | Tests: Split part of include_directories test to a generic location.Stephen Kelly2015-02-0940-157/+163
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The moved tests are related to paths in INTERFACE_INCLUDE_DIRECTORIES in general, and when exporting, and covering cases of the install location being within the build or source prefix etc. Other build properties containing paths should have similar tests, so this allows some parameterization while keeping the preparation of the various directory structures.
* | | | | | | Merge topic 'fix_timeout_docs'Brad King2015-02-111-1/+1
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | 56cb4a6c Help: Fix variable reference in TIMEOUT test property docs
| * | | | | | Help: Fix variable reference in TIMEOUT test property docsZack Galbreath2015-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Link to 'CTEST_TEST_TIMEOUT', not 'CTEST_TESTING_TIMEOUT'.
* | | | | | | Merge topic 'BundleUtilities-install_name_tool-exit'Brad King2015-02-111-1/+6
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | a27c13f4 BundleUtilities: Teach fixup_bundle to check install_name_tool result
| * | | | | | | BundleUtilities: Teach fixup_bundle to check install_name_tool resultRuslan Baratov2015-02-101-1/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fail explicitly if install_name_tool fails to make an update we need.
* | | | | | | | Merge topic 'bootstrap-sphinx-qthelp'Brad King2015-02-111-0/+8
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | 85fd62ee bootstrap: Add --sphinx-qthelp option to enable qthelp doc generation
| * | | | | | | bootstrap: Add --sphinx-qthelp option to enable qthelp doc generationNuno Sucena Almeida2015-02-101-0/+8
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'FindRuby-windows-x64'Brad King2015-02-111-4/+9
|\ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | e5ef9271 FindRuby: Fix finding 64-bit Ruby on Windows
| * | | | | | | FindRuby: Fix finding 64-bit Ruby on WindowsMichael Smith2015-02-101-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Ruby 2.0.0 and 2.1.5 have 64-bit binaries for Windows, with "x64-" prefix.
* | | | | | | | Merge topic 'try_compile-shorter-names'Brad King2015-02-111-2/+2
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | f3e9eeed try_compile: Use shorter test executable name with consistent length
| * | | | | | | | try_compile: Use shorter test executable name with consistent lengthBrad King2015-02-101-2/+2
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since commit v2.8.8~176^2 (try_compile: Use random executable file name, 2012-02-13) the length of the test executable name in generated try_compile projects has been longer and unpredictable. With Visual Studio on windows, the tools try to create paths like: CMakeFiles/CMakeTmp/$tgt.dir/Debug/$tgt.tlog/$tgt.lastbuildstate With the target name repeated up to 3 times, we must make it short and of consistent length to avoid overrunning the 260 character limit imposed by VS tools.
* | | | | | | | Merge topic 'makefile-missing-comment'Brad King2015-02-111-1/+1
|\ \ \ \ \ \ \ \ | | |_|_|_|_|/ / | |/| | | | | | | | | | | | | | | | | | | | | | eeb2831b Makefile: Fix regression in target-bound custom command COMMENT output
| * | | | | | | Makefile: Fix regression in target-bound custom command COMMENT outputNils Gladitz2015-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix a logic typo introduced by commit v3.1.0-rc1~781^2 (Generalize cmCustomCommandGenerator to more fields, 2014-03-10).
* | | | | | | | CMake Nightly Date StampKitware Robot2015-02-111-1/+1
| | | | | | | |
* | | | | | | | Merge topic 'cmStandardIncludes-cleanup'Brad King2015-02-1013-12/+20
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | af65da0a cmStandardIncludes: Remove list include. e848cc50 cmStandardIncludes: Remove deque include. 5fea6898 cmStandardIncludes: Remove some VS6 workarounds.
| * | | | | | | cmStandardIncludes: Remove list include.Stephen Kelly2015-02-0611-1/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include it only where used.
| * | | | | | | cmStandardIncludes: Remove deque include.Stephen Kelly2015-02-063-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Include it only where used.
| * | | | | | | cmStandardIncludes: Remove some VS6 workarounds.Stephen Kelly2015-02-061-10/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Added in commit v2.6.0~2824 (COMP: Fix warnings in system headers on VS6., 2006-08-29), but no longer needed.
* | | | | | | | Merge topic 'test-RunCMake-updates'Brad King2015-02-1059-61/+18
|\ \ \ \ \ \ \ \ | |_|_|/ / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | | | | | | | | | | | | | | | | c0d8e715 RunCMake: Allow specifying the stderr file for a test. 68d29f51 RunCMake: Allow specifying the directory to run tests in. 1c3918ff RunCMake: Remove unneeded files.
| * | | | | | RunCMake: Allow specifying the stderr file for a test.Stephen Kelly2015-02-091-1/+4
| | | | | | |
| * | | | | | RunCMake: Allow specifying the directory to run tests in.Stephen Kelly2015-02-091-3/+14
| | | | | | |
| * | | | | | RunCMake: Remove unneeded files.Stephen Kelly2015-02-0957-57/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The default expectation of RunCMake tests is empty content, so there is no need to specify it.
* | | | | | | Merge branch 'release'Brad King2015-02-100-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge branch 'cpack_rpm_mulit_prefix_fixup' into releaseBrad King2015-02-101-1/+1
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'no-global-setlocale' into releaseBrad King2015-02-069-12/+39
| |\ \ \ \ \ \ \
* | \ \ \ \ \ \ \ Merge branch 'release-3.1'Brad King2015-02-100-0/+0
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Merge branch 'backport-no-global-setlocale' into release-3.1Brad King2015-02-069-12/+39
| |\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ / | |/| | | | | | |
* | | | | | | | | Merge topic 'cpack_rpm_mulit_prefix_fixup'Brad King2015-02-101-1/+1
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | 3d99355b CPackRPM: Fix recognition of absolute relocation paths
| * | | | | | | | CPackRPM: Fix recognition of absolute relocation pathsDomen Vrankar2015-02-101-1/+1
| | |_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fix typo in logic added by commit 3ec02547 (CPackRPM: Allow multiple path relocation prefixes for one package, 2015-01-21).
* | | | | | | | Merge topic 'use-algorithms'Brad King2015-02-1024-147/+74
|\ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | d8639733 cmSystemTools: Remove unnecessary comparison. 803317aa cmSystemTools: Early return if size makes later comparison false. 11093a03 Replace temporary bool by inlining warning condition. 6cd2ee95 Replace loop with member algorithm. 94e993a0 cmComputeLinkDepends: Remove temporary iterator copy. 69dbe51b Replace loop with algorithm. 683fafea Replace a loop with std::transform. 63f584b6 Replace while loop with member insert. 74c4d9d2 Take a size check outside of an inner loop. 71d47115 Use insert member instead of back_inserter. 39622c99 Convert while loop to member insert. a7fcc148 Convert loop to algorithm. d46c4f07 Extract a prefix variable from loop. d59913f0 Take computation out of loop. 3f3db744 cmMakefile: Remove ExpandSourceListArguments. bd990c80 Remove use of ExpandSourceListArguments. ...
| * | | | | | | | cmSystemTools: Remove unnecessary comparison.Stephen Kelly2015-02-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | We already know the string is uppercase.
| * | | | | | | | cmSystemTools: Early return if size makes later comparison false.Stephen Kelly2015-02-061-0/+4
| | | | | | | | |
| * | | | | | | | Replace temporary bool by inlining warning condition.Stephen Kelly2015-02-061-15/+11
| | | | | | | | |
| * | | | | | | | Replace loop with member algorithm.Stephen Kelly2015-02-061-6/+5
| | | | | | | | |
| * | | | | | | | cmComputeLinkDepends: Remove temporary iterator copy.Stephen Kelly2015-02-061-2/+1
| | | | | | | | |