summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Refactor: Avoid `std::endl` where it's not necessary (part 2)Alex Turbov2020-03-248-93/+85
* CMake Nightly Date StampKitware Robot2020-03-221-1/+1
* CMake Nightly Date StampKitware Robot2020-03-211-1/+1
* Merge topic 'export-repeat'Brad King2020-03-205-28/+33
|\
| * export: Fix use-after-free on multiple calls overwriting same FILEBrad King2020-03-195-28/+33
* | CMake Nightly Date StampKitware Robot2020-03-201-1/+1
* | Merge topic 'cmprop-state'Brad King2020-03-1915-76/+74
|\ \
| * | cmState::GetCacheEntryValue: return cmPropVitaly Stakhovsky2020-03-1715-76/+74
* | | Merge topic 'target-improve'Brad King2020-03-195-30/+30
|\ \ \
| * | | cmTarget: minor code improvementsVitaly Stakhovsky2020-03-175-30/+30
| |/ /
* | | Merge topic 'trace-format-json-doc'Brad King2020-03-191-1/+2
|\ \ \
| * | | cmake: List valid values for --trace-format on the command lineKyle Edwards2020-03-181-1/+2
| | |/ | |/|
| * | CMake 3.17.0-rc3v3.17.0-rc3Brad King2020-03-121-1/+1
| * | Merge topic 'swift-link-line-spaces' into release-3.17Brad King2020-03-121-3/+5
| |\ \
| * \ \ Merge topic 'ctest-curl-debugfunction' into release-3.17Brad King2020-03-122-2/+2
| |\ \ \
| * \ \ \ Merge topic 'rename-macho-version-properties' into release-3.17Craig Scott2020-03-122-5/+5
| |\ \ \ \
* | | | | | CMake Nightly Date StampKitware Robot2020-03-191-1/+1
* | | | | | CMake Nightly Date StampKitware Robot2020-03-181-1/+1
| |_|_|_|/ |/| | | |
* | | | | Merge topic 'file-archive'Brad King2020-03-171-0/+208
|\ \ \ \ \
| * | | | | file: Add ARCHIVE_{CREATE|EXTRACT} subcommandsCristian Adam2020-03-161-0/+208
* | | | | | Merge topic 'property-computer'Brad King2020-03-173-19/+23
|\ \ \ \ \ \
| * | | | | | cmTargetPropertyComputer::GetProperty: return cmPropVitaly Stakhovsky2020-03-163-19/+23
* | | | | | | Merge topic 'prop_t'Brad King2020-03-1712-28/+35
|\ \ \ \ \ \ \
| * | | | | | | cmPropertyMap: Introduce cmProp as return type for GetProperty() functionsVitaly Stakhovsky2020-03-1312-28/+35
| | |/ / / / / | |/| | | | |
* | | | | | | Merge topic 'mf_profiling_json'Brad King2020-03-171-7/+8
|\ \ \ \ \ \ \
| * | | | | | | cmMakefileProfilingData: Fix ambiguous conversion to Json::ValueRaul Tambre2020-03-161-7/+8
* | | | | | | | CMake Nightly Date StampKitware Robot2020-03-171-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'define-property'Brad King2020-03-168-39/+35
|\ \ \ \ \ \ \
| * | | | | | | cmPropertyDefinition: Construct directly in defined stateVitaly Stakhovsky2020-03-138-39/+35
* | | | | | | | Merge topic 'remove_trailing_whitespace'Brad King2020-03-161-1/+1
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | Source: Remove trailing whitespace from export generation codeAlexandru Croitor2020-03-131-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2020-03-161-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2020-03-151-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2020-03-141-1/+1
| |_|/ / / / / |/| | | | | |
* | | | | | | Merge topic 'swift-implicit-module-include-dir'Brad King2020-03-131-0/+84
|\ \ \ \ \ \ \
| * | | | | | | Swift: Propagate Swift_MODULE_DIRECTORY as include directorySaleem Abdulrasool2020-03-121-0/+84
* | | | | | | | Merge topic 'profiling'Brad King2020-03-137-2/+232
|\ \ \ \ \ \ \ \ | |_|/ / / / / / |/| | | | | | |
| * | | | | | | cmake: add command line options to output script profiling dataWouter Klouwen2020-03-077-2/+232
* | | | | | | | CMake Nightly Date StampKitware Robot2020-03-131-1/+1
| |/ / / / / / |/| | | | | |
* | | | | | | Merge topic 'swift-link-line-spaces'Brad King2020-03-121-3/+5
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | / | | |_|_|_|/ | |/| | | |
| * | | | | Swift: Fix quoting of library search paths with spacesSaleem Abdulrasool2020-03-121-3/+5
| * | | | | CMake 3.16.5v3.16.5Brad King2020-03-041-1/+1
| * | | | | Merge branch 'backport-cuda-non-device-link' into release-3.16Brad King2020-02-241-2/+2
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'backport-3.16-install-default-fix' into release-3.16Brad King2020-02-121-6/+38
| |\ \ \ \ \ \
* | \ \ \ \ \ \ Merge topic 'add-cache-definition'Brad King2020-03-1217-39/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | cmMakefile::AddCacheDefinition: Add overload that accepts std::string valueVitaly Stakhovsky2020-03-1117-39/+44
* | | | | | | | | Merge topic 'modernize-memory-management'Brad King2020-03-126-60/+100
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmCTestRunTest: modernize memory managementMarc Chevrier2020-03-116-60/+100
* | | | | | | | | | Merge topic 'ctest-curl-debugfunction'Brad King2020-03-122-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ | |/| | | | | | | |
| * | | | | | | | | CTest: Fix our internal CURL_DEBUGFUNCTION to conform to CURL docsBetsy McPhail2020-03-112-2/+2
| | |_|_|_|_|_|/ / | |/| | | | | | |