summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* AppendProperty: convert value param to std::stringVitaly Stakhovsky2020-01-2521-110/+98
* CMake Nightly Date StampKitware Robot2020-01-251-1/+1
* Merge topic 'ninja-multi-cross-configs'Brad King2020-01-2421-14/+455
|\
| * Ninja Multi-Config: Add variable to control configs used in cross-config buildKyle Edwards2020-01-2321-14/+455
* | Merge topic 'vs-dotnet-standard-core'Brad King2020-01-2418-23/+216
|\ \
| * | VS: Add support for .NET Standard and .NET CoreJoerg Bornemann2020-01-2418-23/+216
* | | Merge topic 'findCUDAToolkit_support_cross_compilation'Brad King2020-01-241-5/+45
|\ \ \
| * | | CUDAToolkit: Make sure to also search 'stubs' directoryRobert Maynard2020-01-231-2/+2
| * | | CUDAToolkit: Add support for cross-compilingRobert Maynard2020-01-231-3/+43
| | |/ | |/|
* | | Merge topic 'trace_json_timestamp'Brad King2020-01-243-7/+22
|\ \ \
| * | | trace: Add time and stack level to JSON output formatFrank Winklmeier2020-01-223-7/+22
* | | | 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
* | | | | Merge topic 'fphsa-no-regexp'Brad King2020-01-241-2/+4
|\ \ \ \ \
| * | | | | FPHSA: Check _FOUND var name with STREQUALFeRD (Frank Dana)2020-01-241-2/+4
| |/ / / /
* | | | | 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 branch 'release-3.16'Brad King2020-01-230-0/+0
|\ \ \ \ \
| * \ \ \ \ Merge topic 'get-runtime-dependencies-keyword-args' into release-3.16Brad King2020-01-233-5/+34
| |\ \ \ \ \
* | \ \ \ \ \ Merge topic 'get-runtime-dependencies-keyword-args'Brad King2020-01-233-5/+35
|\ \ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch 'backport-get-runtime-dependencies-keyword-args'Brad King2020-01-220-0/+0
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list argumentsKyle Edwards2020-01-223-5/+34
| * | | | | | | file(GET_RUNTIME_DEPENDENCIES): Tolerate empty list argumentsKyle Edwards2020-01-223-5/+35
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge branch 'release-3.16'Brad King2020-01-230-0/+0
|\ \ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| * | | | | | Merge topic 'findmpi-documentation' into release-3.16Brad King2020-01-231-5/+17
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
* | | | | | | Merge topic 'findmpi-documentation'Brad King2020-01-231-5/+17
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |
| * | | | | | Help: Add more variable documentation to FindMPIKyle Edwards2020-01-221-5/+17
| |/ / / / /
* | | | | | Merge topic 'ninja-multi-default-build-alias'Brad King2020-01-2319-73/+494
|\ \ \ \ \ \
| * | | | | | Ninja Multi-Config: Add variable to control aliases in build.ninjaKyle Edwards2020-01-2210-14/+192
| * | | | | | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninjaKyle Edwards2020-01-2212-66/+308
| * | | | | | Refactor: Move common.ninja into CMakeFilesKyle Edwards2020-01-221-1/+2
| | |/ / / / | |/| | | |
* | | | | | Merge topic 'blas-lapack-whitespace'Brad King2020-01-232-526/+536
|\ \ \ \ \ \
| * | | | | | Find{BLAS,LAPACK}: Cleanup whitespace, style, and commentsMario Emmenlauer2020-01-212-499/+509
| * | | | | | FindLAPACK: Fixed order of arguments for internal helper macroMario Emmenlauer2020-01-211-9/+9
| * | | | | | Find{BLAS,LAPACK}: Clarify names of internal helper macroMario Emmenlauer2020-01-202-35/+35
| | |_|_|/ / | |/| | | |
* | | | | | 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-2224-59/+264
|\ \ \ \ \
| * | | | | cmMarkAsAdvancedCommand: ignore variables which don't exist in the cacheBen Boeckel2020-01-2015-6/+182
| * | | | | cmake: avoid marking local or unused variables as advancedBen Boeckel2020-01-202-2/+0
| * | | | | FindOpenSSL: do not mark a local variable as advancedBen Boeckel2020-01-201-1/+1
| * | | | | FindCurses: only mark CURSES_EXTRA_LIBRARY when it is usedBen Boeckel2020-01-201-1/+4
| * | | | | FindOpenGL: only mark declared cache variables as advancedBen Boeckel2020-01-201-11/+32
| * | | | | FindLua: only mark LUA_MATH_LIBRARY as advanced if requiredBen Boeckel2020-01-141-1/+2
| * | | | | FindBoost: only mark Boost_DIR as advanced if definedBen Boeckel2020-01-141-1/+4
| * | | | | CTest: avoid marking undeclared cache variables as advancedBen Boeckel2020-01-141-4/+0
| * | | | | CPack: mark options as advanced only if definedBen Boeckel2020-01-141-32/+39
* | | | | | Merge topic 'modernize-memory-management'Brad King2020-01-222-33/+31
|\ \ \ \ \ \