Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | CMake 3.9.0-rc2v3.9.0-rc2 | Brad King | 2017-06-07 | 1 | -1/+1 |
* | Merge branch 'FindDoxygen-compat' into release-3.9 | Brad King | 2017-06-07 | 1 | -1/+1 |
|\ | |||||
| * | FindDoxygen: Restore DOXYGEN_DOT_FOUND variable | Konstantin Podsvirov | 2017-06-07 | 1 | -1/+1 |
* | | Merge branch 'revert-FindGTest-main-debug' into release-3.9 | 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 'doc-3.9-find_dependency' into release-3.9 | 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 branch 'autogen-no-vs-per-config' into release-3.9 | 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 branch 'FindGTest-main-debug' into release-3.9 | Brad King | 2017-06-06 | 1 | -2/+2 |
|\ \ \ | | |/ | |/| | |||||
| * | | FindGTest: Add gtestd_main variant of debug library | 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 |
|\ \ | |||||
| * | | C++ feature checks: Do not match "0 Warning(s)" as a warning | Walter Gray | 2017-06-06 | 1 | -1/+1 |
| |/ | |||||
* | | 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 |
* | | | Merge topic 'lint-function-args' | Brad King | 2017-06-05 | 37 | -80/+82 |
|\ \ \ | |||||
| * | | | Pass large types by const&, small types by value | Daniel Pfeifer | 2017-06-03 | 37 | -80/+82 |
| | |/ | |/| | |||||
* | | | Merge topic 'cm_fallthrough' | Brad King | 2017-06-05 | 21 | -18/+112 |
|\ \ \ | |||||
| * | | | Provide and use CM_FALLTHROUGH | Daniel Pfeifer | 2017-06-03 | 21 | -17/+111 |
| * | | | C++ feature checks: check output for '[Ww]arning' | Daniel Pfeifer | 2017-06-03 | 1 | -1/+1 |
| |/ / | |||||
* | | | Merge topic 'test-GNUInstallDirs-FreeBSD' | Brad King | 2017-06-05 | 7 | -8/+136 |
|\ \ \ | |||||
| * | | | Tests: Fix RunCMake.GNUInstallDirs on BSD platforms | Brad King | 2017-06-02 | 7 | -8/+136 |
* | | | | Merge topic 'display-ctest-disabled' | Brad King | 2017-06-05 | 1 | -2/+6 |
|\ \ \ \ | |||||
| * | | | | ctest: Display disabled status when ctest -N is called | Chuck Atkins | 2017-06-02 | 1 | -2/+6 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-05 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-04 | 1 | -1/+1 |
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-03 | 1 | -1/+1 |
| |_|/ / |/| | | | |||||
* | | | | Merge branch 'release-3.8' | Brad King | 2017-06-02 | 0 | -0/+0 |
|\ \ \ \ | |||||
* \ \ \ \ | Merge topic 'string-npos-cleanup' | Brad King | 2017-06-02 | 46 | -194/+206 |
|\ \ \ \ \ | |||||
| * | | | | | Remove second arg: npos in substr usages | Pavel Solodovnikov | 2017-06-01 | 11 | -17/+15 |
| * | | | | | Access string npos without instance | Pavel Solodovnikov | 2017-06-01 | 44 | -184/+199 |
| * | | | | | cmLocalUnixMakefileGenerator3: Remove unnecessary local variable | Brad King | 2017-06-01 | 1 | -2/+1 |
| * | | | | | cmParseBlanketJSCoverage: Pass unmodified parameter as const& | Brad King | 2017-06-01 | 1 | -1/+1 |
* | | | | | | Merge topic 'update-kwsys' | Brad King | 2017-06-02 | 5 | -39/+37 |
|\ \ \ \ \ \ | |||||
| * \ \ \ \ \ | Merge branch 'upstream-KWSys' into update-kwsys | Brad King | 2017-06-01 | 5 | -39/+37 |
| |\ \ \ \ \ \ | |||||
| | * | | | | | | KWSys 2017-06-01 (8243fefa) | KWSys Upstream | 2017-06-01 | 5 | -39/+37 |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2017-06-02 | 1 | -1/+1 |
|/ / / / / / / | |||||
* | | | | | | | Merge topic 'ninja-mingw' | Brad King | 2017-06-01 | 2 | -3/+3 |
|\ \ \ \ \ \ \ | |||||
| * | | | | | | | Ninja: Fix CMP0058 on MinGW | Brad King | 2017-05-31 | 1 | -2/+2 |
| * | | | | | | | Tests: Fix CustomCommandByproducts regex for phony rules | Brad King | 2017-05-31 | 1 | -1/+1 |
* | | | | | | | | Merge topic 'add-common-record-features-macros' | Brad King | 2017-06-01 | 19 | -223/+142 |
|\ \ \ \ \ \ \ \ |