index
:
CMake.git
master
release
CMake is a cross-platform, open-source build system generator.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
|
Merge topic 'cmake-gui-manual-argument' into release-3.19
Brad King
2020-10-28
2
-14/+22
|
\
\
\
|
*
|
|
CMake GUI: Add --browse-manual argument
Kyle Edwards
2020-10-27
2
-14/+22
|
|
/
/
*
|
|
Merge topic 'xcode-fix-source-linking' into release-3.19
Brad King
2020-10-28
1
-2/+3
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Xcode: Fix regression that automatically links libraries in source list
Gusts Kaksis
2020-10-27
1
-2/+3
*
|
|
Merge topic 'cuda_vs_skip_computation' into release-3.19
Brad King
2020-10-27
3
-2/+14
|
\
\
\
|
*
|
|
VS: Don't compute CUDA options unless necessary
Raul Tambre
2020-10-27
3
-2/+14
|
*
|
|
Merge branch 'ninja-multi-per-config-sources' into release-3.18
Brad King
2020-10-26
1
-1/+3
|
|
\
\
\
*
|
\
\
\
Merge topic 'cmake-presets-path-arg' into release-3.19
Craig Scott
2020-10-27
7
-5/+17
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
CMakePresets.json: Rework how --preset argument is handled
Kyle Edwards
2020-10-26
7
-5/+17
*
|
|
|
|
Merge branch 'release' into ninja-multi-per-config-sources
Kyle Edwards
2020-10-26
685
-7807/+15778
|
\
\
\
\
\
|
|
_
|
_
|
/
/
|
/
|
|
|
|
|
*
|
|
|
Merge topic 'correct_profiling-output_exception' into release-3.19
Brad King
2020-10-26
1
-3/+3
|
|
\
\
\
\
|
|
*
|
|
|
cmake: command arguments which use '=' behave consistently
Robert Maynard
2020-10-23
1
-3/+3
|
*
|
|
|
|
Merge topic 'per-config-source-TARGET_FILE' into release-3.19
Brad King
2020-10-26
1
-6/+11
|
|
\
\
\
\
\
|
|
|
_
|
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
add_custom_command: Properly recognize if sources depend on config
Deniz Bahadir
2020-10-22
1
-6/+11
|
*
|
|
|
|
Merge topic 'vs-fortran-debugging-flags' into release-3.19
Brad King
2020-10-23
1
-3/+2
|
|
\
\
\
\
\
|
|
*
|
|
|
|
VS: Remove flag table entries for Fortran /Z* flags
Volker Jacht
2020-10-22
1
-3/+2
|
*
|
|
|
|
|
Merge topic 'cmake-presets-toolset-arch-config' into release-3.19
Craig Scott
2020-10-23
7
-32/+83
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
CMakePresets.json: Split cmakeGeneratorConfig field
Kyle Edwards
2020-10-22
7
-32/+83
|
|
|
|
/
/
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
|
|
CMakePresets.json: Add ${sourceDirName} macro
Kyle Edwards
2020-10-22
1
-0/+4
|
|
/
/
/
/
/
|
*
|
|
|
|
Merge topic 'cmake-presets-invalid-macro' into release-3.19
Kyle Edwards
2020-10-22
4
-137/+190
|
|
\
\
\
\
\
|
|
*
|
|
|
|
CMakePresets.json: Properly report macro expansion errors
Kyle Edwards
2020-10-21
4
-137/+190
|
|
|
/
/
/
/
|
*
|
|
|
|
CMakePresets.json: Allow boolean for cache variable value
Kyle Edwards
2020-10-21
1
-1/+23
|
|
/
/
/
/
|
*
|
|
|
find_package: Fix regression in searching root prefix
Brad King
2020-10-19
1
-1/+1
|
*
|
|
|
Merge topic 'separate_arguments-no-args' into release-3.19
Brad King
2020-10-19
1
-0/+5
|
|
\
\
\
\
|
|
*
|
|
|
separate_arguments: Fix crash on *_COMMAND with no arguments
Robert Bozzetto
2020-10-16
1
-0/+5
|
*
|
|
|
|
Merge topic 'doc-CMP0111' into release-3.19
Brad King
2020-10-19
1
-1/+1
|
|
\
\
\
\
\
|
|
*
|
|
|
|
CMP0111: Clarify that the new error is on a missing property setting
Brad King
2020-10-16
1
-1/+1
|
|
|
/
/
/
/
|
*
|
|
|
|
Merge topic 'cmake-gui-disable-presets' into release-3.19
Craig Scott
2020-10-17
2
-4/+15
|
|
\
\
\
\
\
|
|
*
|
|
|
|
CMake GUI: Disable preset fields instead of hiding them
Kyle Edwards
2020-10-16
2
-4/+15
|
*
|
|
|
|
|
Merge topic 'file-configure-angle-brackets' into release-3.19
Brad King
2020-10-16
1
-9/+1
|
|
\
\
\
\
\
\
|
|
*
|
|
|
|
|
file(CONFIGURE): Allow angle brackets in content
Cristian Adam
2020-10-15
1
-9/+1
|
*
|
|
|
|
|
|
Fix regression in test/install/package configuration selection
Brad King
2020-10-15
1
-3/+2
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
|
|
|
*
|
|
|
|
|
Merge topic 'cmake-E-cat-binary' into release-3.19
Brad King
2020-10-15
8
-54/+103
|
|
\
\
\
\
\
\
|
|
|
_
|
/
/
/
/
|
|
/
|
|
|
/
/
|
|
|
|
_
|
/
/
|
|
|
/
|
|
|
|
|
*
|
|
|
cmake: Fix '-E cat' command for binary files on Windows
Johnny Jazeix
2020-10-14
3
-7/+26
|
|
*
|
|
|
cmConsoleBuf: Factor out cout/cerr console buffer management
Brad King
2020-10-14
7
-36/+65
|
|
*
|
|
|
clang-format: Fix include block order in ctest.cxx and cpack.cxx
Brad King
2020-10-14
2
-13/+14
|
*
|
|
|
|
cmake-gui: Attach icons only to main GUI executables
Brad King
2020-10-14
1
-2/+2
|
|
|
_
|
/
/
|
|
/
|
|
|
|
*
|
|
|
CMake 3.19.0-rc1
v3.19.0-rc1
Brad King
2020-10-13
1
-1/+1
|
*
|
|
|
cmake-gui: Restore application icon on Windows
Brad King
2020-10-13
1
-5/+1
|
*
|
|
|
cmake-gui: Restore application icon on macOS
Brad King
2020-10-13
1
-6/+6
|
*
|
|
|
export: Remove leftover inaccurate code comment
Craig Scott
2020-10-13
1
-1/+0
|
*
|
|
|
Merge topic 'export-namelink-only' into release-3.19
Craig Scott
2020-10-12
1
-19/+27
|
|
\
\
\
\
|
|
*
|
|
|
export: Do not fail generation for namelink-only case
Deniz Bahadir
2020-10-09
1
-19/+27
|
*
|
|
|
|
Ninja Multi-Config: Fix segfault when installing an export
Kyle Edwards
2020-10-09
1
-7/+7
|
|
/
/
/
/
|
*
|
|
|
Begin 3.19 release versioning
Brad King
2020-10-08
1
-3/+3
|
|
|
/
/
|
|
/
|
|
|
*
|
|
Merge topic 'ignore_MSB_warnings'
Brad King
2020-10-08
1
-0/+2
|
|
\
\
\
|
|
*
|
|
cm_cxx_features: Filter out MSBXXXX warnings
Anonymous Maarten
2020-10-08
1
-0/+2
|
*
|
|
|
CMake Nightly Date Stamp
Kitware Robot
2020-10-08
1
-1/+1
|
*
|
|
|
Merge topic 'cmake-presets-empty-var'
Brad King
2020-10-07
1
-1/+11
|
|
\
\
\
\
|
|
*
|
|
|
CMakePresets.json: Prohibit empty variable names
Kyle Edwards
2020-10-06
1
-1/+11
[prev]
[next]