summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | Merge branch 'android-unified-headers' into release-3.9Brad King2017-06-128-16/+72
|\ \ \ \ \ \ \ \ | |/ / / / / / / |/| | | | / / / | | |_|_|/ / / | |/| | | | |
| * | | | | | Android: Add support for unified headersBrad King2017-06-128-16/+72
|/ / / / / /
* | | | | | Merge branch 'android-standalone-no-sysroot-include' into release-3.9Brad King2017-06-091-2/+7
|\ \ \ \ \ \
| * | | | | | Android: Do not pass sysroot include for standalone toolchainBrad King2017-06-091-2/+7
| |/ / / / /
* | | | | | Merge branch 'android-standalone-unified-api-level' into release-3.9Brad King2017-06-091-5/+28
|\ \ \ \ \ \
| * | | | | | Android: Detect API version of standalone toolchain with unified headersBrad King2017-06-091-5/+28
| |/ / / / /
* | | | | | Merge branch 'FindDoxygen-imported-target-once' into release-3.9Brad King2017-06-091-16/+24
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | |
| * | | | | FindDoxygen: Create imported targets at most once in a given scopeBrad King2017-06-091-16/+24
* | | | | | Merge branch 'improve-msvc-feature-checks' into release-3.9Brad King2017-06-081-1/+3
|\ \ \ \ \ \
| * | | | | | C++ feature checks: Improve exclusion of "0 Warning(s)"Brad King2017-06-081-1/+3
* | | | | | | CMake 3.9.0-rc2v3.9.0-rc2Brad King2017-06-071-1/+1
* | | | | | | Merge branch 'FindDoxygen-compat' into release-3.9Brad King2017-06-071-1/+1
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindDoxygen: Restore DOXYGEN_DOT_FOUND variableKonstantin Podsvirov2017-06-071-1/+1
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'revert-FindGTest-main-debug' into release-3.9Brad King2017-06-071-2/+2
|\ \ \ \ \ \
| * | | | | | Revert "FindGTest: Add gtestd_main variant of debug library"Brad King2017-06-071-2/+2
* | | | | | | Merge branch 'doc-3.9-find_dependency' into release-3.9Brad King2017-06-071-0/+5
|\ \ \ \ \ \ \
| * | | | | | | Help: Add 3.9 release note about find_dependency updateMatthew Woehlke2017-06-071-0/+5
| | |/ / / / / | |/| | | | |
* | | | | | | Merge branch 'autogen-no-vs-per-config' into release-3.9Brad King2017-06-074-19/+4
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Do not use per-config file suffixes with VS yetBrad King2017-06-074-19/+4
| |/ / / / / /
* | | | | | | Merge branch 'FindGTest-main-debug' into release-3.9Brad King2017-06-061-2/+2
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindGTest: Add gtestd_main variant of debug libraryBrad King2017-06-061-2/+2
| |/ / / / /
* | | | | | Merge branch 'fix-vs2017-featuredetect' into release-3.9Brad King2017-06-061-1/+1
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | C++ feature checks: Do not match "0 Warning(s)" as a warningWalter Gray2017-06-061-1/+1
| |/ / / /
* | | | | CMake 3.9.0-rc1 version updatev3.9.0-rc1Brad King2017-06-052-4/+4
* | | | | Help: Drop development topic notes to prepare releaseBrad King2017-06-052-9/+0
|/ / / /
* | | | Merge topic 'doc-3.9-relnotes'Brad King2017-06-0557-373/+305
|\ \ \ \
| * | | | Help: Organize and revise 3.9 release notesBrad King2017-06-021-174/+207
| * | | | Help: Consolidate 3.9 release notesBrad King2017-06-0257-373/+272
* | | | | Merge topic 'doc-dev-maint'Brad King2017-06-053-0/+207
|\ \ \ \ \
| * | | | | Help/dev: Add release branch creation to maintainer guideBrad King2017-06-021-0/+162
| * | | | | Help/dev: Add a CMake Maintainer Guide documentBrad King2017-06-022-0/+18
| * | | | | Utilities/Release: Add script to consolidate release notesBrad King2017-06-021-0/+27
| |/ / / /
* | | | | Merge topic 'GoogleTest-disabled-tests'Brad King2017-06-053-9/+67
|\ \ \ \ \
| * | | | | GoogleTest: Add support for disabled testsChuck Atkins2017-06-053-9/+67
* | | | | | Merge topic 'lint-function-args'Brad King2017-06-0537-80/+82
|\ \ \ \ \ \
| * | | | | | Pass large types by const&, small types by valueDaniel Pfeifer2017-06-0337-80/+82
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'cm_fallthrough'Brad King2017-06-0521-18/+112
|\ \ \ \ \ \
| * | | | | | Provide and use CM_FALLTHROUGHDaniel Pfeifer2017-06-0321-17/+111
| * | | | | | C++ feature checks: check output for '[Ww]arning'Daniel Pfeifer2017-06-031-1/+1
| |/ / / / /
* | | | | | Merge topic 'test-GNUInstallDirs-FreeBSD'Brad King2017-06-057-8/+136
|\ \ \ \ \ \
| * | | | | | Tests: Fix RunCMake.GNUInstallDirs on BSD platformsBrad King2017-06-027-8/+136
* | | | | | | Merge topic 'display-ctest-disabled'Brad King2017-06-051-2/+6
|\ \ \ \ \ \ \
| * | | | | | | ctest: Display disabled status when ctest -N is calledChuck Atkins2017-06-021-2/+6
* | | | | | | | CMake Nightly Date StampKitware Robot2017-06-051-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2017-06-041-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2017-06-031-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge branch 'release-3.8'Brad King2017-06-020-0/+0
|\ \ \ \ \ \ \
* \ \ \ \ \ \ \ Merge topic 'string-npos-cleanup'Brad King2017-06-0246-194/+206
|\ \ \ \ \ \ \ \
| * | | | | | | | Remove second arg: npos in substr usagesPavel Solodovnikov2017-06-0111-17/+15
| * | | | | | | | Access string npos without instancePavel Solodovnikov2017-06-0144-184/+199