Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | file(GENERATE): Add policy CMP0070 to define relative path behavior | Brad King | 2017-06-09 | 17 | -3/+201 |
* | Tests: Use full output paths in file(GENERATE) calls | Brad King | 2017-06-08 | 15 | -16/+16 |
* | file: Normalize GENERATE command input and output file paths | Brad King | 2017-06-08 | 1 | -5/+13 |
* | Merge topic 'bootstrap-cleanup' | Brad King | 2017-06-08 | 1 | -32/+26 |
|\ | |||||
| * | bootstrap: implement cmake_extract_standard_flags() without loop | Rolf Eike Beer | 2017-06-07 | 1 | -5/+2 |
| * | bootstrap: use "grep -q" instead of output redirection | Rolf Eike Beer | 2017-06-07 | 1 | -10/+10 |
| * | bootstrap: implement cmake_toupper() using tr | Rolf Eike Beer | 2017-06-07 | 1 | -1/+1 |
| * | bootstrap: don't use 'cat x | sed', let sed open the file instead | Rolf Eike Beer | 2017-06-07 | 1 | -18/+15 |
* | | Merge topic 'suppress-false-positive-warning' | Brad King | 2017-06-08 | 1 | -0/+1 |
|\ \ | |||||
| * | | CTestCustom: Suppress warning matched on source file name | Brad King | 2017-06-07 | 1 | -0/+1 |
* | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-08 | 1 | -1/+1 |
* | | | Merge branch 'release-3.9' | Brad King | 2017-06-07 | 0 | -0/+0 |
|\ \ \ | |_|/ |/| | | |||||
| * | | CMake 3.9.0-rc2v3.9.0-rc2 | Brad King | 2017-06-07 | 1 | -1/+1 |
* | | | Merge branch 'release-3.9' | Brad King | 2017-06-07 | 0 | -0/+0 |
|\ \ \ | |/ / | |||||
| * | | Merge branch 'FindDoxygen-compat' into release-3.9 | Brad King | 2017-06-07 | 1 | -1/+1 |
| |\ \ | |||||
| * \ \ | Merge branch 'revert-FindGTest-main-debug' into release-3.9 | Brad King | 2017-06-07 | 1 | -2/+2 |
| |\ \ \ | |||||
* | \ \ \ | Merge topic 'FindDoxygen-compat' | Brad King | 2017-06-07 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | FindDoxygen: Restore DOXYGEN_DOT_FOUND variable | Konstantin Podsvirov | 2017-06-07 | 1 | -1/+1 |
* | | | | | Merge topic 'revert-FindGTest-main-debug' | Brad King | 2017-06-07 | 1 | -2/+2 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Revert "FindGTest: Add gtestd_main variant of debug library" | Brad King | 2017-06-07 | 1 | -2/+2 |
* | | | | | Merge branch 'release-3.9' | Brad King | 2017-06-07 | 0 | -0/+0 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | Merge branch 'doc-3.9-find_dependency' into release-3.9 | Brad King | 2017-06-07 | 1 | -0/+5 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge branch 'autogen-no-vs-per-config' into release-3.9 | Brad King | 2017-06-07 | 4 | -19/+4 |
| |\ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'FindGTest-main-debug' into release-3.9 | Brad King | 2017-06-06 | 1 | -2/+2 |
| |\ \ \ \ \ \ | | | |_|/ / / | | |/| | | | | |||||
| * | | | | | | Merge branch 'fix-vs2017-featuredetect' into release-3.9 | Brad King | 2017-06-06 | 1 | -1/+1 |
| |\ \ \ \ \ \ | |||||
* | \ \ \ \ \ \ | Merge topic 'doc-3.9-find_dependency' | Brad King | 2017-06-07 | 1 | -0/+5 |
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | | | |||||
| * | | | | | | | Help: Add 3.9 release note about find_dependency update | Matthew Woehlke | 2017-06-07 | 1 | -0/+5 |
| | |_|_|_|/ / | |/| | | | | | |||||
* | | | | | | | Merge topic 'autogen-no-vs-per-config' | Brad King | 2017-06-07 | 4 | -19/+4 |
|\ \ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | |_|_|_|_|/ |/| | | | | | |||||
| * | | | | | Autogen: Do not use per-config file suffixes with VS yet | Brad King | 2017-06-07 | 4 | -19/+4 |
| |/ / / / | |||||
* | | | | | Merge topic 'fix-vs2017-featuredetect' | Brad King | 2017-06-07 | 1 | -1/+1 |
|\ \ \ \ \ | | |_|/ / | |/| | | | |||||
| * | | | | C++ feature checks: Do not match "0 Warning(s)" as a warning | Walter Gray | 2017-06-06 | 1 | -1/+1 |
| |/ / / | |||||
* | | | | Merge topic 'FindGTest-main-debug' | Brad King | 2017-06-07 | 1 | -2/+2 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | FindGTest: Add gtestd_main variant of debug library | Brad King | 2017-06-06 | 1 | -2/+2 |
| |/ / | |||||
* | | | Merge topic 'cmake_host_system_information-extend' | Brad King | 2017-06-07 | 5 | -11/+106 |
|\ \ \ | |||||
| * | | | cmake_host_system_information: Add more keywords | Florian Maushart | 2017-06-05 | 5 | -11/+106 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-07 | 1 | -1/+1 |
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-06 | 1 | -1/+1 |
|/ / / | |||||
* | | | Begin post-3.9 development | Brad King | 2017-06-05 | 3 | -2/+11 |
* | | | Merge branch 'release-3.9' | Brad King | 2017-06-05 | 4 | -13/+4 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | CMake 3.9.0-rc1 version updatev3.9.0-rc1 | Brad King | 2017-06-05 | 2 | -4/+4 |
| * | Help: Drop development topic notes to prepare release | Brad King | 2017-06-05 | 2 | -9/+0 |
|/ | |||||
* | Merge topic 'doc-3.9-relnotes' | Brad King | 2017-06-05 | 57 | -373/+305 |
|\ | |||||
| * | Help: Organize and revise 3.9 release notes | Brad King | 2017-06-02 | 1 | -174/+207 |
| * | Help: Consolidate 3.9 release notes | Brad King | 2017-06-02 | 57 | -373/+272 |
* | | Merge topic 'doc-dev-maint' | Brad King | 2017-06-05 | 3 | -0/+207 |
|\ \ | |||||
| * | | Help/dev: Add release branch creation to maintainer guide | Brad King | 2017-06-02 | 1 | -0/+162 |
| * | | Help/dev: Add a CMake Maintainer Guide document | Brad King | 2017-06-02 | 2 | -0/+18 |
| * | | Utilities/Release: Add script to consolidate release notes | Brad King | 2017-06-02 | 1 | -0/+27 |
| |/ | |||||
* | | Merge topic 'GoogleTest-disabled-tests' | Brad King | 2017-06-05 | 3 | -9/+67 |
|\ \ | |||||
| * | | GoogleTest: Add support for disabled tests | Chuck Atkins | 2017-06-05 | 3 | -9/+67 |