summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Autogen: Use more readable variable names for static const AUTO* stringsSebastian Holtermann2019-02-264-38/+38
* Merge topic 'vs-wince-no-deploy'Brad King2019-02-264-16/+40
|\
| * VS: support suppressing deployment of selected targetsWil Stark2019-02-254-16/+40
* | Merge topic 'update-kwsys'Brad King2019-02-263-113/+0
|\ \
| * | Merge branch 'upstream-KWSys' into update-kwsysBrad King2019-02-253-113/+0
* | | Merge topic 'add-xlclang'Brad King2019-02-262-1/+34
|\ \ \
| * | | XLClang: Add policy CMP0089 to present as XL for compatibilityBrad King2019-02-252-1/+34
| |/ /
* | | Merge topic 'autogen_headers_at_configure_time'Brad King2019-02-269-626/+762
|\ \ \
| * | | Autogen: Move additional source header search to configuration stageSebastian Holtermann2019-02-252-29/+65
| * | | Autogen: Refactor file lists computationSebastian Holtermann2019-02-253-216/+297
| * | | Autogen: Use cm::make_unique to allocate jobsSebastian Holtermann2019-02-222-25/+13
| * | | Autogen: Use std::unordered_set instead of std::set for skip listsSebastian Holtermann2019-02-221-2/+3
| * | | Autogen: Refactor cmQtAutoGenInitializer::AddGeneratedSource methodSebastian Holtermann2019-02-212-66/+63
| * | | Autogen: Refactor Qt executable name computationSebastian Holtermann2019-02-212-141/+166
| * | | Autogen: Rename cmQtAutoGen::GeneratorT enum to cmQtAutoGen::GenTSebastian Holtermann2019-02-219-172/+157
| * | | Autogen: cmQtAutoGen: Store generator names in class static const stringsSebastian Holtermann2019-02-212-21/+44
* | | | CMake Nightly Date StampKitware Robot2019-02-261-1/+1
* | | | Merge topic 'gt-shorter-unique-names'Brad King2019-02-251-5/+12
|\ \ \ \ | |_|/ / |/| | |
| * | | Use shorter names in internal TARGET_PROPERTY expressionsBrad King2019-02-221-5/+12
* | | | Merge topic 'return-explicit-conversion'Brad King2019-02-251-2/+2
|\ \ \ \
| * | | | cmServerConnection: make return conversions explicitBen Boeckel2019-02-221-2/+2
| | |_|/ | |/| |
* | | | Merge topic 'drop-MIPSpro'Brad King2019-02-251-7/+0
|\ \ \ \
| * | | | Remove now-unused code once used for MIPSpro on IRIXBrad King2019-02-211-7/+0
| | |_|/ | |/| |
* | | | Merge topic 'deprecate-policy-old'Brad King2019-02-251-1/+1
|\ \ \ \
| * | | | Add deprecation warnings for policies CMP0066 and belowBrad King2019-02-211-1/+1
| |/ / /
* | | | Merge topic 'cmrange-improvements'Brad King2019-02-2539-78/+278
|\ \ \ \
| * | | | cmRange: Add unit testsRegina Pfeifer2019-02-211-0/+7
| * | | | cmRange: Add functions filter and transformRegina Pfeifer2019-02-211-0/+132
| * | | | cmRange: Add functions all_of, any_of, none_ofRegina Pfeifer2019-02-211-0/+19
| * | | | cmRange: Stylistic cleanupRegina Pfeifer2019-02-211-30/+34
| * | | | cmRange: Move to dedicated header fileRegina Pfeifer2019-02-2139-78/+116
| | |/ / | |/| |
* | | | Merge topic 'error-consolidate'Brad King2019-02-2528-154/+134
|\ \ \ \
| * | | | cmSystemTools::Error: consolidate parameters into single std::stringVitaly Stakhovsky2019-02-2028-154/+134
* | | | | Merge topic 'swift-partials'Brad King2019-02-253-0/+51
|\ \ \ \ \
| * | | | | Ninja: add final placeholders to merge Swift partialsSaleem Abdulrasool2019-02-203-0/+51
| |/ / / /
* | | | | Merge topic 'systools-stdstring3'Brad King2019-02-2522-47/+44
|\ \ \ \ \
| * | | | | cmSystemTools: More functions accept `std::string` paramsVitaly Stakhovsky2019-02-2022-47/+44
| |/ / / /
* | | | | Merge topic 'link-options'Brad King2019-02-251-15/+4
|\ \ \ \ \
| * | | | | PIE link options: No warning when policy CMP0083 is not set.Marc Chevrier2019-02-201-15/+4
* | | | | | Merge topic 'remove-exclude-from-all-warning'Brad King2019-02-252-17/+0
|\ \ \ \ \ \
| * | | | | | EXCLUDE_FROM_ALL: Don't warn if installing target excluded from allCraig Scott2019-02-212-17/+0
| |/ / / / /
* | | | | | Merge topic 'fix-implicit-includes-fortran'Brad King2019-02-251-9/+15
|\ \ \ \ \ \
| * | | | | | Fortran: Do not suppress explicit use of implicit include directoriesBrad King2019-02-201-9/+15
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-251-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-241-1/+1
* | | | | | | CMake Nightly Date StampKitware Robot2019-02-231-1/+1
| |_|_|_|_|/ |/| | | | |
* | | | | | CMake Nightly Date StampKitware Robot2019-02-221-1/+1
| |_|_|_|/ |/| | | |
* | | | | CMake Nightly Date StampKitware Robot2019-02-211-1/+1
| |_|/ / |/| | |
* | | | Merge topic 'list-prepend-and-pop-subcommands'Brad King2019-02-202-4/+137
|\ \ \ \
| * | | | list: add sub-commands PREPEND, POP_BACK, POP_FRONTAlex Turbov2019-02-192-4/+137