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 code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-4/+5
*
presets: Add trace options to configure presets
Artin Alavi
2023-03-30
1
-33/+71
*
Merge topic 'presets-json-errors'
Brad King
2023-03-30
1
-13/+11
|
\
|
*
presets: Improve JSON parser and error messages
Martin Duffy
2023-03-29
1
-13/+11
*
|
Treat '.ccm', '.cxxm', and '.c++m' files as C++ sources
Brad King
2023-03-09
1
-1/+1
|
/
*
cmake.cxx: Fix lambda name typo
jcl xx
2023-02-06
1
-2/+2
*
cmake: Stop pointing users at logs on configure errors
Brad King
2023-01-19
1
-3/+0
*
FileAPI: Add "configureLog" object kind
Brad King
2022-12-17
1
-1/+1
*
ConfigureLog: Version individual events instead of the whole log
Brad King
2022-12-16
1
-1/+2
*
ConfigureLog: Add infrastructure for structured configure event logging
Matthew Woehlke
2022-12-16
1
-0/+12
*
Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entry
Alex Turbov
2022-11-17
1
-7/+5
*
cmake.cxx: Simplify `cmake::AppendExtraGeneratorsDocumentation()`
Alex Turbov
2022-11-17
1
-12/+5
*
cmake.cxx: Move `static` functions to an anonymous namespace
Alex Turbov
2022-11-17
1
-100/+97
*
cmake.cxx: Optimize calls to `std::osteam::operator<<`
Alex Turbov
2022-11-17
1
-28/+27
*
cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`
Alex Turbov
2022-11-17
1
-1/+26
*
Merge topic 'extended-profiling'
Brad King
2022-10-28
1
-0/+9
|
\
|
*
cmake: Add profiling events for configure and generate
Kyle Edwards
2022-10-27
1
-0/+9
*
|
Merge topic 'cmake-presets-workflow-arguments'
Brad King
2022-10-27
1
-6/+10
|
\
\
|
|
/
|
/
|
|
*
cmake --workflow: add --fresh option
Kyle Edwards
2022-10-26
1
-5/+8
|
*
cmake::Workflow: Refactor to use enum class argument
Kyle Edwards
2022-10-26
1
-2/+3
*
|
Merge topic 'set_environment_generator'
Brad King
2022-10-24
1
-1/+1
|
\
\
|
*
|
cmake: Honor CMAKE_GENERATOR env var in --help output
Juan Ramos
2022-10-21
1
-1/+1
*
|
|
Merge topic 'cmake-presets-list-workflow-type'
Brad King
2022-10-24
1
-0/+5
|
\
\
\
|
|
/
/
|
/
|
/
|
|
/
|
*
cmake: Support --list-presets=workflow
Kyle Edwards
2022-10-21
1
-0/+5
*
|
try_compile: Propagate --trace through try_compile
Matthew Woehlke
2022-10-11
1
-0/+10
|
/
*
Merge topic 'cmake-presets-workflow'
Brad King
2022-09-28
1
-0/+209
|
\
|
*
cmake: Add --workflow mode
Kyle Edwards
2022-09-27
1
-0/+209
*
|
Drop Visual Studio 10 2010 generator
Brad King
2022-09-26
1
-3/+0
|
/
*
cmake --list-presets: List package as a valid option
Kyle Edwards
2022-09-15
1
-1/+1
*
Merge topic 'try_compile-unique-bindir'
Brad King
2022-09-07
1
-0/+3
|
\
|
*
try_compile: Add keyword-dispatched signature
Matthew Woehlke
2022-09-05
1
-0/+3
*
|
Merge topic 'cmake-presets-package'
Brad King
2022-09-02
1
-0/+5
|
\
\
|
*
|
CPack: Add support for presets
Kyle Edwards
2022-08-31
1
-0/+5
|
|
/
*
|
cmake -E capabilities: Tell whether TLS is enabled
Kyle Edwards
2022-09-01
1
-0/+4
|
/
*
Merge topic 'cmake-preset-error-reporting'
Brad King
2022-08-04
1
-2/+6
|
\
|
*
presets: Add basic error forwarding from cmake preset json parser
Sankhesh Jhaveri
2022-08-03
1
-2/+6
*
|
Merge topic 'cmake-P-path-args'
Brad King
2022-07-25
1
-13/+10
|
\
\
|
*
|
cmake: In -P mode ignore extra paths on the command line
Robert Maynard
2022-07-22
1
-1/+2
|
*
|
cmake: simplify to a single source of truth of working mode
Robert Maynard
2022-07-22
1
-12/+8
|
|
/
*
|
Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub command
Alexandru Croitor
2022-06-28
1
-12/+39
*
|
Move LogLevel enum out of cmake.h header
Alexandru Croitor
2022-06-24
1
-9/+12
|
/
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-6/+6
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
Merge topic 'ignore-werror-command-arg'
Brad King
2022-05-19
1
-0/+8
|
\
|
*
COMPILE_WARNING_AS_ERROR: Add command-line option
Martin Duffy
2022-05-18
1
-0/+8
*
|
Packages: Integrate FetchContent and find_package()
Craig Scott
2022-05-03
1
-0/+15
*
|
Refactor: Use cmCommandLineArgument::setTo{True,Value}()
Kyle Edwards
2022-04-18
1
-8/+2
|
/
*
cmake: Add --fresh option to clear the cache and start from scratch
Brad King
2022-03-22
1
-0/+12
*
Merge topic 'cmake-P-args'
Brad King
2022-03-18
1
-0/+6
|
\
|
*
cmake: Improve acceptance of arbitrary arguments in -P script mode
Brad King
2022-03-17
1
-0/+6
[next]