summaryrefslogtreecommitdiffstats
path: root/Source/cmake.cxx
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cmuvprocesschain'Brad King2024-01-251-5/+2
|\
| * cmUVProcessChain: Simplify SetExternalStream usageBrad King2024-01-241-5/+2
* | cmakemain: Return the SCRIPT_MODE exit code if it was setleha-bot2024-01-161-1/+1
* | CMakePresets.json: Don't use architecture and toolset if emptyKyle Edwards2023-12-191-2/+3
* | Merge topic 'cmake-test-launcher'Brad King2023-12-151-0/+10
|\ \
| * | add_test: Optionally use a launcher for tests running in-project targetsRalf Habacker2023-12-131-0/+10
* | | Merge topic 'cmFileCopier-error-loss'Brad King2023-12-051-4/+2
|\ \ \ | |/ / |/| / | |/
| * errors: avoid constructing a stream before getting the last errorBen Boeckel2023-12-021-4/+2
* | cmake: Improve error message if CMAKE_BINARY_DIR not writablescivision2023-11-301-2/+9
|/
* Merge topic 'remove-redundant-stat'Brad King2023-09-201-1/+1
|\
| * Source: Remove redundant FileIsSymlink checksscivision2023-09-181-1/+1
* | cmake: Clarify error if -P script does not existscivision2023-09-181-0/+3
|/
* Merge topic 'debugger-pipe-connections'Brad King2023-08-191-1/+5
|\
| * Debugger: Replace libuv with platform-specific connection codePaul Maybee2023-08-171-1/+5
* | Source: Add cm_fileno wrapperKyle Edwards2023-08-071-13/+6
|/
* Merge topic 'cross-compiling-emulator-env-var'Brad King2023-06-141-0/+12
|\
| * CrossCompiling: Load CMAKE_CROSSCOMPILING_EMULATOR from environmentMatt McCormick2023-06-131-0/+12
* | Drop Visual Studio 11 2012 generatorBrad King2023-06-131-3/+0
* | cmUVProcessChain: Add Status::SpawnResult fieldKyle Edwards2023-06-081-1/+1
|/
* 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