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
/
cmake.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
cmake-presets: Introduce `toolchainFile` preset option
Robert Maynard
2021-04-28
1
-0/+7
*
cmake: Improve error message when failing to update generation timestamp
Brad King
2021-04-21
1
-2/+6
*
Merge topic 'mrjoel/add-missing-not'
Brad King
2021-04-19
1
-3/+3
|
\
|
*
Add missing 'not' in error messages
Joel Johnson
2021-04-16
1
-3/+3
*
|
Merge topic 'add_toolchain_cmake_option'
Brad King
2021-04-16
1
-0/+14
|
\
\
|
*
|
cmake: add support for --toolchain command argument
Robert Maynard
2021-04-15
1
-0/+14
*
|
|
cmake-presets: Make generator and binaryDir fields optional
friendlyanon
2021-04-06
1
-3/+6
|
/
/
*
|
Merge topic 'cmake-presets-condition'
Brad King
2021-03-23
1
-0/+13
|
\
\
|
*
|
CMakePresets.json: Add the ability to conditionally disable presets
Kyle Edwards
2021-03-22
1
-0/+13
*
|
|
Treat '.ixx' and '.cppm' files as C++ sources
Andrew Gilewsky
2021-03-22
1
-3/+3
|
/
/
*
|
cmake: configure preset add support for --install-prefix mapping
Robert Maynard
2021-03-09
1
-3/+17
*
|
cmake: add support for --install-prefix command argument
Robert Maynard
2021-03-04
1
-0/+17
*
|
cmLocalGenerator: Clarify GetIncludeFlags signature
Brad King
2021-02-25
1
-1/+1
|
/
*
cmake-presets: Add build and test presets
Sam Freed
2021-02-01
1
-54/+170
*
Merge topic 'cpp-modules'
Brad King
2021-01-07
1
-2/+3
|
\
|
*
Treat the '.mpp' file extension as C++ code
Ben Boeckel
2021-01-05
1
-2/+3
*
|
cmake: Use shared parsing code for all cmake argv parsing
Robert Maynard
2021-01-06
1
-121/+4
|
/
*
Merge topic 'install-properties'
Brad King
2020-12-14
1
-0/+2
|
\
|
*
cmake: Clear INSTALL file properties between runs
Brad King
2020-12-11
1
-0/+2
*
|
cmake: Error out on unknown arguments starting with `-`.
Robert Maynard
2020-12-01
1
-1/+21
*
|
cmake: Simplify -W recognition of no- and error= prefixes
Brad King
2020-11-19
1
-9/+7
*
|
cmake: redesign command-line argument parsing
Robert Maynard
2020-11-19
1
-367/+548
*
|
cmake: Fix processing of -Wno-error= flags
Brad King
2020-11-17
1
-3/+8
*
|
Reduce the scope of temporary cmProp variables and other improvements
Vitaly Stakhovsky
2020-11-05
1
-2/+1
*
|
Merge topic 'cmake-presets-no-path-arg-warning'
Brad King
2020-11-03
1
-1/+7
|
\
\
|
|
/
|
*
CMakePresets.json: Don't warn if no path argument is given
Kyle Edwards
2020-11-02
1
-1/+7
|
*
Merge topic 'cmake-presets-path-arg' into release-3.19
Craig Scott
2020-10-27
1
-1/+3
|
|
\
|
*
\
Merge topic 'correct_profiling-output_exception' into release-3.19
Brad King
2020-10-26
1
-3/+3
|
|
\
\
*
|
\
\
Merge topic 'cmake-presets-path-arg'
Craig Scott
2020-10-27
1
-1/+3
|
\
\
\
\
|
|
|
_
|
/
|
|
/
|
|
|
*
|
|
CMakePresets.json: Rework how --preset argument is handled
Kyle Edwards
2020-10-26
1
-1/+3
|
|
/
/
*
|
|
Merge topic 'correct_profiling-output_exception'
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 'cmake-presets-toolset-arch-config'
Craig Scott
2020-10-23
1
-3/+7
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
CMakePresets.json: Split cmakeGeneratorConfig field
Kyle Edwards
2020-10-22
1
-3/+7
*
|
|
Merge topic 'cmake-presets-invalid-macro'
Kyle Edwards
2020-10-22
1
-8/+7
|
\
\
\
|
|
/
/
|
*
|
CMakePresets.json: Properly report macro expansion errors
Kyle Edwards
2020-10-21
1
-8/+7
|
|
/
*
|
Constify some code as suggested by clang-tidy
Cengizhan Pasaoglu
2020-10-19
1
-3/+3
*
|
server: remove deprecated 'cmake -E server' mode
Brad King
2020-10-14
1
-1/+1
|
/
*
Merge topic 'cmake-presets'
Brad King
2020-10-06
1
-35/+308
|
\
|
*
CMake: Add presets functionality
Kyle Edwards
2020-10-05
1
-33/+306
|
*
Refactor: Add allowArch parameter to cmake::CreateGlobalGenerator()
Kyle Edwards
2020-10-05
1
-2/+2
*
|
cmake: Fix uninitialized member in HandleDeleteCacheVariables
Adriaan de Groot
2020-10-05
1
-0/+2
|
/
*
cmake_language: Add signature to DEFER calls to later times
Brad King
2020-09-29
1
-1/+1
*
cmake::GetCacheDefinition: Return cmProp
vvs31415
2020-09-28
1
-3/+2
*
cmMakefile::GetDefinition: return cmProp
Vitaly Stakhovsky
2020-09-02
1
-1/+2
*
Merge topic 'ispc_lang_support'
Brad King
2020-09-01
1
-0/+3
|
\
|
*
Add ISPC compiler support to CMake
Robert Maynard
2020-08-28
1
-0/+3
*
|
Bootstrap: Add support for Ninja
Kyle Edwards
2020-08-10
1
-2/+13
|
/
*
Merge topic 'compiler_flags'
Brad King
2020-08-06
1
-2/+7
|
\
|
*
cmake: avoid exception when printing "changed variables" message
Fred Baksik
2020-07-23
1
-2/+7
[next]