summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'fix-crash-21165'Brad King2020-09-091-22/+12
|\
| * cmGeneratorTarget: Avoid missing nullptr checkvvs314152020-09-081-22/+12
* | Merge branch 'release-3.18'Brad King2020-09-090-0/+0
|\ \
| * \ Merge topic 'pch-tv90' into release-3.18Brad King2020-09-091-8/+20
| |\ \
* | \ \ Merge topic 'pch-tv90'Brad King2020-09-091-8/+20
|\ \ \ \ | | |/ / | |/| |
| * | | PCH: Fix 30s wait for VS2008 when used via -Tv90Cristian Adam2020-09-071-8/+20
* | | | Merge branch 'release-3.18'Brad King2020-09-090-0/+0
|\ \ \ \ | | |/ / | |/| |
| * | | Merge topic 'ios-pch-x-lang-header' into release-3.18Brad King2020-09-094-4/+19
| |\ \ \
* | \ \ \ Merge topic 'ios-pch-x-lang-header'Brad King2020-09-094-4/+19
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | PCH: Mark CMake PCH source files as -x <lang>-headerCristian Adam2020-09-044-4/+19
| | |/ / | |/| |
* | | | Merge topic 'cmstrlen'Kyle Edwards2020-09-092-0/+17
|\ \ \ \
| * | | | cmStringAlgorithms: Add cmStrLen()Kyle Edwards2020-09-082-0/+17
* | | | | CMake Nightly Date StampKitware Robot2020-09-091-1/+1
* | | | | Merge topic 'ExternalData-doc-typo'Brad King2020-09-081-1/+1
|\ \ \ \ \
| * | | | | Help: correct typo in ExternalData (duplicate "of")Joachim Wuttke (o)2020-09-071-1/+1
* | | | | | Merge topic 'ispc_tests_run_on_older_hw'Brad King2020-09-082-4/+4
|\ \ \ \ \ \ | |_|_|_|_|/ |/| | | | |
| * | | | | ISPC tests will now run on any hardware that only supports SSE2Robert Maynard2020-09-082-4/+4
|/ / / / /
* | | | | Merge topic 'generate-target-order'Brad King2020-09-0812-156/+90
|\ \ \ \ \
| * | | | | cmLocalVisualStudio7Generator: Consolidate target iterationBrad King2020-09-045-57/+14
| * | | | | cmLocalVisualStudio10Generator: Simplify target ordering by dependenciesBrad King2020-09-042-26/+12
| * | | | | cmLocalVisualStudio7Generator: Generate targets in dependency orderBrad King2020-09-041-2/+3
| * | | | | cmLocalUnixMakefileGenerator3: Generate targets in dependency orderBrad King2020-09-041-3/+4
| * | | | | cmLocalGhsMultiGenerator: Generate targets in dependency orderBrad King2020-09-042-33/+8
| * | | | | cmGlobalGenerator: Compute a global target ordering respecting dependenciesBrad King2020-09-044-42/+56
* | | | | | Merge topic 'ispc_improvements'Brad King2020-09-0862-13/+633
|\ \ \ \ \ \
| * | | | | | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-0448-8/+595
| * | | | | | ISPC: Add compiler launcher supportRobert Maynard2020-09-0318-5/+38
* | | | | | | Merge topic 'GetExecutionListFile-by-ref'Brad King2020-09-084-6/+6
|\ \ \ \ \ \ \
| * | | | | | | cmStateSnapshot: Return const reference from GetExecutionListFile()Oleksandr Koval2020-09-034-6/+6
| |/ / / / / /
* | | | | | | Merge topic 'optimize-cmJoin'Brad King2020-09-083-4/+69
|\ \ \ \ \ \ \
| * | | | | | | cmStringAlgorithms: Add faster cmJoin overloads for stringsOleksandr Koval2020-09-033-4/+69
| |/ / / / / /
* | | | | | | Merge branch 'release-3.18'Brad King2020-09-080-0/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | Merge topic 'FindPython-set-CMP0012-NEW' into release-3.18Brad King2020-09-081-1/+11
| |\ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'FindPython-set-CMP0012-NEW'Brad King2020-09-081-1/+11
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | FindPython: CMP0012 must be set to NEWMarc Chevrier2020-09-071-1/+11
| |/ / / / /
* | | | | | Merge topic 'doc-cmake_path'Brad King2020-09-081-1/+1
|\ \ \ \ \ \
| * | | | | | Help: Fix typo in cmake_path(CMAKE_PATH) command signatureBrad King2020-09-081-1/+1
* | | | | | | Merge topic 'cm-optional-comparison'Kyle Edwards2020-09-082-118/+401
|\ \ \ \ \ \ \
| * | | | | | | cm::optional: Add comparison operatorsKyle Edwards2020-09-072-0/+362
| * | | | | | | Refactor: Add ASSERT_TRUE() macro to testOptional.cxxKyle Edwards2020-09-061-118/+39
* | | | | | | | Merge topic 'cmake_path'Marc Chevrier2020-09-08195-11/+4158
|\ \ \ \ \ \ \ \ | | |/ / / / / / | |/| | | | | / | |_|_|_|_|_|/ |/| | | | | |
| * | | | | | cmake_path command: path managementMarc Chevrier2020-09-06191-8/+3435
| * | | | | | cmCMakePath: Class for path handlingMarc Chevrier2020-09-066-3/+723
| |/ / / / /
* | | | | | CMake Nightly Date StampKitware Robot2020-09-081-1/+1
* | | | | | Merge topic 'fix-compare'Kyle Edwards2020-09-071-3/+4
|\ \ \ \ \ \
| * | | | | | cmConditionEvaluator: Avoid comparing pointersvvs314152020-09-041-3/+4
* | | | | | | CMake Nightly Date StampKitware Robot2020-09-071-1/+1
| |/ / / / / |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2020-09-061-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-09-051-1/+1
|/ / / / /
* | | | | Merge topic 'use-tocstr'Kyle Edwards2020-09-0411-35/+23
|\ \ \ \ \ | |_|_|/ / |/| | | |