summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | Merge topic 'automoc-rerun-missing-dependency'Brad King2020-09-101-7/+15
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | AutoMoc: Re-run moc if a dependency is missingJoerg Bornemann2020-09-091-7/+15
* | | | | | | CMake Nightly Date StampKitware Robot2020-09-101-1/+1
* | | | | | | Merge topic 'vs9-custom-command-dedup'Brad King2020-09-094-17/+24
|\ \ \ \ \ \ \
| * | | | | | | VS: Avoid unnecessary duplication of custom commands across targets in VS 9Brad King2020-09-081-1/+6
| * | | | | | | cmLocalVisualStudio7Generator: Adopt SourcesVisited lookup tableBrad King2020-09-084-16/+18
* | | | | | | | Merge topic 'use-cmprop'Brad King2020-09-094-45/+40
|\ \ \ \ \ \ \ \
| * | | | | | | | cmConditionEvaluator: More use of cmPropvvs314152020-09-084-45/+40
| | |_|_|_|/ / / | |/| | | | | |
* | | | | | | | Merge topic 'file-real_path'Brad King2020-09-091-0/+46
|\ \ \ \ \ \ \ \
| * | | | | | | | file(): Add REAL_PATH sub-commandMarc Chevrier2020-09-081-0/+46
| |/ / / / / / /
* | | | | | | | Merge topic 'fix-crash-21165'Brad King2020-09-091-22/+12
|\ \ \ \ \ \ \ \
| * | | | | | | | cmGeneratorTarget: Avoid missing nullptr checkvvs314152020-09-081-22/+12
| |/ / / / / / /
* | | | | | | | 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 topic 'cmstrlen'Kyle Edwards2020-09-091-0/+7
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | cmStringAlgorithms: Add cmStrLen()Kyle Edwards2020-09-081-0/+7
* | | | | | CMake Nightly Date StampKitware Robot2020-09-091-1/+1
| |_|/ / / |/| | | |
* | | | | 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-0810-7/+176
|\ \ \ \ \
| * | | | | ISPC: Support generation for multiple instruction setsRobert Maynard2020-09-0410-5/+173
| * | | | | ISPC: Add compiler launcher supportRobert Maynard2020-09-033-2/+3
* | | | | | 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 topic 'cmake_path'Marc Chevrier2020-09-088-8/+1796
|\ \ \ \ \ \ | |_|_|/ / / |/| | | | |
| * | | | | cmake_path command: path managementMarc Chevrier2020-09-066-8/+1077
| * | | | | cmCMakePath: Class for path handlingMarc Chevrier2020-09-063-0/+719
* | | | | | 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
|\ \ \ \ \ | |_|/ / / |/| | | |
| * | | | Refactor: Use cmToCStr()Vitaly Stakhovsky2020-09-0311-35/+23
| |/ / /
* | | | Merge topic 'pragma-once'Brad King2020-09-04466-1844/+466
|\ \ \ \
| * | | | Modernize: Use #pragma once in all header filesKitware Robot2020-09-03466-1844/+466
| |/ / /
* | | | CMake Nightly Date StampKitware Robot2020-09-041-1/+1
|/ / /
* | | Merge topic 'getdef'Brad King2020-09-0383-702/+745
|\ \ \
| * | | cmMakefile::GetDefinition: return cmPropVitaly Stakhovsky2020-09-0283-702/+745
* | | | Merge topic 'Fortran-visibility-var'Brad King2020-09-031-0/+1
|\ \ \ \
| * | | | Fortran: Initialize Fortran_VISIBILITY_PRESET property from variableThomas G2020-09-021-0/+1
* | | | | Merge topic 'ninja-multi-automoc-regression'Brad King2020-09-032-1/+5
|\ \ \ \ \