summaryrefslogtreecommitdiff
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \
| * | | | Swift: disallow WIN32_EXECUTABLE propertiesSaleem Abdulrasool2019-06-032-0/+36
| |/ / /
* | | | Merge topic 'swift-linker-flags'Brad King2019-06-041-49/+62
|\ \ \ \
| * | | | Swift: avoid `CMAKE_{EXE,SHARED}_LINKER_FLAGS`Saleem Abdulrasool2019-06-031-49/+62
| | |_|/ | |/| |
* | | | Merge topic 'compiler_id_gen_exp_supports_multiple_ids'Brad King2019-06-043-36/+54
|\ \ \ \
| * | | | Genex: CompileLang and CompileLangAndId now match against a list of idsRobert Maynard2019-06-031-4/+11
| * | | | Genex: PlatformId now can match against a list of ids.Robert Maynard2019-06-031-3/+5
| * | | | Genex: CompilerId now can match against a list of ids.Robert Maynard2019-06-031-25/+28
| * | | | Genex: Add more extensive support for an unbounded number of parametersRobert Maynard2019-06-032-4/+10
| |/ / /
* | | | Merge topic 'print-correct-line-number'Brad King2019-06-041-5/+2
|\ \ \ \
| * | | | cmListFileCache: When missing ending ) print starting line instead of last oneBartosz Kosiorek2019-06-031-5/+2
* | | | | Merge topic 'better_error_message_for_visibility_preset_property'Brad King2019-06-041-1/+3
|\ \ \ \ \