summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'Brad King2023-05-311-2/+2
|\
| * AddCacheEntry: Suppress raw pointer usageMarc Chevrier2023-05-301-2/+2
* | Merge topic 'cmake-verbose-print-build-tool-command'Brad King2023-05-311-3/+9
|\ \
| * | cmGlobalGenerator: use a stream for output in `Build`Ben Boeckel2023-05-271-9/+6
| * | cmake: write the build command itself with `--verbose`Ben Boeckel2023-05-161-1/+10
* | | cmake: Add debuggerGlen Chung2023-05-301-1/+114
| |/ |/|
* | SetProperty: suppress raw pointer usageMarc Chevrier2023-05-261-4/+0
* | codespell: Avoid escape sequence that looks like misspelled "nodes"Brad King2023-05-221-16/+16
* | Merge topic 'minor-refactoring'Brad King2023-05-221-6/+4
|\ \ | |/ |/|
| * Source: Reuse some existing variable declarationsMeekness Adesina2023-05-191-6/+4
* | CMake code rely on cmList class for CMake lists management (part. 2)Marc Chevrier2023-04-291-12/+10
|/
* CMake code rely on cmList class for CMake lists management (part. 1)Marc Chevrier2023-04-241-4/+5
* presets: Add trace options to configure presetsArtin Alavi2023-03-301-33/+71
* Merge topic 'presets-json-errors'Brad King2023-03-301-13/+11
|\
| * presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-13/+11
* | Treat '.ccm', '.cxxm', and '.c++m' files as C++ sourcesBrad King2023-03-091-1/+1
|/
* cmake.cxx: Fix lambda name typojcl xx2023-02-061-2/+2
* cmake: Stop pointing users at logs on configure errorsBrad King2023-01-191-3/+0
* FileAPI: Add "configureLog" object kindBrad King2022-12-171-1/+1
* ConfigureLog: Version individual events instead of the whole logBrad King2022-12-161-1/+2
* ConfigureLog: Add infrastructure for structured configure event loggingMatthew Woehlke2022-12-161-0/+12
* Refactor: `cmGlobalGeneratorFactory::GetDocumentation` returns entryAlex Turbov2022-11-171-7/+5
* cmake.cxx: Simplify `cmake::AppendExtraGeneratorsDocumentation()`Alex Turbov2022-11-171-12/+5
* cmake.cxx: Move `static` functions to an anonymous namespaceAlex Turbov2022-11-171-100/+97
* cmake.cxx: Optimize calls to `std::osteam::operator<<`Alex Turbov2022-11-171-28/+27
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-1/+26
* Merge topic 'extended-profiling'Brad King2022-10-281-0/+9
|\
| * cmake: Add profiling events for configure and generateKyle Edwards2022-10-271-0/+9
* | Merge topic 'cmake-presets-workflow-arguments'Brad King2022-10-271-6/+10
|\ \ | |/ |/|
| * cmake --workflow: add --fresh optionKyle Edwards2022-10-261-5/+8
| * cmake::Workflow: Refactor to use enum class argumentKyle Edwards2022-10-261-2/+3
* | Merge topic 'set_environment_generator'Brad King2022-10-241-1/+1
|\ \
| * | cmake: Honor CMAKE_GENERATOR env var in --help outputJuan Ramos2022-10-211-1/+1
* | | Merge topic 'cmake-presets-list-workflow-type'Brad King2022-10-241-0/+5
|\ \ \ | |/ / |/| / | |/
| * cmake: Support --list-presets=workflowKyle Edwards2022-10-211-0/+5
* | try_compile: Propagate --trace through try_compileMatthew Woehlke2022-10-111-0/+10
|/
* Merge topic 'cmake-presets-workflow'Brad King2022-09-281-0/+209
|\
| * cmake: Add --workflow modeKyle Edwards2022-09-271-0/+209
* | Drop Visual Studio 10 2010 generatorBrad King2022-09-261-3/+0
|/
* cmake --list-presets: List package as a valid optionKyle Edwards2022-09-151-1/+1
* Merge topic 'try_compile-unique-bindir'Brad King2022-09-071-0/+3
|\
| * try_compile: Add keyword-dispatched signatureMatthew Woehlke2022-09-051-0/+3
* | Merge topic 'cmake-presets-package'Brad King2022-09-021-0/+5
|\ \
| * | CPack: Add support for presetsKyle Edwards2022-08-311-0/+5
| |/
* | cmake -E capabilities: Tell whether TLS is enabledKyle Edwards2022-09-011-0/+4
|/
* Merge topic 'cmake-preset-error-reporting'Brad King2022-08-041-2/+6
|\
| * presets: Add basic error forwarding from cmake preset json parserSankhesh Jhaveri2022-08-031-2/+6
* | Merge topic 'cmake-P-path-args'Brad King2022-07-251-13/+10
|\ \
| * | cmake: In -P mode ignore extra paths on the command lineRobert Maynard2022-07-221-1/+2
| * | cmake: simplify to a single source of truth of working modeRobert Maynard2022-07-221-12/+8
| |/