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
/
cmMakefile.cxx
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'build-databases'
Brad King
2024-09-05
1
-2/+15
|
\
|
*
cmMakefile: support "after generator target" generator actions
Ben Boeckel
2024-08-27
1
-2/+15
*
|
Source: Avoid comparing pointers to nullptr
Vitaly Stakhovsky
2024-08-27
1
-17/+17
|
/
*
cmMakefile: Teach ConfigureFile to move the temp file instead of copying it
Alex Turbov
2024-07-18
1
-15/+23
*
cmMakefile: Use find_if instead of manual loop
Alex Turbov
2024-07-18
1
-8/+10
*
cmMakefile: Replace single-char string literal with char for cmStrCat
Alex Turbov
2024-07-18
1
-13/+11
*
cmMakefile::FormatListFileStack: Refactor "manual" loop into algorithms
Alex Turbov
2024-07-18
1
-13/+7
*
cmMakefile::FormatListFileStack: Exit early on empty stack trace
Alex Turbov
2024-07-18
1
-11/+14
*
cmMakefile::FormatListFileStack: Refactor 'while' into 'for'
Alex Turbov
2024-07-18
1
-4/+4
*
cmMakefile::ConfigureFile: Convert 'else' block to early return and deindent
Alex Turbov
2024-07-18
1
-54/+56
*
cmMakefile: strnspn => std::strnspn
Alex Turbov
2024-07-18
1
-4/+4
*
cmMakefile: Use cmStrCat instead of std::stringstream
Alex Turbov
2024-07-18
1
-236/+193
*
cmMakefile: Remove redundant << stream operators
Alex Turbov
2024-07-18
1
-89/+92
*
cmMakefile: Replace ternary with bool => int cast
Alex Turbov
2024-07-18
1
-2/+2
*
iOS: Add support for Mac Catalyst
Raul Metsma
2024-07-03
1
-0/+8
*
Add deprecation warnings for policies CMP0129 and below
Brad King
2024-06-05
1
-1/+1
*
cmMakefile: Reduce GetModulesFile caller allocations
Brad King
2024-03-22
1
-2/+2
*
Source: Use cmValue::IsOn and IsOff
Vitaly Stakhovsky
2024-03-17
1
-5/+5
*
Add deprecation warnings for policies CMP0128 and below
Brad King
2024-02-06
1
-2/+3
*
add_custom_command: Allow adding build event via ALIAS target
Chen Linxuan
2024-02-01
1
-2/+8
*
Source: Avoid out-of-range inputs to std::isspace()
Brad King
2024-01-17
1
-2/+2
*
cmMakefile: check cmake script mode exit code after command
leha-bot
2024-01-16
1
-0/+6
*
cmMakefile: Store the exit code from cmExecutionStatus to cmake instance
leha-bot
2024-01-16
1
-0/+5
*
Merge topic 'fortran-objects-as-sources-fix'
Brad King
2023-11-27
1
-0/+3
|
\
|
*
cmCommonTargetGenerator: use modules from linked object-referenced targets
Ben Boeckel
2023-11-23
1
-0/+3
*
|
Merge branch 'backport-ci-fedora-39' into ci-fedora-39
Brad King
2023-11-17
1
-1/+1
|
\
\
|
|
/
|
*
codespell: Fix typos
Brad King
2023-11-17
1
-1/+1
*
|
install(EXPORT): Export find_dependency() calls
Kyle Edwards
2023-11-13
1
-0/+35
*
|
Source: Fix clang -Wdeprecated-this-capture warnings
Sean McBride
2023-10-26
1
-7/+9
*
|
Add deprecation warnings for policies CMP0126 and below
Brad King
2023-10-03
1
-2/+3
|
/
*
.xcframework: Check SupportedPlatformVariant
Kyle Edwards
2023-08-15
1
-0/+11
*
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
1
-0/+1
*
cmMakefile: use single characters where possible
Ben Boeckel
2023-07-19
1
-6/+6
*
cmMakefile: use static string views in some locations
Ben Boeckel
2023-07-19
1
-10/+9
*
cmMakefile: use `cmStrCat` where possible
Ben Boeckel
2023-07-19
1
-21/+26
*
apple: add preliminary visionOS support
Gregor Jasny
2023-07-11
1
-0/+2
*
cmList: Add container conversion to string
Marc Chevrier
2023-06-22
1
-5/+4
*
Add deprecation warnings for policies CMP0120 and below
Brad King
2023-06-07
1
-1/+1
*
Merge topic 'AddCacheEntry-suppress-raw-pointer-usage'
Brad King
2023-05-31
1
-9/+7
|
\
|
*
AddCacheEntry: Suppress raw pointer usage
Marc Chevrier
2023-05-30
1
-9/+7
*
|
cmake: Add debugger
Glen Chung
2023-05-30
1
-0/+95
|
/
*
SetProperty: suppress raw pointer usage
Marc Chevrier
2023-05-26
1
-4/+0
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-29/+11
*
CMake code rely on cmList class for CMake lists management (part. 1)
Marc Chevrier
2023-04-24
1
-9/+8
*
presets: Add trace options to configure presets
Artin Alavi
2023-03-30
1
-4/+4
*
Merge topic 'recursion-limit'
Brad King
2023-03-14
1
-14/+42
|
\
|
*
Source: Adjust stack sizes and recursion limits to work together
Brad King
2023-03-13
1
-0/+18
|
*
Add CMAKE_MAXIMUM_RECURSION_DEPTH environment variable
Brad King
2023-03-13
1
-0/+6
|
*
cmMakefile: Factor out helper to get recursion depth limit
Brad King
2023-03-13
1
-10/+16
|
*
cmMakefile: Store recursion depth limit as size_t
Brad King
2023-03-13
1
-5/+4
[next]