summaryrefslogtreecommitdiffstats
path: root/Source
Commit message (Expand)AuthorAgeFilesLines
* Xcode: Clean library paths to avoid linker duplicate symbol definitionsGusts Kaksis2020-11-151-10/+20
* Ninja: Avoid cleandead with dyndep bindings for Fortran module dependenciesBrad King2020-11-102-2/+10
* CMake 3.19.0-rc3v3.19.0-rc3Brad King2020-11-061-1/+1
* Merge topic 'cmake-gui-file-dialog-crash' into release-3.19Brad King2020-11-062-0/+14
|\
| * cmake-gui: Restore workaround for crash in file dialogBrad King2020-11-052-0/+14
* | Xcode: Inherit target library and framework search paths from projectGusts Kaksis2020-11-051-0/+4
|/
* cmake_path: remove new command from 3.19Marc Chevrier2020-11-032-4/+0
* CMakePresets.json: Don't warn if no path argument is givenKyle Edwards2020-11-021-1/+7
* CMake 3.19.0-rc2v3.19.0-rc2Brad King2020-10-281-1/+1
* Merge topic 'cmake-presets-help-flag' into release-3.19Brad King2020-10-283-3/+8
|\
| * ccmake: Don't list --preset in --helpKyle Edwards2020-10-273-3/+8
* | Merge topic 'cmake-gui-manual-argument' into release-3.19Brad King2020-10-282-14/+22
|\ \
| * | CMake GUI: Add --browse-manual argumentKyle Edwards2020-10-272-14/+22
| |/
* | Merge topic 'xcode-fix-source-linking' into release-3.19Brad King2020-10-281-2/+3
|\ \ | |/ |/|
| * Xcode: Fix regression that automatically links libraries in source listGusts Kaksis2020-10-271-2/+3
* | Merge topic 'cuda_vs_skip_computation' into release-3.19Brad King2020-10-273-2/+14
|\ \
| * | VS: Don't compute CUDA options unless necessaryRaul Tambre2020-10-273-2/+14
| * | Merge branch 'ninja-multi-per-config-sources' into release-3.18Brad King2020-10-261-1/+3
| |\ \
* | \ \ Merge topic 'cmake-presets-path-arg' into release-3.19Craig Scott2020-10-277-5/+17
|\ \ \ \ | |_|_|/ |/| | |
| * | | CMakePresets.json: Rework how --preset argument is handledKyle Edwards2020-10-267-5/+17
* | | | Merge branch 'release' into ninja-multi-per-config-sourcesKyle Edwards2020-10-26685-7807/+15778
|\ \ \ \ | |_|_|/ |/| | |
| * | | Merge topic 'correct_profiling-output_exception' into release-3.19Brad King2020-10-261-3/+3
| |\ \ \
| | * | | cmake: command arguments which use '=' behave consistentlyRobert Maynard2020-10-231-3/+3
| * | | | Merge topic 'per-config-source-TARGET_FILE' into release-3.19Brad King2020-10-261-6/+11
| |\ \ \ \ | | |_|/ / | |/| | |
| | * | | add_custom_command: Properly recognize if sources depend on configDeniz Bahadir2020-10-221-6/+11
| * | | | Merge topic 'vs-fortran-debugging-flags' into release-3.19Brad King2020-10-231-3/+2
| |\ \ \ \
| | * | | | VS: Remove flag table entries for Fortran /Z* flagsVolker Jacht2020-10-221-3/+2
| * | | | | Merge topic 'cmake-presets-toolset-arch-config' into release-3.19Craig Scott2020-10-237-32/+83
| |\ \ \ \ \
| | * | | | | CMakePresets.json: Split cmakeGeneratorConfig fieldKyle Edwards2020-10-227-32/+83
| | | |/ / / | | |/| | |
| * | | | | CMakePresets.json: Add ${sourceDirName} macroKyle Edwards2020-10-221-0/+4
| |/ / / /
| * | | | Merge topic 'cmake-presets-invalid-macro' into release-3.19Kyle Edwards2020-10-224-137/+190
| |\ \ \ \
| | * | | | CMakePresets.json: Properly report macro expansion errorsKyle Edwards2020-10-214-137/+190
| | |/ / /
| * | | | CMakePresets.json: Allow boolean for cache variable valueKyle Edwards2020-10-211-1/+23
| |/ / /
| * | | find_package: Fix regression in searching root prefixBrad King2020-10-191-1/+1
| * | | Merge topic 'separate_arguments-no-args' into release-3.19Brad King2020-10-191-0/+5
| |\ \ \
| | * | | separate_arguments: Fix crash on *_COMMAND with no argumentsRobert Bozzetto2020-10-161-0/+5
| * | | | Merge topic 'doc-CMP0111' into release-3.19Brad King2020-10-191-1/+1
| |\ \ \ \
| | * | | | CMP0111: Clarify that the new error is on a missing property settingBrad King2020-10-161-1/+1
| | |/ / /
| * | | | Merge topic 'cmake-gui-disable-presets' into release-3.19Craig Scott2020-10-172-4/+15
| |\ \ \ \
| | * | | | CMake GUI: Disable preset fields instead of hiding themKyle Edwards2020-10-162-4/+15
| * | | | | Merge topic 'file-configure-angle-brackets' into release-3.19Brad King2020-10-161-9/+1
| |\ \ \ \ \
| | * | | | | file(CONFIGURE): Allow angle brackets in contentCristian Adam2020-10-151-9/+1
| * | | | | | Fix regression in test/install/package configuration selectionBrad King2020-10-151-3/+2
| | |_|/ / / | |/| | | |
| * | | | | Merge topic 'cmake-E-cat-binary' into release-3.19Brad King2020-10-158-54/+103
| |\ \ \ \ \ | | |_|/ / / | |/| | | / | | | |_|/ | | |/| |
| | * | | cmake: Fix '-E cat' command for binary files on WindowsJohnny Jazeix2020-10-143-7/+26
| | * | | cmConsoleBuf: Factor out cout/cerr console buffer managementBrad King2020-10-147-36/+65
| | * | | clang-format: Fix include block order in ctest.cxx and cpack.cxxBrad King2020-10-142-13/+14
| * | | | cmake-gui: Attach icons only to main GUI executablesBrad King2020-10-141-2/+2
| | |_|/ | |/| |
| * | | CMake 3.19.0-rc1v3.19.0-rc1Brad King2020-10-131-1/+1
| * | | cmake-gui: Restore application icon on WindowsBrad King2020-10-131-5/+1