Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | Merge topic 'grd-stdstring' | Brad King | 2018-09-06 | 13 | -23/+21 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | cmMakefile: Make GetRequiredDefinition return std::string | Vitaly Stakhovsky | 2018-09-05 | 13 | -23/+21 | |
* | | | | | | | | | | Merge topic 'isonoff-cstr' | Brad King | 2018-09-06 | 24 | -43/+40 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | Remove unnecessary c_str() calls | Vitaly Stakhovsky | 2018-09-05 | 24 | -43/+40 | |
| |/ / / / / / / / / | ||||||
* | | | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-06 | 1 | -1/+1 | |
| |_|_|_|/ / / / / |/| | | | | | | | | ||||||
* | | | | | | | | | Merge topic 'cmake-gui-align-text' | Brad King | 2018-09-05 | 1 | -0/+3 | |
|\ \ \ \ \ \ \ \ \ | |_|_|_|/ / / / / |/| | | | | | | | | ||||||
| * | | | | | | | | cmake-gui: Align source and binary directory path text | Zeex | 2018-09-04 | 1 | -0/+3 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.12' | Brad King | 2018-09-05 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|/ / / / | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'vs-CMakeLists.txt' into release-3.12 | Brad King | 2018-09-05 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ | ||||||
| * \ \ \ \ \ \ \ | Merge branch 'FindBoost-old-context' into release-3.12 | Brad King | 2018-09-04 | 1 | -1/+5 | |
| |\ \ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ \ | Merge topic 'vs-CMakeLists.txt' | Brad King | 2018-09-05 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / | |/| | | | | | | | | ||||||
| * | | | | | | | | | VS: Restore CMakeLists.txt references in each target | Brad King | 2018-09-05 | 1 | -1/+5 | |
| | |_|_|_|/ / / / | |/| | | | | | | | ||||||
* | | | | | | | | | Merge topic 'FindBoost-old-context' | Brad King | 2018-09-05 | 1 | -1/+5 | |
|\ \ \ \ \ \ \ \ \ | | |_|/ / / / / / | |/| | | | | / / | |_|_|_|_|_|/ / |/| | | | | | | | ||||||
| * | | | | | | | FindBoost: Fix context discovery for 1.60 and below | Igor Kostenko | 2018-09-04 | 1 | -1/+5 | |
| |/ / / / / / | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-05 | 1 | -1/+1 | |
| |_|_|/ / / |/| | | | | | ||||||
* | | | | | | Merge topic 'cpack_test' | Brad King | 2018-09-04 | 2 | -1/+20 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | CPack (DEB/RPM): add test for per-component description/summmary. | David Faure | 2018-08-30 | 2 | -1/+20 | |
* | | | | | | | Merge topic 'cmakeServerSourcesForInterfaceLibraries' | Brad King | 2018-09-04 | 3 | -40/+191 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmake-server: Support codemodel filegroups for INTERFACE_SOURCES | Justin Goshi | 2018-08-30 | 3 | -40/+191 | |
| | |_|_|_|/ / | |/| | | | | | ||||||
* | | | | | | | Merge topic 'improve-isonoff' | Brad King | 2018-09-04 | 2 | -35/+68 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | cmSystemTools: Re-implement IsOn,IsOff with manual branching | Brad King | 2018-08-31 | 1 | -35/+56 | |
| * | | | | | | | cmSystemTools: Add IsOn(),IsOff() overloads accepting std::string | Vitaly Stakhovsky | 2018-08-31 | 2 | -0/+12 | |
* | | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-04 | 1 | -1/+1 | |
| |_|_|_|_|_|/ |/| | | | | | | ||||||
* | | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-03 | 1 | -1/+1 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-02 | 1 | -1/+1 | |
* | | | | | | CMake Nightly Date Stamp | Kitware Robot | 2018-09-01 | 1 | -1/+1 | |
* | | | | | | Merge topic 'FindBLAS-implicit-blas-final' | Brad King | 2018-08-31 | 1 | -498/+526 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | FindBLAS: Make Intel MKL the most preferred explicit BLAS library again | Hubertus van Dam | 2018-08-30 | 1 | -180/+180 | |
| * | | | | | | FindBLAS: Make Intel MKL code block respect prior found BLAS libraries | Hubertus van Dam | 2018-08-30 | 1 | -155/+157 | |
| * | | | | | | FindBLAS: Detect implicitly linked BLAS library | Hubertus van Dam | 2018-08-30 | 1 | -2/+28 | |
| * | | | | | | FindBLAS: Re-indent module source code to use normal conventions | Kitware Robot | 2018-08-30 | 1 | -476/+476 | |
* | | | | | | | Merge topic 'vs-winrt-default' | Brad King | 2018-08-31 | 3 | -2/+13 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | VS: Add option to tell generator that platfrom is WinRT by default | Mikhail Korolev | 2018-08-30 | 3 | -2/+13 | |
* | | | | | | | | Merge topic 'gg-stdstring' | Brad King | 2018-08-31 | 3 | -16/+16 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | cmGlobalGenerator::AddInstallComponent(): Accept std::string argument | Vitaly Stakhovsky | 2018-08-30 | 3 | -16/+16 | |
| | |_|_|_|/ / / | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'release-3.12' | Brad King | 2018-08-31 | 0 | -0/+0 | |
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | Merge branch 'CheckIPOSupported-output-backslashes' into release-3.12 | Brad King | 2018-08-30 | 1 | -4/+11 | |
| |\ \ \ \ \ \ \ | ||||||
* | \ \ \ \ \ \ \ | Merge topic 'CheckIPOSupported-output-backslashes' | Brad King | 2018-08-31 | 1 | -4/+11 | |
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | | | ||||||
| * | | | | | | | | CheckIPOSupported: Tolerate backslashes in output of failed checks | Brad King | 2018-08-30 | 1 | -1/+7 | |
| * | | | | | | | | CheckIPOSupported: Simplify result reporting logic | Brad King | 2018-08-30 | 1 | -3/+4 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'file-alt-httpauth' | Brad King | 2018-08-31 | 1 | -0/+8 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | file: Allow DOWNLOAD/UPLOAD using alternate authentication methods | Clinton Stimpson | 2018-08-30 | 1 | -0/+8 | |
| | |_|_|/ / / / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'no-sanitizer-logfile' | Brad King | 2018-08-31 | 11 | -12/+2 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | ctest_memcheck: Change failure to find log file from error to warning | Betsy McPhail | 2018-08-28 | 11 | -12/+2 | |
| | |_|_|_|_|/ / | |/| | | | | | | ||||||
* | | | | | | | | Merge topic 'ctest-WARNING-not-error' | Brad King | 2018-08-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | CTest: Add error exception for sphinx-build WARNING messages | Tim | 2018-08-30 | 1 | -0/+1 | |
* | | | | | | | | | Merge topic 'solaris-silence-system-libform-warning' | Brad King | 2018-08-31 | 1 | -0/+1 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Solaris: Silence warning when using system libform. | Chuck Atkins | 2018-08-29 | 1 | -0/+1 | |
| |/ / / / / / / / | ||||||
* | | | | | | | | | Merge topic 'capture_camke_error-update-docs' | Craig Scott | 2018-08-31 | 3 | -4/+16 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | Help: Add CAPTURE_CMAKE_ERROR to ctest_submit and ctest_update documentation | Betsy McPhail | 2018-08-29 | 3 | -4/+16 | |
| | |/ / / / / / / | |/| | | | | | | |