summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* CMake Nightly Date StampKitware Robot2020-01-281-1/+1
* Merge topic 'fix-ninja-multi-framework-header'Brad King2020-01-272-8/+26
|\
| * Ninja Multi-Config: Fix bug with MacOS frameworksKyle Edwards2020-01-242-8/+26
* | Merge topic 'depend-on-target-real-name'Brad King2020-01-271-1/+2
|\ \
| * | add_custom_command: Fix dependency on macOS framework targetBrad King2020-01-241-1/+2
* | | Merge topic 'csharp-no-valued-macros'Brad King2020-01-271-0/+4
|\ \ \
| * | | CSharp: Do not pass definitions with valuesSumit Bhardwaj2020-01-241-0/+4
* | | | Merge topic 'cpack-dmg-breaklongline'Brad King2020-01-271-2/+3
|\ \ \ \
| * | | | CPack/DragNDrop: Fix word corruption in BreakLongLinesKoray Kilinc2020-01-241-2/+3
| | |/ / | |/| |
* | | | Merge topic 'cpack-dmg-rtf-for-sla'Brad King2020-01-271-10/+31
|\ \ \ \
| * | | | CPack/DragNDrop: Support RTF licensesAndrew Fuller2020-01-241-10/+31
| |/ / /
* | | | Merge topic 'makefiles-suppress-vcs-implicit-rules'Brad King2020-01-271-3/+9
|\ \ \ \
| * | | | makefiles: suppress RCS and SCCS implicit rulesBen Boeckel2020-01-241-3/+9
* | | | | CMake Nightly Date StampKitware Robot2020-01-271-1/+1
* | | | | CMake Nightly Date StampKitware Robot2020-01-261-1/+1
* | | | | CMake Nightly Date StampKitware Robot2020-01-251-1/+1
| |_|_|/ |/| | |
* | | | Merge topic 'ninja-multi-cross-configs'Brad King2020-01-243-14/+64
|\ \ \ \
| * | | | Ninja Multi-Config: Add variable to control configs used in cross-config buildKyle Edwards2020-01-233-14/+64
| | |/ / | |/| |
* | | | 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