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
*
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
|
*
cmMakefile: Improve parsing of CMAKE_MAXIMUM_RECURSION_DEPTH variable
Brad King
2023-03-09
1
-6/+5
*
|
Treat '.ccm', '.cxxm', and '.c++m' files as C++ sources
Brad King
2023-03-09
1
-1/+1
|
/
*
Apple: Handle generation and comsuption of text-based stubs (.tbd files)
Marc Chevrier
2023-03-01
1
-0/+5
*
find_package: Use <PACKAGENAME>_ROOT variables as search prefixes
Brad King
2023-02-23
1
-0/+21
*
cmFindPackageCommand: Refactor CMP0074 logic to de-duplicate lookups
Brad King
2023-02-23
1
-16/+10
*
cmMakefile: add support for a "synthesized" target
Ben Boeckel
2023-02-14
1
-3/+12
*
cmTarget: make Visibility an `enum class`
Ben Boeckel
2023-02-14
1
-3/+3
*
cmCustomCommand: Refactor custom command-specific policy values
Kyle Edwards
2023-02-06
1
-3/+3
*
Add deprecation warnings for policies CMP0114 and below
Brad King
2023-02-01
1
-1/+1
*
cmValue: Use operator* explicitly to convert to std::string; avoid extra call
Vitaly Stakhovsky
2023-01-16
1
-1/+2
*
cmake::CreateProfilingEntry: Refactor to take lambda for args
Kyle Edwards
2022-11-11
1
-1/+14
*
cmMakefileProfilingData: Refactor to use RAII
Kyle Edwards
2022-10-26
1
-7/+6
*
Merge topic 'trace-try_compile'
Brad King
2022-10-17
1
-0/+3
|
\
|
*
try_compile: Propagate --trace through try_compile
Matthew Woehlke
2022-10-11
1
-0/+3
*
|
Add deprecation warnings for policies CMP0108 and below
Brad King
2022-10-12
1
-2/+2
|
/
*
Merge topic 'add_subdirectory_system'
Brad King
2022-09-27
1
-1/+5
|
\
|
*
add_subdirectory: Add SYSTEM option
Da Quexian
2022-09-26
1
-1/+5
*
|
Merge topic 'check-library-properties-fix-performances-regression'
Brad King
2022-09-09
1
-25/+0
|
\
\
|
*
|
Check link libraries properties: fix performances regression
Marc Chevrier
2022-09-07
1
-25/+0
*
|
|
return(): Propagate variables to result scope
Marc Chevrier
2022-09-03
1
-0/+1
*
|
|
cmMakefile: add RaiseScope for list of variables
Marc Chevrier
2022-09-03
1
-0/+12
*
|
|
cmMakefile::VariablePushPop: helper class to manage variable scopes
Marc Chevrier
2022-08-22
1
-0/+13
*
|
|
cmMakefile: Dedupe languages when enabling them
friendlyanon
2022-06-30
1
-2/+24
*
|
|
cmMakefile: Refactor parameter and variable names for EnableLanguage
friendlyanon
2022-06-30
1
-12/+14
*
|
|
Add cmake_language(GET_MESSAGE_LOG_LEVEL) sub command
Alexandru Croitor
2022-06-28
1
-0/+23
|
|
/
|
/
|
*
|
Add deprecation warnings for policies CMP0102 and below
Brad King
2022-06-14
1
-1/+1
|
/
*
cmSystemTools: Fix 'ErrorOccurred' spelling
FeRD (Frank Dana)
2022-06-13
1
-19/+19
*
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
clang-tidy: address `modernize-use-default-member-init` lints
Ben Boeckel
2022-05-24
1
-10/+4
[next]