summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-171-1/+1
* Merge topic 'clang-llvm-rc'Kyle Edwards2019-08-161-0/+15
|\
| * Clang: Fall back to llvm-rc when rc is unavailableGregory Mitrano2019-08-141-0/+15
* | 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-1620-74/+105
|\ \ \
| * | | cmStringAlgorithms: Add cmStrToLong and cmStrToULongSebastian Holtermann2019-08-1020-74/+105
* | | | 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-135-2/+23
|\ \ \ \
| * | | | Generator: support per-language link library flagSaleem Abdulrasool2019-08-095-2/+23
* | | | | Merge topic 'support_CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS'Kyle Edwards2019-08-135-1/+15
|\ \ \ \ \
| * | | | | CUDA: Support CMAKE_CUDA_RESOLVE_DEVICE_SYMBOLS global variableRobert Maynard2019-08-065-1/+15
* | | | | | Merge topic 'cuda_separable_compilation_determined_by_compiler_id'Kyle Edwards2019-08-134-7/+18
|\ \ \ \ \ \
| * | | | | | CUDA: Compilers can now state they don't require a device linking stepRobert Maynard2019-08-064-7/+18
* | | | | | | 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-135-16/+40
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmStringAlgorithms: Add cmRemoveQuotesSebastian Holtermann2019-08-095-16/+40
| |/ / / / / / / /
* | | | | | | | | Merge topic 'cmake-bootstrap-def'Kyle Edwards2019-08-1340-143/+140
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Refactor: Finish replacing CMAKE_BUILD_WITH_CMAKE with CMAKE_BOOTSTRAPKyle Edwards2019-08-092-5/+2
| * | | | | | | | | Utilities/Scripts: Remove temporary CMAKE_BOOTSTRAP conversion scriptKyle Edwards2019-08-091-7/+0
| * | | | | | | | | Refactor: Convert all instances of CMAKE_BUILD_WITH_CMAKE to CMAKE_BOOTSTRAPKitware Robot2019-08-0938-138/+138
| * | | | | | | | | Utilities/Scripts: Add temporary CMAKE_BOOTSTRAP conversion scriptKyle Edwards2019-08-091-0/+7
| | |_|_|_|/ / / / | |/| | | | | | |
* | | | | | | | | CMake Nightly Date StampKitware Robot2019-08-131-1/+1
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-121-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2019-08-111-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | CMake Nightly Date StampKitware Robot2019-08-101-1/+1
|/ / / / / /
* | | | | | Merge topic 'cmFileCommand-refactoring'Brad King2019-08-0913-528/+552
|\ \ \ \ \ \
| * | | | | | cmFileCommand: Use cmSubcommandTableRegina Pfeifer2019-08-061-116/+119
| * | | | | | Introduce cmSubcommandTableRegina Pfeifer2019-08-064-0/+70
| * | | | | | cmFileCommand: turn into free functionRegina Pfeifer2019-08-063-29/+5
| * | | | | | cmFileCommand: put subcommands in unnamed namespaceDaniel Pfeifer2019-08-064-272/+198
| * | | | | | cmFileCommand: port to cmExecutionStatusDaniel Pfeifer2019-08-066-359/+408
* | | | | | | Merge topic 'cmDefinitions_cleanups'Brad King2019-08-092-35/+42
|\ \ \ \ \ \ \
| * | | | | | | cmDefinitions: Cleanups and optimizationsSebastian Holtermann2019-08-082-35/+42
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'autogen_cmStrCat'Brad King2019-08-097-285/+174
|\ \ \ \ \ \ \
| * | | | | | | Autogen: Modernize to use cmStrCat for string concatenationSebastian Holtermann2019-08-076-258/+151
| * | | | | | | Autogen: Modernize code to use cm::string_view for the info writerSebastian Holtermann2019-08-072-27/+23
* | | | | | | | Merge topic 'soname-darwin'Brad King2019-08-091-1/+3
|\ \ \ \ \ \ \ \