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
*
cmake: Add debugger
Glen Chung
2023-05-30
12
-0/+1733
*
cmUVProcessChain: Add option for merged output and error
Kyle Edwards
2023-05-26
1
-0/+60
*
cmUVProcessChain: Add working directory option
Kyle Edwards
2023-05-26
3
-0/+70
*
iwyu: ignore `std::remove_reference` requirements
Ben Boeckel
2023-05-16
1
-2/+1
*
Link step: use linker dependency linker file
Marc Chevrier
2023-05-03
2
-19/+19
*
CMake code rely on cmList class for CMake lists management (part. 2)
Marc Chevrier
2023-04-29
1
-1/+0
*
cmList class: various enhancements
Marc Chevrier
2023-04-29
1
-34/+35
*
cmList: CMake list implementation
Marc Chevrier
2023-04-05
2
-0/+996
*
Merge topic 'presets-json-errors'
Brad King
2023-03-30
3
-167/+167
|
\
|
*
presets: Improve JSON parser and error messages
Martin Duffy
2023-03-29
3
-167/+167
*
|
Utilities/Sphinx: Add 'cref' role
Matthew Woehlke
2023-03-14
2
-2/+12
*
|
cmRST: Fix cmake domain directives with newline before argument
Brad King
2023-03-09
2
-10/+20
*
|
Utilities/Sphinx: Add a directive to document command signatures
Matthew Woehlke
2023-03-03
2
-0/+16
|
/
*
Remove component size limit for version comparisons
David Gobbi
2023-02-20
1
-2/+20
*
Tests: Add cases for cmSystemTools::VersionCompare
David Gobbi
2023-02-20
1
-0/+29
*
Tests: Remove references to dropped KWSys SharedForward component
Brad King
2023-02-07
2
-17/+0
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
21
-27/+27
*
cmStrCat(): allow any argument to be an rvalue string
Kyle Edwards
2022-12-06
1
-4/+14
*
cmStrCat(): optimize when first argument is an rvalue string
Kyle Edwards
2022-11-30
1
-0/+14
*
Merge topic 'modernize-build-self'
Brad King
2022-09-23
2
-7/+5
|
\
|
*
Build: Simplify `configure_file()` calls
Alex Turbov
2022-09-22
2
-5/+3
|
*
Build: Modernize some `foreach` calls to use `IN LISTS`/`IN ITEMS`
Alex Turbov
2022-09-22
1
-2/+2
*
|
Merge topic 'parse-large-int'
Brad King
2022-09-21
1
-0/+35
|
\
\
|
|
/
|
/
|
|
*
cmStringAlgorithms: Add functions to parse strings to long long integers
Brad King
2022-09-20
1
-0/+35
*
|
cm::enum_set: fix various bugs
Marc Chevrier
2022-08-22
1
-0/+9
*
|
cmArgumentParser: Ignore positional after keyword
Matthew Woehlke
2022-08-17
1
-6/+15
*
|
cmArgumentParser: Model non-empty strings with wrapper type
Brad King
2022-07-28
1
-0/+16
*
|
cmArgumentParser: Offer bindings for positional arguments
Brad King
2022-07-27
1
-0/+7
*
|
cmArgumentParser: Add callback bindings
Brad King
2022-07-27
1
-3/+110
*
|
cmArgumentParser: Propagate constructors through binding wrapper types
Brad King
2022-07-27
1
-0/+14
*
|
cmArgumentParser: Offer binding for list of parsed keywords
Brad King
2022-07-25
1
-0/+23
*
|
cmArgumentParser: Drop unused keywordsMissingValue argument to Parse()
Brad King
2022-07-25
1
-17/+7
*
|
cmArgumentParser: Capture keyword errors in parse results
Brad King
2022-07-22
1
-2/+16
*
|
cmArgumentParser: Add structure to capture operational results
Brad King
2022-07-22
1
-39/+57
*
|
cmArgumentParser: Model maybe-missing string with wrapper type
Brad King
2022-07-07
1
-0/+5
*
|
cmArgumentParser: Model maybe-empty and non-empty lists with wrapper types
Brad King
2022-07-07
1
-5/+12
*
|
cmArgumentParser: Offer cm::optional bindings to capture keyword presence
Brad King
2022-07-05
1
-11/+38
*
|
cmArgumentParser: Avoid allocating copies of keyword strings
Brad King
2022-07-05
1
-4/+5
*
|
clang-tidy: address `google-readability-casting` lints
Ben Boeckel
2022-05-24
1
-1/+1
*
|
cmJSONHelpers: Restructure cmJSONHelpers
Martin Duffy
2022-05-05
1
-23/+24
*
|
cm::enum_set: container that contains a set of unique enum values.
Marc Chevrier
2022-04-27
2
-0/+205
|
/
*
Merge topic 'builtin-help-versionadded'
Brad King
2021-10-28
2
-0/+12
|
\
|
*
cmRST: support `versionadded` and `versionchanged` directives
Ben Boeckel
2021-10-27
2
-0/+12
*
|
Source: fix many -Wmissing-prototypes warnings by marking functions static
Sean McBride
2021-10-25
8
-30/+36
*
|
Fix Clang -Wbitwise-instead-of-logical warnings
Brad King
2021-10-13
1
-4/+9
|
/
*
Source: Fix clang -Wextra-semi warnings
Sean McBride
2021-09-28
1
-3/+3
*
clang-analyzer: Suppress warnings in intentional use-after-move cases
Brad King
2021-06-03
2
-0/+6
*
Tests: Fix typos and spelling in test error message
Josef Angstenberger
2021-05-07
1
-1/+1
*
clang-tidy: fix `readability-make-member-function-const` warnings
Ben Boeckel
2021-01-27
1
-1/+1
*
Utilities/Sphinx: Add role and directive for 'genex' in CMake domain
Brad King
2021-01-18
2
-0/+28
[next]