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
*
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
*
|
Source: use cmNonempty()
Vitaly Stakhovsky
2020-07-28
1
-1/+1
|
/
*
cmIsOn: add overload accepting const std::string*
Vitaly Stakhovsky
2020-07-14
1
-5/+3
*
Clean a few string conversions
Vitaly Stakhovsky
2020-07-09
1
-1/+1
*
cmake: Remove broken '--warn-unused-vars' option
Brad King
2020-06-29
1
-2/+1
*
Refactor file extension queries to be more consistent
Robert Maynard
2020-06-22
1
-2/+13
*
cmake: Simplify internal conditions for adding extra generators
Brad King
2020-06-17
1
-17/+6
*
cmMakefile: add GetDefExpandList() that splits value into std::vector
Vitaly Stakhovsky
2020-05-30
1
-8/+3
*
Merge topic 'third-parties-layout'
Brad King
2020-05-08
1
-1/+1
|
\
|
*
Refactoring: Third-parties public headers are under cm3p prefix
Marc Chevrier
2020-05-07
1
-1/+1
*
|
Merge topic 'script-mode-and-arbitrary-args'
Craig Scott
2020-05-07
1
-1/+7
|
\
\
|
|
/
|
/
|
|
*
cmake: Allow arbitrary args passed to CMake script
Alex Turbov
2020-05-06
1
-1/+7
*
|
Merge topic 'gcc8-unused-function'
Brad King
2020-05-04
1
-0/+2
|
\
\
|
|
/
|
/
|
|
*
Fix build warnings for unused functions
Wouter Klouwen
2020-05-01
1
-0/+2
*
|
Merge topic 'cmprop-state'
Brad King
2020-05-01
1
-13/+10
|
\
\
[next]