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
*
cmDebugTools: add header
Ben Boeckel
2023-10-01
2
-0/+34
*
cmCTestScriptHandler: Replace cmsysProcess with cmUVProcessChain
Kyle Edwards
2023-08-29
1
-4/+0
*
cmUVStreamRead: Return RAII handle to avoid memory leak
Kyle Edwards
2023-08-25
1
-2/+56
*
CMakeLibTests: Compile with WIN32_LEAN_AND_MEAN
Kyle Edwards
2023-08-21
1
-0/+6
*
Merge topic 'debugger-pipe-connections'
Brad King
2023-08-19
2
-4/+11
|
\
|
*
Debugger: Replace libuv with platform-specific connection code
Paul Maybee
2023-08-17
2
-4/+11
*
|
Merge topic 'test-debugger-named-pipe-fix'
Brad King
2023-08-16
1
-7/+7
|
\
\
|
*
|
testDebuggerNamedPipe: fix for cppdap with nlohmann_json
Đoàn Trần Công Danh
2023-08-16
1
-7/+7
|
*
|
cmList: Fix performance regression in append/prepend
Marc Chevrier
2023-08-04
1
-4/+4
*
|
|
Merge topic 'add-cm-fileno'
Brad King
2023-08-09
1
-1/+4
|
\
\
\
|
*
|
|
Source: Add cm_fileno wrapper
Kyle Edwards
2023-08-07
1
-1/+4
*
|
|
|
cmList: Fix performance regression in append/prepend
Marc Chevrier
2023-08-04
1
-4/+4
|
/
/
/
*
|
|
Merge topic 'test_utf8_improve'
Brad King
2023-08-01
1
-58/+49
|
\
\
\
|
*
|
|
testUTF8: Improve using string_view
Vitaly Stakhovsky
2023-07-30
1
-58/+49
*
|
|
|
IWYU: Update for Debian 12 CI job
Brad King
2023-07-28
7
-7/+1
|
/
/
/
*
|
|
cmUVProcessChain::Wait(): Treat timeout of 0 as no timeout
Kyle Edwards
2023-07-26
1
-0/+19
|
|
/
|
/
|
*
|
cmCMakePath: workarounds for Sunpro/sparc compiler
Marc Chevrier
2023-07-18
2
-0/+442
*
|
Merge topic 'debugger-breakpoints'
Brad King
2023-07-14
1
-0/+13
|
\
\
|
|
/
|
*
Debugger: Always clear existing breakpoints on setBreakpoints
Ben McMorran
2023-07-13
1
-0/+13
*
|
Merge topic 'debugger-no-supportsVariableType'
Brad King
2023-07-13
3
-4/+38
|
\
\
|
|
/
|
*
Debugger: Correctly handle clients without supportsVariableType
Ben McMorran
2023-07-12
3
-4/+38
*
|
Tests: Improve order of CMakeLibTests link libraries
Brad King
2023-07-07
1
-1/+1
*
|
Merge topic 'debugger-segfault'
Brad King
2023-06-30
1
-1/+29
|
\
\
|
|
/
|
*
Debugger: Fix threads request segfault after thread exited event
Ben McMorran
2023-06-29
1
-1/+29
*
|
CMakeLibTests: Precompile common expensive headers
Clemens Wasser
2023-06-22
1
-0/+4
*
|
cmUVStream: Add cmUVStreamRead() function
Kyle Edwards
2023-06-14
1
-0/+57
*
|
cmUVProcessChain: Return output and error streams as file descriptors
Kyle Edwards
2023-06-14
1
-21/+30
*
|
cmUVPipeIStream: Add cmUVPipeIStream
Kyle Edwards
2023-06-14
1
-0/+40
*
|
cmUVProcessChain: Add support for SetExternalStream(Stream_INPUT)
Kyle Edwards
2023-06-12
2
-0/+34
*
|
cmUVProcessChain: Add Status::SpawnResult field
Kyle Edwards
2023-06-08
2
-64/+203
|
/
*
cmUVProcessChain: Add Status::GetException() method
Kyle Edwards
2023-06-05
2
-14/+65
*
cmUVProcessChain: Add Finished() method
Kyle Edwards
2023-05-31
1
-0/+12
*
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
[next]