summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'trace-redirect'Brad King2019-08-204-1/+35
|\
| * Add --trace-redirect parameter to redirect trace output to a fileIgor Ivanov2019-08-104-1/+35
* | Merge topic 'ccmake-crash-on-empty-strings-property'Brad King2019-08-201-0/+3
|\ \
| * | ccmake: handle cache entries with empty STRINGS propertyM Furkan USLU2019-08-201-0/+3
| * | CMake 3.15.2v3.15.2Brad King2019-08-071-1/+1
| * | Merge branch 'find_package-prefer-config-not-found' into release-3.15Brad King2019-08-061-1/+3
| |\ \
| * \ \ Merge branch 'fileapi-install-generators' into release-3.15Brad King2019-08-024-7/+22
| |\ \ \
| * \ \ \ 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-302-5/+8
| |\ \ \ \ \
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-201-1/+1
* | | | | | | Merge topic 'string-literal-append'Brad King2019-08-1920-77/+43
|\ \ \ \ \ \ \
| * | | | | | | avoid adding multiple consecutive string literals to std::stringRolf Eike Beer2019-08-1820-77/+43
* | | | | | | | Merge topic 'cmCryptoHash_string_view'Brad King2019-08-194-27/+26
|\ \ \ \ \ \ \ \
| * | | | | | | | cmCryptoHash: Accept cm::string_view inputSebastian Holtermann2019-08-184-27/+26
* | | | | | | | | Merge topic 'cmStringAlgorithms_IsOn'Brad King2019-08-1966-329/+309
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmSystemTools: Remove IsInternallyOn, IsNOTFOUND, IsOn, IsOffSebastian Holtermann2019-08-172-123/+0
| * | | | | | | | | Source sweep: Use cmIsOn instead of cmSystemTools::IsOnSebastian Holtermann2019-08-1762-206/+185
| * | | | | | | | | cmStringAlgorithms: Add cmIsInternallyOn, cmIsNOTFOUND, cmIsOn, cmIsOffSebastian Holtermann2019-08-172-0/+124
| |/ / / / / / / /
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-191-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-181-1/+1
|/ / / / / / /
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-171-1/+1
* | | | | | | Merge topic 'cmExpandList'Kyle Edwards2019-08-1693-508/+492
|\ \ \ \ \ \ \
| * | | | | | | cmSystemTools: Remove ExpandListArgument methodsSebastian Holtermann2019-08-142-116/+0
| * | | | | | | Source code: Use cmExpandList instead of cmSystemTools::ExpandListArgumentSebastian Holtermann2019-08-1490-394/+381
| * | | | | | | cmStringAlgorithms: Add cmExpandList functionsSebastian Holtermann2019-08-142-0/+113
* | | | | | | | Merge topic 'cmStringAlgorithms_ulong'Kyle Edwards2019-08-1618-58/+70
|\ \ \ \ \ \ \ \
| * | | | | | | | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-1018-58/+70
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-161-1/+1
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-151-1/+1
| |/ / / / / / / |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-141-1/+1
* | | | | | | | Merge topic 'retry-directory-delete'Kyle Edwards2019-08-132-3/+9
|\ \ \ \ \ \ \ \
| * | | | | | | | Retry removing directories on WindowsKasper Laudrup2019-08-081-1/+1
| * | | | | | | | Use registry setting for removal retry count and delayKasper Laudrup2019-08-081-2/+8
* | | | | | | | | Merge topic 'per-language-link-library-flag'Kyle Edwards2019-08-131-2/+7
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Generator: support per-language link library flagSaleem Abdulrasool2019-08-091-2/+7
* | | | | | | | | | Merge topic 'support_CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS'Kyle Edwards2019-08-131-0/+1
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variableRobert Maynard2019-08-061-0/+1
* | | | | | | | | | | Merge topic 'cuda_separable_compilation_determined_by_compiler_id'Kyle Edwards2019-08-131-0/+5
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | CUDA: Compilers can now state they don't require a device linking stepRobert Maynard2019-08-061-0/+5
* | | | | | | | | | | | Merge topic 'free-command-a'Kyle Edwards2019-08-1325-594/+257
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cmA*Command: Turn into free functionsRegina Pfeifer2019-08-0725-594/+257
| |/ / / / / / / / / / /
* | | | | | | | | | | | Merge topic 'strcat-localgenerator'Kyle Edwards2019-08-131-92/+48
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | cmLocalGenerator: Use cmStrCatRegina Pfeifer2019-08-091-92/+48
* | | | | | | | | | | | | Merge topic 'cmRemoveQuotes'Kyle Edwards2019-08-134-16/+17
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | cmStringAlgorithms: Add cmRemoveQuotesSebastian Holtermann2019-08-094-16/+17
| |/ / / / / / / / / / / /
* | | | | | | | | | | | | Merge topic 'cmake-bootstrap-def'Kyle Edwards2019-08-1339-141/+138
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | Refactor: Finish replacing CMAKE_BUILD_WITH_CMAKE with CMAKE_BOOTSTRAPKyle Edwards2019-08-091-3/+0
| * | | | | | | | | | | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-0938-138/+138
| | |_|_|/ / / / / / / / / | |/| | | | | | | | | | |
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-131-1/+1
* | | | | | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-121-1/+1