| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-01-23 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
| * | | | | | | | Merge topic 'findmpi-documentation' into release-3.16 | Brad King | 2020-01-23 | 1 | -5/+17 |
| |\ \ \ \ \ \ \
| | |_|/ / / / /
| |/| | | | | | |
|
* | | | | | | | | Merge topic 'findmpi-documentation' | Brad King | 2020-01-23 | 1 | -5/+17 |
|\ \ \ \ \ \ \ \
| | |/ / / / / /
| |/| | | | | | |
|
| * | | | | | | | Help: Add more variable documentation to FindMPI | Kyle Edwards | 2020-01-22 | 1 | -5/+17 |
| |/ / / / / / |
|
* | | | | | | | Merge topic 'ninja-multi-default-build-alias' | Brad King | 2020-01-23 | 19 | -73/+494 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Ninja Multi-Config: Add variable to control aliases in build.ninja | Kyle Edwards | 2020-01-22 | 10 | -14/+192 |
|
|
| * | | | | | | | Refactor: Split Ninja files into impl-<Config>.ninja and build-<Config>.ninja | Kyle Edwards | 2020-01-22 | 12 | -66/+308 |
|
|
| * | | | | | | | Refactor: Move common.ninja into CMakeFiles | Kyle Edwards | 2020-01-22 | 1 | -1/+2 |
| | |/ / / / /
| |/| | | | | |
|
* | | | | | | | Merge topic 'blas-lapack-whitespace' | Brad King | 2020-01-23 | 2 | -526/+536 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Find{BLAS,LAPACK}: Cleanup whitespace, style, and comments | Mario Emmenlauer | 2020-01-21 | 2 | -499/+509 |
|
|
| * | | | | | | | FindLAPACK: Fixed order of arguments for internal helper macro | Mario Emmenlauer | 2020-01-21 | 1 | -9/+9 |
|
|
| * | | | | | | | Find{BLAS,LAPACK}: Clarify names of internal helper macro | Mario Emmenlauer | 2020-01-20 | 2 | -35/+35 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-23 | 1 | -1/+1 |
| |/ / / / /
|/| | | | | |
|
* | | | | | | Merge topic 'ninja-restat-just-build.ninja' | Kyle Edwards | 2020-01-22 | 1 | -5/+19 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmGlobalNinjaGenerator: only restat build.ninja | Ben Boeckel | 2020-01-21 | 1 | -5/+19 |
| |/ / / / / |
|
* | | | | | | Merge topic 'mark_as_advanced-without-cache' | Brad King | 2020-01-22 | 24 | -59/+264 |
|\ \ \ \ \ \ |
|
| * | | | | | | cmMarkAsAdvancedCommand: ignore variables which don't exist in the cache | Ben Boeckel | 2020-01-20 | 15 | -6/+182 |
|
|
| * | | | | | | cmake: avoid marking local or unused variables as advanced | Ben Boeckel | 2020-01-20 | 2 | -2/+0 |
|
|
| * | | | | | | FindOpenSSL: do not mark a local variable as advanced | Ben Boeckel | 2020-01-20 | 1 | -1/+1 |
|
|
| * | | | | | | FindCurses: only mark CURSES_EXTRA_LIBRARY when it is used | Ben Boeckel | 2020-01-20 | 1 | -1/+4 |
|
|
| * | | | | | | FindOpenGL: only mark declared cache variables as advanced | Ben Boeckel | 2020-01-20 | 1 | -11/+32 |
|
|
| * | | | | | | FindLua: only mark LUA_MATH_LIBRARY as advanced if required | Ben Boeckel | 2020-01-14 | 1 | -1/+2 |
|
|
| * | | | | | | FindBoost: only mark Boost_DIR as advanced if defined | Ben Boeckel | 2020-01-14 | 1 | -1/+4 |
|
|
| * | | | | | | CTest: avoid marking undeclared cache variables as advanced | Ben Boeckel | 2020-01-14 | 1 | -4/+0 |
|
|
| * | | | | | | CPack: mark options as advanced only if defined | Ben Boeckel | 2020-01-14 | 1 | -32/+39 |
|
|
* | | | | | | | Merge topic 'modernize-memory-management' | Brad King | 2020-01-22 | 2 | -33/+31 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | cmMakefileTargetGenerator: modernize memory management | Marc Chevrier | 2020-01-21 | 2 | -33/+31 |
| | |_|_|/ / /
| |/| | | | | |
|
* | | | | | | | Merge topic 'test-file-download' | Brad King | 2020-01-22 | 1 | -2/+2 |
|\ \ \ \ \ \ \ |
|
| * | | | | | | | Tests: Make CMake.FileDownload invalid host name case more robust | Brad King | 2020-01-21 | 1 | -2/+2 |
|
|
* | | | | | | | | Merge topic 'install-std-string' | Brad King | 2020-01-22 | 13 | -42/+44 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | cmInstallGenerator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 13 | -42/+44 |
| |/ / / / / / / |
|
* | | | | | | | | Merge topic 'FindMPI-fix-return' | Brad King | 2020-01-22 | 1 | -4/+3 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | FindMPI: Fix regression when compiling with MPI wrappers | Brad King | 2020-01-21 | 1 | -4/+3 |
|
|
* | | | | | | | | | Merge topic 'vs-std-string' | Brad King | 2020-01-22 | 2 | -50/+45 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | cmLocalVisualStudio7Generator: clean up c_str() | Vitaly Stakhovsky | 2020-01-20 | 2 | -50/+45 |
|
|
* | | | | | | | | | | Merge branch 'release-3.15' | Brad King | 2020-01-22 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * \ \ \ \ \ \ \ \ \ | Merge branch 'msvc-runtime-library-masm' into release-3.15 | Brad King | 2020-01-21 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ |
|
* | \ \ \ \ \ \ \ \ \ \ | Merge branch 'release-3.16' | Brad King | 2020-01-22 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | |_|_|_|_|_|_|_|/ / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | Merge topic 'msvc-runtime-library-masm' into release-3.16 | Brad King | 2020-01-22 | 1 | -0/+6 |
| |\ \ \ \ \ \ \ \ \ \ \
| | | |/ / / / / / / / /
| | |/| | | | | | | | | |
|
* | | | | | | | | | | | | Merge topic 'msvc-runtime-library-masm' | Brad King | 2020-01-22 | 1 | -0/+6 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | ASM_MASM: Populate MSVC runtime library abstraction table | Brad King | 2020-01-21 | 1 | -0/+6 |
|
|
* | | | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2020-01-22 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | Merge topic 'FindGTK2-doc' | Brad King | 2020-01-21 | 1 | -65/+52 |
|\ \ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | | FindGTK2: Fix documentation formatting | Brad King | 2020-01-21 | 1 | -65/+52 |
|/ / / / / / / / / / / / |
|
* | | | | | | | | | | | | Merge branch 'release-3.16' | Brad King | 2020-01-21 | 0 | -0/+0 |
|\ \ \ \ \ \ \ \ \ \ \ \
| | |/ / / / / / / / / /
| |/| | | | | | | | | | |
|
| * | | | | | | | | | | | CMake 3.16.3v3.16.3 | Brad King | 2020-01-21 | 1 | -1/+1 |
|
|
* | | | | | | | | | | | | Merge topic 'mingw-find-no-dll' | Brad King | 2020-01-21 | 3 | -2/+8 |
|\ \ \ \ \ \ \ \ \ \ \ \
| |_|_|_|_|_|/ / / / / /
|/| | | | | | | | | | | |
|
| * | | | | | | | | | | | MinGW: Update find_library to not find plain .dll files | Brad King | 2020-01-20 | 3 | -2/+8 |
| | |_|_|/ / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge topic 'install-std-string' | Brad King | 2020-01-21 | 17 | -119/+122 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | cmInstall*Generator: std::string params | Vitaly Stakhovsky | 2020-01-21 | 17 | -119/+122 |
| |/ / / / / / / / / / |
|