| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'fix-emulator-arguments' into release-3.15 | Brad King | 2019-07-23 | 1 | -1/+1 |
|\ |
|
| * | Fix allocation in CROSSCOMPILING_EMULATOR evaluation | Marek Antoniak | 2019-07-23 | 1 | -1/+1 |
|
|
* | | Merge branch 'ctest-done-hash' into release-3.15 | Brad King | 2019-07-19 | 1 | -9/+9 |
|\ \ |
|
| * | | CTest: Generate Done.xml before calculating its hash | Betsy McPhail | 2019-07-19 | 1 | -9/+9 |
| |/ |
|
* | | Merge branch 'vs-asmlist-dir' into release-3.15 | Brad King | 2019-07-18 | 2 | -4/+2 |
|\ \ |
|
| * | | VS: Place intermediate files in the "ASM List Location" next to objects | Brad King | 2019-07-18 | 2 | -4/+2 |
| |/ |
|
* | | Swift: Add library search paths for dependencies | Saleem Abdulrasool | 2019-07-18 | 1 | -7/+27 |
|
|
* | | Support per-language library link flags | Saleem Abdulrasool | 2019-07-18 | 1 | -4/+17 |
|/ |
|
* | CMake 3.15.0v3.15.0 | Brad King | 2019-07-17 | 1 | -1/+1 |
|
|
* | Merge branch 'find_package-fix-NO_MODULE' into release-3.15 | Brad King | 2019-07-16 | 1 | -2/+3 |
|\ |
|
| * | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIG | Cristian Adam | 2019-07-16 | 1 | -2/+3 |
|
|
* | | Merge branch 'object-library-sbcs' into release-3.15 | Brad King | 2019-07-12 | 1 | -1/+1 |
|\ \ |
|
| * | | VS: Fix SBCS support for object libraries | Brad King | 2019-07-12 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'fortran-submodule-cray' into release-3.15 | Brad King | 2019-07-11 | 1 | -1/+7 |
|\ \
| |/
|/| |
|
| * | Fortran: Support compilers using no module prefix on submodule files | Willem Deconinck | 2019-07-08 | 1 | -1/+7 |
|
|
* | | CMake 3.15.0-rc4v3.15.0-rc4 | Brad King | 2019-07-10 | 1 | -1/+1 |
|
|
* | | Merge branch 'cuda-imported-library-device-linking' into release-3.15 | 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 |
| |/ |
|
* | | Merge branch 'ccmake-clear-aliases' into release-3.15 | 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 branch 'loglevel-option-case-consistency' into release-3.15 | 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 |
| |/ |
|
* | | Merge branch 'qt-5.13' into release-3.15 | Brad King | 2019-07-01 | 1 | -1/+1 |
|\ \ |
|
| * | | QtDialog: Use QPalette::WindowText instead of QPalette::Foreground | Sebastian Holtermann | 2019-07-01 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'cuda-no-device-link-when-disabled' into release-3.15 | Brad King | 2019-07-01 | 4 | -11/+9 |
|\ \ |
|
| * | | CUDA: Do not device link if CUDA is not an enabled language | Robert Maynard | 2019-07-01 | 4 | -11/+9 |
| |/ |
|
* | | 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 |
|\ |
|
| * | VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookup | 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 |
|\ \ |
|
| * | | export: Restore support for empty TARGETS list | Brad King | 2019-06-25 | 1 | -2/+9 |
| |/ |
|
* | | Ninja: Fix CUDA device linking when using response files | Francisco Facioni | 2019-06-25 | 1 | -13/+2 |
|/ |
|
* | CMake 3.15.0-rc2v3.15.0-rc2 | Brad King | 2019-06-19 | 1 | -1/+1 |
|
|
* | Merge branch 'find_package_prefer_config_fix' into release-3.15 | Brad King | 2019-06-17 | 2 | -5/+24 |
|\ |
|
| * | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallback | Cristian Adam | 2019-06-13 | 2 | -5/+24 |
|
|
* | | Merge branch 'capabilities-fileapi' into release-3.15 | Brad King | 2019-06-17 | 1 | -3/+3 |
|\ \ |
|
| * | | fileapi: Suppress lint warning about non-move with old jsoncpp | Brad King | 2019-06-12 | 1 | -3/+3 |
|
|
* | | | Merge branch 'cmake-gui-qt-notice' into release-3.15 | Craig Scott | 2019-06-13 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | cmake-gui: Update Qt copyright holder in About dialog | Brad King | 2019-06-12 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'capabilities-fileapi' into release-3.15 | Brad King | 2019-06-12 | 6 | -26/+63 |
|\ \ \
| | |/
| |/| |
|
| * | | cmake: Teach -E capabilities to report supported fileapi requests | Brad King | 2019-06-07 | 3 | -0/+36 |
|
|
| * | | cmake: Simplify implementation of -E capabilities | Brad King | 2019-06-07 | 4 | -12/+8 |
|
|
| * | | fileapi: Factor out helper to construct a version object | Brad King | 2019-06-07 | 2 | -14/+19 |
| |/ |
|
* | | Autogen: Fix header detection for paths with symbolic links | Sebastian Holtermann | 2019-06-06 | 1 | -3/+3 |
|/ |
|
* | CMake 3.15.0-rc1 version update | Brad King | 2019-06-04 | 1 | -3/+3 |
|
|
* | Merge topic 'emulator-arguments' | Brad King | 2019-06-04 | 2 | -13/+48 |
|\ |
|
| * | Teach CROSSCOMPILING_EMULATOR to support arguments | Marek Antoniak | 2019-06-03 | 2 | -13/+48 |
|
|
* | | Merge topic 'remove_directories' | Brad King | 2019-06-04 | 1 | -8/+12 |
|\ \ |
|
| * | | cmake: Teach -E remove_directory to remove multiple directories | John Freeman | 2019-06-03 | 1 | -8/+12 |
|
|