summaryrefslogtreecommitdiffstats
path: root/Tests/CMakeLib
Commit message (Expand)AuthorAgeFilesLines
* IWYU: Update for Debian 13 CI jobBrad King2025-11-1210-4/+11
* Merge topic 'process-timeout-short' into release-4.2Brad King2025-11-101-2/+2
|\
| * execute_process: Restore support for short timeoutsBrad King2025-11-091-2/+2
* | libarchive: Backport "parse_date: handle dates in 2038 and beyond"Brad King2025-09-302-0/+33
* | cmListFileLexer: Do not require null-terminated inputSergiu Deitsch2025-09-121-1/+3
* | source: Pass small and trivially copyable types by valueDaniel Pfeifer2025-08-011-1/+1
* | source: Pass trivial dap::*Event by valueDaniel Pfeifer2025-08-012-12/+6
* | cmArgumentParser: Refactor to allow for nested parsersTaylor Sasser2025-07-231-7/+60
* | Merge topic 'keyword-project-name-fix'Brad King2025-07-091-0/+11
|\ \
| * | ArgumentParser: implement HasKeyword helperVito Gamberini2025-07-081-0/+11
* | | SBOM(SPDX): Implement graph components and serializerVito Gamberini2025-06-192-0/+650
|/ /
* | cmArgumentParser: Simplify assignment of marker typesMatthew Woehlke2025-05-301-0/+24
* | Merge topic 'astgrep-cmstrcat'Brad King2025-05-221-1/+1
|\ \
| * | cmStrCat: use character literals where possibleBen Boeckel2025-05-151-1/+1
* | | StdIo: Add a Terminal abstraction to print color textBrad King2025-05-191-0/+50
* | | cmext/enum_set: Fix static default construction on older AppleClang versionsBrad King2025-05-161-0/+7
|/ /
* | StdIo: Add a Windows Console adaptor for cin, cout, and cerrBrad King2025-05-131-1/+48
* | StdIo: Provide metadata about stdin, stdout, stderr streamsBrad King2025-05-111-1/+34
* | StdIo: Factor out helper to initialize stdin, stdout, and stderrBrad King2025-05-082-0/+16
* | Tests: Simplify implementation of execute_process encoding test executableBrad King2025-04-171-22/+30
* | cmArgumentParser: Implement trailing positional argsVito Gamberini2025-04-161-3/+93
* | Merge topic 'json-errors-filename'Brad King2025-03-141-1/+1
|\ \
| * | JSON: Improve JSON error message formattingMartin Duffy2025-03-131-1/+1
* | | Merge topic 'path-resolver'Brad King2025-03-091-0/+75
|\ \ \
| * | | PathResolver: Add mode to collapse paths naively and look up on-disk caseBrad King2025-03-071-0/+75
| * | | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-0329-29/+29
* | | | LICENSE: Replace references to Copyright.txt with LICENSE.rstKitware Robot2025-03-0329-29/+29
| |/ / |/| |
* | | Merge topic 'enum_set-enhancements'Brad King2025-02-151-89/+103
|\ \ \
| * | | enum_set enhancements, step 3Marc Chevrier2025-02-141-89/+103
| |/ /
* | | Merge topic 'regex'Brad King2025-02-141-1/+1
|\ \ \ | |/ / |/| |
| * | regex: Match ^ at most once in repeated searchesNikita Nemkin2025-02-131-1/+1
* | | Tests: Fix memory leak in CMakeLib.testUVPatchesBrad King2025-02-111-0/+1
* | | Tests: Add cases covering our mkdtemp code pathsBrad King2025-02-093-0/+70
* | | Tests: Port CMakeLib.testSystemTools to common infrastructureBrad King2025-02-081-108/+68
|/ /
* | enum_set enhancements, step 2Marc Chevrier2025-01-311-34/+24
* | cmext/enum_set: add various enhancements to increase usabilityMarc Chevrier2025-01-291-18/+225
* | Revise C++ coding style using clang-format with "east const"Kitware Robot2025-01-2327-273/+273
* | Revise C++ coding style using clang-format-18Kitware Robot2025-01-232-9/+6
* | Merge topic 'test-mingw-no-vs'Brad King2025-01-162-20/+22
|\ \
| * | Tests: Forward tested CMake generator to more casesBrad King2025-01-152-20/+22
* | | Style: Replace TABs with spaces for indentation in some filesAlex Turbov2025-01-121-1/+1
|/ /
* | Merge topic 'normalize-input-paths'Brad King2024-12-021-4/+52
|\ \
| * | cmake: Look up on-disk case of input paths on macOSYunQiang Su2024-12-011-4/+52
* | | Tests/CMakeLib: Use more recent policiesBrad King2024-11-201-6/+6
|/ /
* | cmDocumentationFormatter: Refactor the `PrintFormatted()` methodAlex Turbov2024-11-071-2/+4
* | testDocumentationFormatter: Add some more test casesAlex Turbov2024-11-071-7/+51
* | StringAlgorithms: Refactor `cmTokenize()` functionAlex Turbov2024-11-061-1/+20
* | cmSystemTools: Add GetLogicalWorkingDirectoryBrad King2024-11-032-4/+5
* | Merge topic 'path-resolver'Brad King2024-11-033-3/+479
|\ \
| * | PathResolver: Add helper to compute normalized pathsBrad King2024-11-012-0/+477