| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge topic 'eclipse-init-members' | Brad King | 2019-07-10 | 1 | -0/+2 |
|\ |
|
| * | Eclpise: Fix compiler warnings about uninitialized member variables | Martin Gerhardy | 2019-07-09 | 1 | -0/+2 |
|
|
* | | Merge topic 'cuda-imported-library-device-linking' | Brad King | 2019-07-10 | 1 | -6/+11 |
|\ \ |
|
| * | | CUDA: Restore device linking to imported static library targets | Robert Maynard | 2019-07-09 | 1 | -6/+11 |
|
|
* | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-10 | 1 | -1/+1 |
|
|
* | | | Merge topic 'add_cmake_find_use_package_registry' | Craig Scott | 2019-07-09 | 2 | -2/+7 |
|\ \ \ |
|
| * | | | Find: find_package prefers variable CMAKE_FIND_USE_REGISTRY | Robert Maynard | 2019-07-09 | 1 | -1/+6 |
|
|
| * | | | Find: Correct spelling and layout issues in CMAKE_FIND_USE_ docs | Robert Maynard | 2019-07-09 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'ccmake-clear-aliases' | Brad King | 2019-07-09 | 1 | -0/+1 |
|\ \ \ \ |
|
| * | | | | cmGlobalGenerator: Do not persist alias targets across configures | Brad King | 2019-07-08 | 1 | -0/+1 |
| | |/ /
| |/| | |
|
* | | | | Merge topic 'loglevel-option-case-consistency' | Craig Scott | 2019-07-09 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | Help: Use consistent levels for cmake --loglevel and message() | Craig Scott | 2019-07-08 | 1 | -1/+1 |
| |/ / / |
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-09 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'autogen_header_extension' | Brad King | 2019-07-08 | 6 | -160/+95 |
|\ \ \ \ |
|
| * | | | | cmSystemTools: Remove cmSystemTools::FileFormat method | Sebastian Holtermann | 2019-07-04 | 2 | -85/+0 |
|
|
| * | | | | cmExtraCodeLiteGenerator: Use cmake::Is*Extension for file type detection | Sebastian Holtermann | 2019-07-04 | 1 | -10/+9 |
|
|
| * | | | | cmake: Refactor file extension list setup | Sebastian Holtermann | 2019-07-04 | 2 | -48/+72 |
|
|
| * | | | | Autogen: Use cmake::IsHeader/SourceExtension for file type detection | Sebastian Holtermann | 2019-07-04 | 1 | -17/+14 |
|
|
* | | | | | Merge topic 'fortran-submodule-cray' | Brad King | 2019-07-08 | 1 | -1/+7 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | Fortran: Support compilers using no module prefix on submodule files | Willem Deconinck | 2019-07-08 | 1 | -1/+7 |
| | |/ /
| |/| | |
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-08 | 1 | -1/+1 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-07 | 1 | -1/+1 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-06 | 1 | -1/+1 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-05 | 1 | -1/+1 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-04 | 1 | -1/+1 |
|
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-03 | 1 | -1/+1 |
| |/ /
|/| | |
|
* | | | Merge topic 'deprecate-policy-old' | Brad King | 2019-07-02 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Add deprecation warnings for policies CMP0067 and below | Brad King | 2019-07-01 | 1 | -1/+1 |
|
|
* | | | | Merge topic 'double-export-error-message' | Brad King | 2019-07-02 | 2 | -25/+27 |
|\ \ \ \ |
|
| * | | | | cmExportBuildFileGenerator: improve error message | Ben Boeckel | 2019-06-27 | 2 | -25/+27 |
| | |_|/
| |/| | |
|
* | | | | Merge topic 'qt-5.13' | Brad King | 2019-07-02 | 1 | -1/+1 |
|\ \ \ \ |
|
| * | | | | QtDialog: Use QPalette::WindowText instead of QPalette::Foreground | Sebastian Holtermann | 2019-07-01 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | Merge topic 'cuda-no-device-link-when-disabled' | Brad King | 2019-07-02 | 4 | -11/+9 |
|\ \ \ \ |
|
| * | | | | CUDA: Do not device link if CUDA is not an enabled language | Robert Maynard | 2019-07-01 | 4 | -11/+9 |
| |/ / / |
|
* | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-02 | 1 | -1/+1 |
| |_|/
|/| | |
|
* | | | Merge topic 'remove_unneeded_variables_from_cmFindPackageCommand' | Brad King | 2019-07-01 | 1 | -6/+0 |
|\ \ \ |
|
| * | | | Remove unused variables from cmFindPackageCommand | Robert Maynard | 2019-06-26 | 1 | -6/+0 |
| | |/
| |/| |
|
* | | | Merge topic 'bug/19436' | Craig Scott | 2019-07-01 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | list(POP_FRONT): Fix always assigning first item to output vars | Alex Turbov | 2019-06-30 | 1 | -1/+1 |
| | |/
| |/| |
|
| * | | CMake 3.15.0-rc3v3.15.0-rc3 | Brad King | 2019-06-27 | 1 | -1/+1 |
|
|
| * | | Merge branch 'cuda-msvc-runtime-library' into release-3.15 | Brad King | 2019-06-26 | 1 | -15/+11 |
| |\ \ |
|
| * \ \ | Merge branch 'export-targets-empty' into release-3.15 | Brad King | 2019-06-26 | 1 | -2/+9 |
| |\ \ \ |
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-07-01 | 1 | -1/+1 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-30 | 1 | -1/+1 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-29 | 1 | -1/+1 |
|
|
* | | | | | CMake Nightly Date Stamp | Kitware Robot | 2019-06-28 | 1 | -1/+1 |
|
|
* | | | | | Merge topic 'vs-dpi-aware' | Brad King | 2019-06-27 | 1 | -8/+25 |
|\ \ \ \ \ |
|
| * | | | | | VS: Add VS_DPI_AWARE target property | Matt Weir | 2019-06-26 | 1 | -8/+25 |
|
|
* | | | | | | Merge topic 'cuda-msvc-runtime-library' | Brad King | 2019-06-27 | 1 | -15/+11 |
|\ \ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookup | Brad King | 2019-06-26 | 1 | -15/+11 |
|
|