summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | 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
|\ \ \ \ \ \ \
| * | | | | | | cmMakefileTargetGenerator: modernize memory managementMarc Chevrier2020-01-212-33/+31
| | |_|_|/ / / | |/| | | | |
* | | | | | | Merge topic 'test-file-download'Brad King2020-01-221-2/+2
|\ \ \ \ \ \ \
| * | | | | | | Tests: Make CMake.FileDownload invalid host name case more robustBrad King2020-01-211-2/+2
* | | | | | | | Merge topic 'install-std-string'Brad King2020-01-2213-42/+44
|\ \ \ \ \ \ \ \
| * | | | | | | | cmInstallGenerator: std::string paramsVitaly Stakhovsky2020-01-2113-42/+44
| |/ / / / / / /
* | | | | | | | Merge topic 'FindMPI-fix-return'Brad King2020-01-221-4/+3
|\ \ \ \ \ \ \ \
| * | | | | | | | FindMPI: Fix regression when compiling with MPI wrappersBrad King2020-01-211-4/+3
* | | | | | | | | Merge topic 'vs-std-string'Brad King2020-01-222-50/+45
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | cmLocalVisualStudio7Generator: clean up c_str()Vitaly Stakhovsky2020-01-202-50/+45
* | | | | | | | | | Merge branch 'release-3.15'Brad King2020-01-220-0/+0
|\ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge branch 'msvc-runtime-library-masm' into release-3.15Brad King2020-01-211-0/+6
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge branch 'release-3.16'Brad King2020-01-220-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / | |/| | | | | | | | | |
| * | | | | | | | | | | Merge topic 'msvc-runtime-library-masm' into release-3.16Brad King2020-01-221-0/+6
| |\ \ \ \ \ \ \ \ \ \ \ | | | |/ / / / / / / / / | | |/| | | | | | | | |
* | | | | | | | | | | | Merge topic 'msvc-runtime-library-masm'Brad King2020-01-221-0/+6
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | ASM_MASM: Populate MSVC runtime library abstraction tableBrad King2020-01-211-0/+6
* | | | | | | | | | | | CMake Nightly Date StampKitware Robot2020-01-221-1/+1
* | | | | | | | | | | | Merge topic 'FindGTK2-doc'Brad King2020-01-211-65/+52
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | FindGTK2: Fix documentation formattingBrad King2020-01-211-65/+52
|/ / / / / / / / / / / /
* | | | | | | | | | | | Merge branch 'release-3.16'Brad King2020-01-210-0/+0
|\ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / | |/| | | | | | | | | |
| * | | | | | | | | | | CMake 3.16.3v3.16.3Brad King2020-01-211-1/+1
* | | | | | | | | | | | Merge topic 'mingw-find-no-dll'Brad King2020-01-213-2/+8
|\ \ \ \ \ \ \ \ \ \ \ \ | |_|_|_|_|_|/ / / / / / |/| | | | | | | | | | |