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
/
CMakeLists.txt
Commit message (
Expand
)
Author
Age
Files
Lines
*
Source: Fix regression causing CMakeLib sources to be compiled repeatedly
Brad King
2022-10-05
1
-12/+12
*
CMakePresets.json: Add workflow presets to schema
Kyle Edwards
2022-09-26
1
-0/+1
*
Build: Use `CMAKE_CURRENT_XXX_DIR` instead of top dirs
Alex Turbov
2022-09-22
1
-6/+6
*
Build: Sort linked libraries list of `CMakeLib`
Alex Turbov
2022-09-22
1
-4/+4
*
Build: Use imported target `Threads::Threads` instead of variable
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Use imported target `kwiml::kwiml` instead of variables
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Use imported target `LibRHash::LibRHash` instead of variables
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Use imported target `LibUV::LibUV` instead of variables
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Use imported target `JsonCpp::JsonCpp` instead of variables
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Use imported target `CURL::libcurl` instead of variables
Alex Turbov
2022-09-22
1
-3/+2
*
Build: Use imported target `LibArchive::LibArchive` instead of variables
Alex Turbov
2022-09-22
1
-2/+1
*
Build: Use imported target `EXPAT::EXPAT` instead of variables
Alex Turbov
2022-09-22
1
-2/+1
*
Build: Use imported target `ZLIB::ZLIB` instead of variables
Alex Turbov
2022-09-22
1
-2/+1
*
Build: Extract `CMAKE_BUILD_UTILITIES` macro into a separate include
Alex Turbov
2022-09-22
1
-1/+2
*
Build: Use `cmstd` target instead of variable `CMAKE_STD_LIBRARY`
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Replace `foreach` with 2 `set` calls
Alex Turbov
2022-09-22
1
-7/+2
*
Build: Move `HAVE_CoreServices` to `cmCPackConfigure.h`
Alex Turbov
2022-09-22
1
-1/+0
*
Build: Add `ENABLE_BUILD_FREEBSD_PKG` to `cmCPackConfigure.h`
Alex Turbov
2022-09-22
1
-6/+4
*
Build: Use imported `LibUUID::LibUUID` target instead of variables
Alex Turbov
2022-09-22
1
-17/+19
*
Build: Link w/ `OBJECT` library is OK since 3.12
Alex Turbov
2022-09-22
1
-1/+1
*
Build: Introduce `ManifestLib` interface library
Alex Turbov
2022-09-22
1
-9/+13
*
Build: Move `KWSYS_ENCODING_DEFAULT_CODEPAGE` to the config header
Alex Turbov
2022-09-22
1
-3/+0
*
Style: Builtin commands in lower case
Alex Turbov
2022-09-22
1
-1/+1
*
Build: `add_definitions()` → `add_compile_definitions()`
Alex Turbov
2022-09-22
1
-2/+2
*
Build: Move `STAT_HAS_ST_MTIM`, `STAT_HAS_ST_MTIMESPEC` to config file
Alex Turbov
2022-09-22
1
-10/+8
*
Build: Move `CURL_CA_BUNDLE` and `CURL_CA_PATH` to config header
Alex Turbov
2022-09-22
1
-6/+0
*
Build: Move `CMAKE_USE_WMAKE` definition to `cmConfigure.cmake.h.in`
Alex Turbov
2022-09-22
1
-2/+6
*
Build: Fix `target_link_libraries` to use link interface keywords
Alex Turbov
2022-09-22
1
-13/+13
*
Build: `include_directories()` → `target_include_directories()`
Alex Turbov
2022-09-22
1
-34/+24
*
Build: Do not use variables for sources lists
Alex Turbov
2022-09-22
1
-167/+188
*
Build: Simplify `configure_file()` calls
Alex Turbov
2022-09-22
1
-20/+8
*
CMakeLists: Remove redundant spaces around CMake command calls
Alex Turbov
2022-09-22
1
-6/+6
*
Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`
Alex Turbov
2022-09-22
1
-7/+4
*
cmCMakePresetsGraph: Add package presets
Kyle Edwards
2022-08-31
1
-0/+1
*
Add new flow-control commands for variables and policies scopes management
Marc Chevrier
2022-08-22
1
-0/+2
*
install: support `CXX_MODULES_BMI` installation bits
Ben Boeckel
2022-07-06
1
-0/+2
*
cmCxxModuleMapper: add source to handle module mapper contents
Ben Boeckel
2022-06-16
1
-0/+2
*
cmExperimental: add a mechanism for experimental CMake features
Ben Boeckel
2022-06-14
1
-0/+2
*
Dependency providers: Add find_package and FetchContent support
Craig Scott
2022-05-24
1
-0/+1
*
CPack: Remove the deprecated PackageMaker generator
Craig Scott
2022-05-04
1
-1/+0
*
cmWindowsRegistry: enhance unicode conversions
Marc Chevrier
2022-04-29
1
-1/+1
*
cmake_host_system_information: query windows registry
Marc Chevrier
2022-04-13
1
-0/+2
*
cmConstStack: Factor out of cmListFileBacktrace
Brad King
2022-04-02
1
-0/+2
*
cmRulePlaceholderExpander: add base class for placeholder expansion reuse
Marc Chevrier
2022-02-06
1
-0/+2
*
cmBuildOptions: Split build arguments into separate object.
Carsten Rudolph
2022-01-22
1
-0/+1
*
Merge topic 'cmake-presets-include'
Brad King
2022-01-10
1
-4/+7
|
\
|
*
Refactor: Split JSON processing into configure, build, and test presets
Kyle Edwards
2022-01-06
1
-0/+3
|
*
Refactor: Rename cmCMakePresetsFile to cmCMakePresetsGraph
Kyle Edwards
2022-01-06
1
-4/+4
*
|
Refactor VsProjectType to its own header
Sumit Bhardwaj
2021-12-23
1
-0/+1
|
/
*
CPack: Remove undocumented deprecated OSXX11 generator
Brad King
2021-11-05
1
-8/+0
[next]