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 'remove-redundant-stat'
Brad King
2023-09-20
1
-1/+1
|
\
|
*
Source: Remove redundant FileIsSymlink checks
scivision
2023-09-18
1
-1/+1
*
|
cmake: Clarify error if -P script does not exist
scivision
2023-09-18
1
-0/+3
|
/
*
Merge topic 'debugger-pipe-connections'
Brad King
2023-08-19
1
-1/+5
|
\
|
*
Debugger: Replace libuv with platform-specific connection code
Paul Maybee
2023-08-17
1
-1/+5
*
|
Source: Add cm_fileno wrapper
Kyle Edwards
2023-08-07
1
-13/+6
|
/
*
Merge topic 'cross-compiling-emulator-env-var'
Brad King
2023-06-14
1
-0/+12
|
\
|
*
CrossCompiling: Load CMAKE_CROSSCOMPILING_EMULATOR from environment
Matt McCormick
2023-06-13
1
-0/+12
*
|
Drop Visual Studio 11 2012 generator
Brad King
2023-06-13
1
-3/+0
*
|
cmUVProcessChain: Add Status::SpawnResult field
Kyle Edwards
2023-06-08
1
-1/+1
|
/
*
Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'
Brad King
2023-05-31
1
-2/+2
|
\
|
*
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-2/+2
*
|
Merge topic 'cmake-verbose-print-build-tool-command'
Brad King
2023-05-31
1
-3/+9
|
\
\
|
*
|
cmGlobalGenerator: use a stream for output in `Build`
Ben Boeckel
2023-05-27
1
-9/+6
|
*
|
cmake: write the build command itself with `--verbose`
Ben Boeckel
2023-05-16
1
-1/+10
*
|
|
cmake: Add debugger
Glen Chung
2023-05-30
1
-1/+114
|
|
/
|
/
|
*
|
SetProperty: suppress raw pointer usage
Marc Chevrier
2023-05-26
1
-4/+0
*
|
codespell: Avoid escape sequence that looks like misspelled "nodes"
Brad King
2023-05-22
1
-16/+16
*
|
Merge topic 'minor-refactoring'
Brad King
2023-05-22
1
-6/+4
|
\
\
|
|
/
|
/
|
|
*
Source: Reuse some existing variable declarations
Meekness Adesina
2023-05-19
1
-6/+4
*
|
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-12/+10
|
/
*
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
[next]