summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Cleanups: Use cmHas{Prefix,Suffix} instead of String{Starts,Ends}WithSebastian Holtermann2019-08-0114-22/+29
* CMake Nightly Date StampKitware Robot2019-08-011-1/+1
* Merge topic 'clang-tidy-8'Brad King2019-07-3110-13/+18
|\
| * clang-tidy: Blacklist violations for version 8Regina Pfeifer2019-07-3011-15/+20
* | Merge topic 'fileapi-optimize'Brad King2019-07-311-59/+177
|\ \
| * | fileapi: Compute codemodel compile groups without target-wide settingsBrad King2019-07-301-13/+40
| * | fileapi: Compute codemodel compile groups before converting to JsonBrad King2019-07-301-9/+56
| * | fileapi: Generate codemodel Json backtraces earlierBrad King2019-07-301-33/+79
| * | fileapi: Refactor codemodel defines de-duplicationBrad King2019-07-291-15/+13
| * | fileapi: Avoid unnecessary CompileData moveBrad King2019-07-291-2/+2
* | | Merge topic 'ninja-1.10'Brad King2019-07-312-45/+34
|\ \ \
| * | | Ninja: Record dyndep support by Ninja 1.10Brad King2019-07-302-4/+10
| * | | Ninja: Drop unused dyndep version checkBrad King2019-07-302-29/+20
| * | | Ninja: Use in-class initialization of global generator membersBrad King2019-07-302-16/+8
* | | | Merge topic 'ExternalProject-avoid-extra-checkout'Brad King2019-07-311-1/+1
|\ \ \ \
| * | | | ExternalProject: Avoid unnecessary checkout on cloneTetragramm2019-07-301-1/+1
* | | | | Merge topic 'FindPythonInterp-no-version-verify'Brad King2019-07-312-1/+10
|\ \ \ \ \
| * | | | | FindPythonInterp: Document lack of version filtering for plain `python`Brad King2019-07-302-1/+10
| | |/ / / | |/| | |
* | | | | Merge branch 'release-3.15'Brad King2019-07-310-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge branch 'source_group-tree-files' into release-3.15Brad King2019-07-301-11/+4
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'vs-spectre-off' into release-3.15Brad King2019-07-305-5/+50
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'source_group-tree-files'Brad King2019-07-311-11/+4
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | source_group: Fix regression in relative FILESBrad King2019-07-301-11/+4
* | | | | | | | Merge topic 'vs-spectre-off'Brad King2019-07-315-5/+50
|\ \ \ \ \ \ \ \ | | |_|/ / / / / | |/| | | | | |
| * | | | | | | VS: Fix mapping of `-Qspectre-` flagBrad King2019-07-305-5/+50
| |/ / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2019-07-311-1/+1
| |_|/ / / / |/| | | | |
* | | | | | Merge branch 'release-3.15'Brad King2019-07-300-0/+0
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Merge branch 'swift-with-interface-libs' into release-3.15Brad King2019-07-292-8/+12
| |\ \ \ \ \ | | |/ / / / | |/| | | |
* | | | | | Merge topic 'find_more_binutils'Brad King2019-07-301-16/+26
|\ \ \ \ \ \
| * | | | | | CMakeFindBinUtils: add some more binutilsNorbert Lange2019-07-231-1/+7
| * | | | | | CMakeFindBinUtils: add missing llvm alternativesNorbert Lange2019-07-231-6/+9
| * | | | | | CMakeFindBinUtils: Rename and unset variables for additional namesNorbert Lange2019-07-231-13/+14
* | | | | | | Merge topic 'swift-with-interface-libs'Brad King2019-07-302-8/+12
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Swift: Restore support for enabling with INTERFACE librariesBrad King2019-07-292-8/+12
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'multipackage_tutorial_compiles'Brad King2019-07-302-6/+13
|\ \ \ \ \ \
| * | | | | | Tutorial: MultiPackage now correctly compilesRobert Maynard2019-07-252-6/+13
* | | | | | | Merge topic 'cmStringAlgorithms'Kyle Edwards2019-07-3078-165/+216
|\ \ \ \ \ \ \
| * | | | | | | cmStringAlgorithms: Move string functions to the new cmStringAlgorithms.hSebastian Holtermann2019-07-2978-165/+216
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'function-blocker-stack'Kyle Edwards2019-07-302-46/+30
|\ \ \ \ \ \ \
| * | | | | | | cmMakefile: Keep function blockers in a stackRegina Pfeifer2019-07-262-46/+30
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge topic 'cmake-version'Craig Scott2019-07-309-79/+98
|\ \ \ \ \ \ \ | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | CMakeVersion: Preserve Git information during 'git archive'Brad King2019-07-292-0/+5
| * | | | | | CMakeVersion: Add generic '-git' suffix when no git info is availableBrad King2019-07-291-0/+6
| * | | | | | CMakeVersion: Provide Git information in non-exact release versionsBrad King2019-07-291-9/+22
| * | | | | | CMakeVersion: Re-order logic to obviate addition of each componentBrad King2019-07-291-16/+19
| * | | | | | CMakeVersion: De-duplicate variable initializationBrad King2019-07-291-4/+2
| * | | | | | CMakeVersion: Factor git execution into helper macroBrad King2019-07-291-24/+23
| * | | | | | CMakeVersion: Use FindGit module to find GitBrad King2019-07-291-3/+2
| * | | | | | CMakeVersion: Consider Git even with just a `.git` fileBrad King2019-07-291-1/+1
| * | | | | | CMakeVersion: Move git logic to main scriptBrad King2019-07-292-32/+31