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
/
Tests
/
CMakeLib
Commit message (
Expand
)
Author
Age
Files
Lines
*
IWYU: Update for Debian 13 CI job
Brad King
2025-11-12
10
-4/+11
*
Merge topic 'process-timeout-short' into release-4.2
Brad King
2025-11-10
1
-2/+2
|
\
|
*
execute_process: Restore support for short timeouts
Brad King
2025-11-09
1
-2/+2
*
|
libarchive: Backport "parse_date: handle dates in 2038 and beyond"
Brad King
2025-09-30
2
-0/+33
*
|
cmListFileLexer: Do not require null-terminated input
Sergiu Deitsch
2025-09-12
1
-1/+3
*
|
source: Pass small and trivially copyable types by value
Daniel Pfeifer
2025-08-01
1
-1/+1
*
|
source: Pass trivial dap::*Event by value
Daniel Pfeifer
2025-08-01
2
-12/+6
*
|
cmArgumentParser: Refactor to allow for nested parsers
Taylor Sasser
2025-07-23
1
-7/+60
*
|
Merge topic 'keyword-project-name-fix'
Brad King
2025-07-09
1
-0/+11
|
\
\
|
*
|
ArgumentParser: implement HasKeyword helper
Vito Gamberini
2025-07-08
1
-0/+11
*
|
|
SBOM(SPDX): Implement graph components and serializer
Vito Gamberini
2025-06-19
2
-0/+650
|
/
/
*
|
cmArgumentParser: Simplify assignment of marker types
Matthew Woehlke
2025-05-30
1
-0/+24
*
|
Merge topic 'astgrep-cmstrcat'
Brad King
2025-05-22
1
-1/+1
|
\
\
|
*
|
cmStrCat: use character literals where possible
Ben Boeckel
2025-05-15
1
-1/+1
*
|
|
StdIo: Add a Terminal abstraction to print color text
Brad King
2025-05-19
1
-0/+50
*
|
|
cmext/enum_set: Fix static default construction on older AppleClang versions
Brad King
2025-05-16
1
-0/+7
|
/
/
*
|
StdIo: Add a Windows Console adaptor for cin, cout, and cerr
Brad King
2025-05-13
1
-1/+48
*
|
StdIo: Provide metadata about stdin, stdout, stderr streams
Brad King
2025-05-11
1
-1/+34
*
|
StdIo: Factor out helper to initialize stdin, stdout, and stderr
Brad King
2025-05-08
2
-0/+16
*
|
Tests: Simplify implementation of execute_process encoding test executable
Brad King
2025-04-17
1
-22/+30
*
|
cmArgumentParser: Implement trailing positional args
Vito Gamberini
2025-04-16
1
-3/+93
*
|
Merge topic 'json-errors-filename'
Brad King
2025-03-14
1
-1/+1
|
\
\
|
*
|
JSON: Improve JSON error message formatting
Martin Duffy
2025-03-13
1
-1/+1
*
|
|
Merge topic 'path-resolver'
Brad King
2025-03-09
1
-0/+75
|
\
\
\
|
*
|
|
PathResolver: Add mode to collapse paths naively and look up on-disk case
Brad King
2025-03-07
1
-0/+75
|
*
|
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
29
-29/+29
*
|
|
|
LICENSE: Replace references to Copyright.txt with LICENSE.rst
Kitware Robot
2025-03-03
29
-29/+29
|
|
/
/
|
/
|
|
*
|
|
Merge topic 'enum_set-enhancements'
Brad King
2025-02-15
1
-89/+103
|
\
\
\
|
*
|
|
enum_set enhancements, step 3
Marc Chevrier
2025-02-14
1
-89/+103
|
|
/
/
*
|
|
Merge topic 'regex'
Brad King
2025-02-14
1
-1/+1
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
regex: Match ^ at most once in repeated searches
Nikita Nemkin
2025-02-13
1
-1/+1
*
|
|
Tests: Fix memory leak in CMakeLib.testUVPatches
Brad King
2025-02-11
1
-0/+1
*
|
|
Tests: Add cases covering our mkdtemp code paths
Brad King
2025-02-09
3
-0/+70
*
|
|
Tests: Port CMakeLib.testSystemTools to common infrastructure
Brad King
2025-02-08
1
-108/+68
|
/
/
*
|
enum_set enhancements, step 2
Marc Chevrier
2025-01-31
1
-34/+24
*
|
cmext/enum_set: add various enhancements to increase usability
Marc Chevrier
2025-01-29
1
-18/+225
*
|
Revise C++ coding style using clang-format with "east const"
Kitware Robot
2025-01-23
27
-273/+273
*
|
Revise C++ coding style using clang-format-18
Kitware Robot
2025-01-23
2
-9/+6
*
|
Merge topic 'test-mingw-no-vs'
Brad King
2025-01-16
2
-20/+22
|
\
\
|
*
|
Tests: Forward tested CMake generator to more cases
Brad King
2025-01-15
2
-20/+22
*
|
|
Style: Replace TABs with spaces for indentation in some files
Alex Turbov
2025-01-12
1
-1/+1
|
/
/
*
|
Merge topic 'normalize-input-paths'
Brad King
2024-12-02
1
-4/+52
|
\
\
|
*
|
cmake: Look up on-disk case of input paths on macOS
YunQiang Su
2024-12-01
1
-4/+52
*
|
|
Tests/CMakeLib: Use more recent policies
Brad King
2024-11-20
1
-6/+6
|
/
/
*
|
cmDocumentationFormatter: Refactor the `PrintFormatted()` method
Alex Turbov
2024-11-07
1
-2/+4
*
|
testDocumentationFormatter: Add some more test cases
Alex Turbov
2024-11-07
1
-7/+51
*
|
StringAlgorithms: Refactor `cmTokenize()` function
Alex Turbov
2024-11-06
1
-1/+20
*
|
cmSystemTools: Add GetLogicalWorkingDirectory
Brad King
2024-11-03
2
-4/+5
*
|
Merge topic 'path-resolver'
Brad King
2024-11-03
3
-3/+479
|
\
\
|
*
|
PathResolver: Add helper to compute normalized paths
Brad King
2024-11-01
2
-0/+477
[next]