summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* QNX: Add support for CMAKE_SYSROOTStephen Kelly2020-01-271-1/+7
* Merge topic 'vs-dotnet-standard-core'Brad King2020-01-242-17/+31
|\
| * VS: Add support for .NET Standard and .NET CoreJoerg Bornemann2020-01-242-17/+31
* | Merge topic 'trace_json_timestamp'Brad King2020-01-241-0/+3
|\ \
| * | trace: Add time and stack level to JSON output formatFrank Winklmeier2020-01-221-0/+3
* | | Merge topic 'multi-ninja-no-cleandead'Brad King2020-01-241-2/+11
|\ \ \
| * | | cmGlobalNinjaGenerator: avoid cleandead and recompact in Ninja-MultiBen Boeckel2020-01-231-2/+11
* | | | CMake Nightly Date StampKitware Robot2020-01-241-1/+1
* | | | Merge topic 'organize_makefile_help_output'Kyle Edwards2020-01-231-8/+23
|\ \ \ \
| * | | | Makefiles: Organize help output to group 'like' targetsRobert Maynard2020-01-221-8/+23
* | | | | Merge topic 'get-runtime-dependencies-keyword-args'Brad King2020-01-231-3/+15
|\ \ \ \ \
| * | | | | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list argumentsKyle Edwards2020-01-221-3/+15
| | |/ / / | |/| | |
* | | | | Merge topic 'ninja-multi-default-build-alias'Brad King2020-01-238-72/+195
|\ \ \ \ \
| * | | | | Ninja Multi-Config: Add variable to control aliases in build.ninjaKyle Edwards2020-01-222-13/+35
| * | | | | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninjaKyle Edwards2020-01-228-66/+166
| * | | | | Refactor: Move common.ninja into CMakeFilesKyle Edwards2020-01-221-1/+2
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2020-01-231-1/+1
|/ / / /
* | | | Merge topic 'ninja-restat-just-build.ninja'Kyle Edwards2020-01-221-5/+19
|\ \ \ \
| * | | | cmGlobalNinjaGenerator: only restat build.ninjaBen Boeckel2020-01-211-5/+19
| | |/ / | |/| |
* | | | Merge topic 'mark_as_advanced-without-cache'Brad King2020-01-222-6/+61
|\ \ \ \
| * | | | cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-202-6/+61
* | | | | Merge topic 'modernize-memory-management'Brad King2020-01-222-33/+31
|\ \ \ \ \
| * | | | | cmMakefileTargetGenerator: modernize memory managementMarc Chevrier2020-01-212-33/+31
| | |_|/ / | |/| | |
* | | | | Merge topic 'install-std-string'Brad King2020-01-2213-42/+44
|\ \ \ \ \
| * | | | | cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-2113-42/+44
* | | | | | Merge topic 'vs-std-string'Brad King2020-01-222-50/+45
|\ \ \ \ \ \
| * | | | | | cmLocalVisualStudio7Generator: clean up c_str()Vitaly Stakhovsky2020-01-202-50/+45
* | | | | | | CMake Nightly Date StampKitware Robot2020-01-221-1/+1
| |/ / / / / |/| | | | |
* | | | | | Merge topic 'install-std-string'Brad King2020-01-2117-119/+122
|\ \ \ \ \ \ | |_|/ / / / |/| | | | |
| * | | | | cmInstall*Generator: std::string paramsVitaly Stakhovsky2020-01-2117-119/+122
| |/ / / /
* | | | | CMake Nightly Date StampKitware Robot2020-01-211-1/+1
|/ / / /
* | | | Merge topic 'multi-ninja-pch'Brad King2020-01-204-131/+149
|\ \ \ \
| * | | | Multi-Ninja: Add precompile headers supportCristian Adam2020-01-174-131/+149
* | | | | Merge topic 'realpath-cache'Brad King2020-01-203-2/+17
|\ \ \ \ \
| * | | | | cmGlobalGenerator: Add cache for realpath() resultsTim Blechmann2020-01-163-2/+17
* | | | | | Merge topic 'autogen_rcc_skip_unity'Brad King2020-01-202-14/+19
|\ \ \ \ \ \
| * | | | | | Autogen: Enable SKIP_UNITY_BUILD_INCLUSION on AUTORCC generated filesSebastian Holtermann2020-01-172-14/+19
* | | | | | | Merge topic 'acc-fix-in-source-depends-path'Brad King2020-01-203-6/+21
|\ \ \ \ \ \ \ | |_|_|_|_|/ / |/| | | | | |
| * | | | | | cmGeneratorTarget: search for relative paths to the binary directoryBen Boeckel2020-01-161-0/+11
| * | | | | | cmLocalGenerator: collapse the path after constructionBen Boeckel2020-01-161-0/+2
| * | | | | | add_custom_command: check if a relative path should be an in-source pathBen Boeckel2020-01-162-4/+7
| * | | | | | cmLocalGenerator: simplify the current source dir queryBen Boeckel2020-01-161-2/+1
* | | | | | | CMake Nightly Date StampKitware Robot2020-01-201-1/+1
* | | | | | | Merge topic 'pch-msvc-no-path-repetition'Craig Scott2020-01-191-1/+2
|\ \ \ \ \ \ \
| * | | | | | | PCH: No repeated path for internal generated PCH files (MSVC case)Cristian Adam2020-01-161-1/+2
* | | | | | | | CMake Nightly Date StampKitware Robot2020-01-191-1/+1
* | | | | | | | CMake Nightly Date StampKitware Robot2020-01-181-1/+1
| |_|_|_|_|_|/ |/| | | | | |
* | | | | | | Merge topic 'out-of-dir-link-list'Brad King2020-01-176-126/+180
|\ \ \ \ \ \ \
| * | | | | | | target_link_libraries: Fix out-of-dir linking of a list of targetsBrad King2020-01-166-71/+108
| * | | | | | | cmTargetLinkLibrariesCommand: Move HandleLibrary to helper structBrad King2020-01-161-65/+82