summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
...
* | | | Merge branch 'vs-asmlist-dir' into release-3.15Brad King2019-07-182-4/+2
|\ \ \ \
| * | | | VS: Place intermediate files in the "ASM List Location" next to objectsBrad King2019-07-182-4/+2
| |/ / /
* | | | Swift: Add library search paths for dependenciesSaleem Abdulrasool2019-07-181-7/+27
* | | | Support per-language library link flagsSaleem Abdulrasool2019-07-181-4/+17
|/ / /
* | | CMake 3.15.0v3.15.0Brad King2019-07-171-1/+1
* | | Merge branch 'find_package-fix-NO_MODULE' into release-3.15Brad King2019-07-161-2/+3
|\ \ \
| * | | find_package: Fix NO_MODULE under CMAKE_FIND_PACKAGE_PREFER_CONFIGCristian Adam2019-07-161-2/+3
* | | | Merge branch 'object-library-sbcs' into release-3.15Brad King2019-07-121-1/+1
|\ \ \ \
| * | | | VS: Fix SBCS support for object librariesBrad King2019-07-121-1/+1
| |/ / /
* | | | Merge branch 'fortran-submodule-cray' into release-3.15Brad King2019-07-111-1/+7
|\ \ \ \ | |/ / / |/| | |
| * | | Fortran: Support compilers using no module prefix on submodule filesWillem Deconinck2019-07-081-1/+7
* | | | CMake 3.15.0-rc4v3.15.0-rc4Brad King2019-07-101-1/+1
* | | | Merge branch 'cuda-imported-library-device-linking' into release-3.15Brad King2019-07-101-6/+11
|\ \ \ \
| * | | | CUDA: Restore device linking to imported static library targetsRobert Maynard2019-07-091-6/+11
| |/ / /
* | | | Merge branch 'ccmake-clear-aliases' into release-3.15Brad King2019-07-091-0/+1
|\ \ \ \
| * | | | cmGlobalGenerator: Do not persist alias targets across configuresBrad King2019-07-081-0/+1
| |/ / /
* | | | Merge branch 'loglevel-option-case-consistency' into release-3.15Craig Scott2019-07-091-1/+1
|\ \ \ \
| * | | | Help: Use consistent levels for cmake --loglevel and message()Craig Scott2019-07-081-1/+1
| |/ / /
* | | | Merge branch 'qt-5.13' into release-3.15Brad King2019-07-011-1/+1
|\ \ \ \
| * | | | QtDialog: Use QPalette::WindowText instead of QPalette::ForegroundSebastian Holtermann2019-07-011-1/+1
| |/ / /
* | | | Merge branch 'cuda-no-device-link-when-disabled' into release-3.15Brad King2019-07-014-11/+9
|\ \ \ \
| * | | | CUDA: Do not device link if CUDA is not an enabled languageRobert Maynard2019-07-014-11/+9
| |/ / /
* | | | list(POP_FRONT): Fix always assigning first item to output varsAlex Turbov2019-06-301-1/+1
|/ / /
* | | CMake 3.15.0-rc3v3.15.0-rc3Brad King2019-06-271-1/+1
* | | Merge branch 'cuda-msvc-runtime-library' into release-3.15Brad King2019-06-261-15/+11
|\ \ \
| * | | VS: Use AddLanguageFlags to de-duplicate CMAKE_{CUDA,ASM*}_FLAGS lookupBrad King2019-06-261-15/+11
* | | | Merge branch 'export-targets-empty' into release-3.15Brad King2019-06-261-2/+9
|\ \ \ \
| * | | | export: Restore support for empty TARGETS listBrad King2019-06-251-2/+9
| |/ / /
* | | | Ninja: Fix CUDA device linking when using response filesFrancisco Facioni2019-06-251-13/+2
|/ / /
* | | CMake 3.15.0-rc2v3.15.0-rc2Brad King2019-06-191-1/+1
* | | Merge branch 'find_package_prefer_config_fix' into release-3.15Brad King2019-06-172-5/+24
|\ \ \
| * | | find_package: Fixed CMAKE_FIND_PACKAGE_PREFER_CONFIG Module fallbackCristian Adam2019-06-132-5/+24
* | | | Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-171-3/+3
|\ \ \ \
| * | | | fileapi: Suppress lint warning about non-move with old jsoncppBrad King2019-06-121-3/+3
* | | | | Merge branch 'cmake-gui-qt-notice' into release-3.15Craig Scott2019-06-131-1/+1
|\ \ \ \ \
| * | | | | cmake-gui: Update Qt copyright holder in About dialogBrad King2019-06-121-1/+1
| | |/ / / | |/| | |
* | | | | Merge branch 'capabilities-fileapi' into release-3.15Brad King2019-06-126-26/+63
|\ \ \ \ \ | | |/ / / | |/| | |
| * | | | cmake: Teach -E capabilities to report supported fileapi requestsBrad King2019-06-073-0/+36
| * | | | cmake: Simplify implementation of -E capabilitiesBrad King2019-06-074-12/+8
| * | | | fileapi: Factor out helper to construct a version objectBrad King2019-06-072-14/+19
| |/ / /
* | | | Autogen: Fix header detection for paths with symbolic linksSebastian Holtermann2019-06-061-3/+3
|/ / /
* | | CMake 3.15.0-rc1 version updateBrad King2019-06-041-3/+3
* | | Merge topic 'emulator-arguments'Brad King2019-06-042-13/+48
|\ \ \
| * | | Teach CROSSCOMPILING_EMULATOR to support argumentsMarek Antoniak2019-06-032-13/+48
* | | | Merge topic 'remove_directories'Brad King2019-06-041-8/+12
|\ \ \ \
| * | | | cmake: Teach -E remove_directory to remove multiple directoriesJohn Freeman2019-06-031-8/+12
* | | | | Merge topic 'ninja-nvcc-rsp'Brad King2019-06-042-29/+52
|\ \ \ \ \
| * | | | | Ninja: Add support for CUDA nvcc response filesFrancisco Facioni2019-06-032-9/+26
| * | | | | Ninja: Compute linker response file flag earlierFrancisco Facioni2019-06-031-22/+28
* | | | | | Merge topic 'executables-are-consoled'Brad King2019-06-042-0/+36
|\ \ \ \ \ \