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
/
RunCMake
Commit message (
Expand
)
Author
Age
Files
Lines
...
|
*
|
project: Only define non-cache vars if already defined
Craig Scott
2024-09-20
5
-0/+40
*
|
|
Merge topic 'normalize-install-destination-paths'
Brad King
2024-09-20
16
-10/+147
|
\
\
\
|
*
|
|
install: Normalize DESTINATION paths
Craig Scott
2024-09-19
14
-0/+145
|
*
|
|
Tests: Configure RunCMake.install cases with correct build type
Craig Scott
2024-09-17
1
-0/+2
|
*
|
|
Tests: Remove unused files from RunCMake.install
Craig Scott
2024-09-17
2
-10/+0
*
|
|
|
Merge topic 'install-type-libexec'
Brad King
2024-09-19
4
-0/+7
|
\
\
\
\
|
*
|
|
|
install: Add TYPE LIBEXEC for FILES and DIRECTORY
Chen Linxuan
2024-09-18
4
-0/+7
|
|
/
/
/
*
|
|
|
VS: Fix custom commands for DOTNET_SDK builds
Calum Robinson
2024-09-18
5
-11/+4
*
|
|
|
Merge topic 'execute_process-encoding'
Brad King
2024-09-18
3
-0/+7
|
\
\
\
\
|
*
|
|
|
execute_process: Warn on unknown ENCODING value
Brad King
2024-09-17
3
-0/+7
|
|
/
/
/
*
|
|
|
Merge topic 'vs-always-restore-net-sdk'
Brad King
2024-09-18
3
-2/+10
|
\
\
\
\
|
*
|
|
|
VS: Fix DOTNET_SDK builds when no VS_PACKAGE_REFERENCES set
Calum Robinson
2024-09-16
3
-2/+10
*
|
|
|
|
Merge topic 'autogen-exe-per-config'
Brad King
2024-09-18
1
-7/+16
|
\
\
\
\
\
|
*
|
|
|
|
Autogen: Avoid running multiple cmake_autogen command in Xcode
Orkun Tokdemir
2024-09-15
1
-7/+16
*
|
|
|
|
|
Merge topic 'link_deduplication_imported_targets'
Brad King
2024-09-18
6
-1/+63
|
\
\
\
\
\
\
|
|
_
|
_
|
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Ensure imported targets in sibling dirs are deduplicated
Marc Chevrier
2024-09-15
6
-1/+63
*
|
|
|
|
|
execute_process: Change default ENCODING to UTF-8
Brad King
2024-09-16
8
-2/+21
|
|
_
|
_
|
_
|
/
|
/
|
|
|
|
*
|
|
|
|
Merge topic 'execute_process-encoding'
Brad King
2024-09-16
12
-9/+53
|
\
\
\
\
\
|
*
|
|
|
|
execute_process: Document and test ENCODING default
Brad King
2024-09-13
3
-0/+6
|
*
|
|
|
|
Tests/RunCMake/execute_process: Add test for ENCODING AUTO
Brad King
2024-09-13
6
-5/+37
|
*
|
|
|
|
Tests/RunCMake/execute_process: Improve test for ENCODING UTF-8
Brad King
2024-09-12
6
-6/+12
*
|
|
|
|
|
Merge topic 'ninja-depfile-quoting'
Brad King
2024-09-16
21
-94/+171
|
\
\
\
\
\
\
|
|
_
|
/
/
/
/
|
/
|
|
|
|
|
|
*
|
|
|
|
Ninja: Fix depfile binding with spaces in path
Brad King
2024-09-13
6
-3/+67
|
*
|
|
|
|
Tests/RunCMake/BuildDepends: Enable more depfile cases with Ninja
Brad King
2024-09-12
3
-3/+29
|
*
|
|
|
|
Tests/RunCMake/BuildDepends: Simplify CustomCommandDepends case
Brad King
2024-09-12
8
-5/+5
|
*
|
|
|
|
Tests/RunCMake/BuildDepends: Prepare CompileDepends check for multiple targets
Brad King
2024-09-12
1
-21/+23
|
*
|
|
|
|
Tests/RunCMake/BuildDepends: Simplify CompileDepends case
Brad King
2024-09-12
7
-19/+19
|
*
|
|
|
|
Tests/RunCMake/BuildDepends: Simplify LinkDepends case
Brad King
2024-09-12
4
-28/+13
|
|
/
/
/
/
*
|
|
|
|
Merge topic 'file-REAL_PATH-warn-non-existing'
Brad King
2024-09-13
4
-0/+15
|
\
\
\
\
\
|
|
/
/
/
/
|
/
|
|
|
|
|
*
|
|
|
file(REAL_PATH): Warn on non-existing paths
Alex Overchenko
2024-09-12
4
-0/+15
|
|
|
/
/
|
|
/
|
|
*
|
|
|
Merge topic 'vs-output-name-net-sdk'
Brad King
2024-09-12
3
-0/+32
|
\
\
\
\
|
*
|
|
|
VS: Use OUTPUT_NAME in DOTNET_SDK projects
Calum Robinson
2024-09-11
3
-0/+32
|
|
/
/
/
*
|
|
|
Merge topic 'file-archive-workdir'
Brad King
2024-09-12
3
-3/+18
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
file(ARCHIVE_CREATE): add WORKING_DIRECTORY option
Yuri Witte
2024-09-11
3
-3/+18
*
|
|
|
Merge topic 'add_custom_command-arg-handling'
Brad King
2024-09-11
12
-4/+182
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
add_custom_command: Validate arguments more rigorously
Craig Scott
2024-09-09
8
-0/+175
|
*
|
|
Tests: Add missing POST_BUILD to custom commands
Craig Scott
2024-09-09
4
-4/+7
*
|
|
|
Merge topic 'pass-link-directories'
Brad King
2024-09-10
5
-0/+160
|
\
\
\
\
|
|
_
|
/
/
|
/
|
|
|
|
*
|
|
Check*: Add option to pass link directories into checks
Aliaksandr Averchanka
2024-09-09
5
-0/+160
*
|
|
|
Tests/RunCMake/IAR: Fix ASM cases for XLINK targets
Felipe Torrezan
2024-09-06
2
-41/+50
|
/
/
/
*
|
|
Tests/RunCMake/IAR: Exclude ASM cases on Windows pending investigation
Brad King
2024-09-05
1
-4/+7
*
|
|
Tests/RunCMake/IAR: Quote linker flags for spaces in path to toolkit
Brad King
2024-09-05
1
-4/+4
*
|
|
Merge topic 'windows-kernel-mode-driver-includes'
Brad King
2024-09-05
1
-1/+1
|
\
\
\
|
*
|
|
WindowsKernelModeDriver: Add WDK include and link paths on MSVC
Joseph Snyder
2024-09-03
1
-1/+1
|
|
/
/
*
|
|
Merge topic 'build-databases'
Brad King
2024-09-05
58
-54/+3481
|
\
\
\
|
*
|
|
cmExperimental: gate build database support behind a flag
Ben Boeckel
2024-09-03
5
-0/+16
|
*
|
|
Tests/CXXModules: add tests for module commands
Ben Boeckel
2024-09-03
46
-1/+3378
|
*
|
|
Tests/CXXModules: add support for running targets under a given config
Ben Boeckel
2024-08-27
1
-1/+8
|
*
|
|
Tests/CXXModules: support building specific targets of example trees
Ben Boeckel
2024-08-27
1
-0/+3
|
*
|
|
cmDyndepCollation: write build database metadata
Ben Boeckel
2024-08-27
8
-0/+8
[prev]
[next]