summaryrefslogtreecommitdiffstats
path: root/Source/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
* cmUVJobServerClient: Add libuv-based job server integration clientBrad King2023-12-031-0/+3
* cmUVSignalHackRAII: Drop outdated and unused libuv SA_RESTART workaroundBrad King2023-11-171-1/+0
* install(EXPORT): Export find_dependency() callsKyle Edwards2023-11-131-0/+2
* cmStandardLevelResolver: Factor out public representation of levelBrad King2023-10-041-0/+1
* Merge topic 'imported-cxxmodules'Brad King2023-08-211-0/+5
|\
| * cmSyntheticTargetCache: add a struct for synthetic target cachingBen Boeckel2023-08-171-0/+1
| * cmCxxModuleUsageEffects: add a class to capture module usage effectsBen Boeckel2023-08-171-0/+2
| * cmImportedCxxModuleInfo: introduce code to parse exported BMI propertiesBen Boeckel2023-08-171-0/+2
* | Merge topic 'debugger-pipe-connections'Brad King2023-08-191-3/+15
|\ \
| * | Debugger: Replace libuv with platform-specific connection codePaul Maybee2023-08-171-3/+15
* | | cmJSONHelpers: Make error generators proper functionsKyle Edwards2023-08-161-0/+1
* | | CMakePresets: Make error generators proper functionsKyle Edwards2023-08-161-1/+2
| |/ |/|
* | Source: Add cm_fileno wrapperKyle Edwards2023-08-071-0/+2
* | Merge topic 'cxx-atomic'Brad King2023-07-281-7/+3
|\ \
| * | Source: Link libatomic when needed on Linux 32-bit ARMBrad King2023-07-271-7/+3
* | | macOS: Add support for linking against .xcframework foldersKyle Edwards2023-07-261-0/+4
| |/ |/|
* | C{Make,Test}Lib: Precompile common expensive headersClemens Wasser2023-06-221-0/+56
* | cmUVPipeIStream: Add cmUVPipeIStreamKyle Edwards2023-06-141-0/+1
|/
* cmake_file_api: New project commandCraig Scott2023-06-051-0/+2
* cmake: Add debuggerGlen Chung2023-05-301-0/+32
* CPack: Add Inno Setup generatorJannik Alber2023-04-281-0/+1
* Merge topic 'automoc-macro-names'Craig Scott2023-04-101-0/+2
|\
| * cmGeneratorTarget: Factor out EvaluatedTargetProperty infrastructureOrkun Tokdemir2023-04-051-0/+2
* | cmList: CMake list implementationMarc Chevrier2023-04-051-0/+2
|/
* Merge topic 'presets-json-errors'Brad King2023-03-301-0/+3
|\
| * presets: Improve JSON parser and error messagesMartin Duffy2023-03-291-0/+3
* | Source: Adjust stack sizes and recursion limits to work togetherBrad King2023-03-131-12/+0
* | Tests: Allow RunCMake.MaxRecursionDepth to test public-facing default limitBrad King2023-03-131-3/+1
* | cmake: Reduce default recursion depth when compiling for Windows ARM64Brad King2023-03-081-0/+2
|/
* FileAPI: Add "configureLog" object kindBrad King2022-12-171-0/+2
* ConfigureLog: Add infrastructure for structured configure event loggingMatthew Woehlke2022-12-161-0/+2
* cmDyndepCollation: factor out writing C++ module info from NinjaBen Boeckel2022-11-301-0/+2
* cmDocumentation: `char*[][2]` → `cmDocumentationEntry[N]`Alex Turbov2022-11-171-1/+0
* Source: Fix regression causing CMakeLib sources to be compiled repeatedlyBrad King2022-10-051-12/+12
* CMakePresets.json: Add workflow presets to schemaKyle Edwards2022-09-261-0/+1
* Build: Use `CMAKE_CURRENT_XXX_DIR` instead of top dirsAlex Turbov2022-09-221-6/+6
* Build: Sort linked libraries list of `CMakeLib`Alex Turbov2022-09-221-4/+4
* Build: Use imported target `Threads::Threads` instead of variableAlex Turbov2022-09-221-1/+1
* Build: Use imported target `kwiml::kwiml` instead of variablesAlex Turbov2022-09-221-1/+1
* Build: Use imported target `LibRHash::LibRHash` instead of variablesAlex Turbov2022-09-221-1/+1
* Build: Use imported target `LibUV::LibUV` instead of variablesAlex Turbov2022-09-221-1/+1
* Build: Use imported target `JsonCpp::JsonCpp` instead of variablesAlex Turbov2022-09-221-1/+1
* Build: Use imported target `CURL::libcurl` instead of variablesAlex Turbov2022-09-221-3/+2
* Build: Use imported target `LibArchive::LibArchive` instead of variablesAlex Turbov2022-09-221-2/+1
* Build: Use imported target `EXPAT::EXPAT` instead of variablesAlex Turbov2022-09-221-2/+1
* Build: Use imported target `ZLIB::ZLIB` instead of variablesAlex Turbov2022-09-221-2/+1
* Build: Extract `CMAKE_BUILD_UTILITIES` macro into a separate includeAlex Turbov2022-09-221-1/+2
* Build: Use `cmstd` target instead of variable `CMAKE_STD_LIBRARY`Alex Turbov2022-09-221-1/+1
* Build: Replace `foreach` with 2 `set` callsAlex Turbov2022-09-221-7/+2
* Build: Move `HAVE_CoreServices` to `cmCPackConfigure.h`Alex Turbov2022-09-221-1/+0