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
/
Source
Commit message (
Expand
)
Author
Age
Files
Lines
*
codespell: Fix typos
Brad King
2023-11-17
9
-16/+16
*
codespell: Match valgrind output without repeating a spelling error
Brad King
2023-11-17
1
-4/+4
*
CMake 3.28.0-rc5
v3.28.0-rc5
Brad King
2023-11-15
1
-1/+1
*
Merge branch 'backport-target-objects' into target-objects
Brad King
2023-11-14
5
-23/+46
|
\
|
*
cmComputeLinkInformation: Track targets named by TARGET_OBJECTS sources
Brad King
2023-11-14
5
-21/+41
|
*
cmCommonTargetGenerator: Factor out GetLinkedTargetDirectories loop body
Brad King
2023-11-14
1
-9/+8
*
|
cmCommonTargetGenerator: Drop unused local variable
Brad King
2023-11-14
1
-1/+0
*
|
cmComputeLinkInformation: Simplify recording OBJECT libraries as link items
Brad King
2023-11-14
1
-1/+1
*
|
cmGeneratorExpressionNode: Fix short-circuit logic
Martin Duffy
2023-11-13
1
-1/+1
*
|
Merge topic 'cxx23' into release-3.28
Brad King
2023-11-08
4
-11/+14
|
\
\
|
*
|
cmGlobalGeneratorFactory: Provide complete cmGlobalGenerator to deleter
Brad King
2023-11-07
1
-1/+1
|
*
|
cmCTestBuildCommand: Avoid requiring complete cmGlobalGenerator type publicly
Brad King
2023-11-07
2
-9/+12
|
*
|
cmList: Avoid using operator-> on input iterator
Brad King
2023-11-07
1
-1/+1
*
|
|
Merge topic 'static-library-link-xcframework' into release-3.28
Brad King
2023-11-07
1
-21/+72
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
Xcode: Fix linking against .xcframework from static libraries
Kyle Edwards
2023-11-06
1
-21/+72
*
|
|
CMake 3.28.0-rc4
v3.28.0-rc4
Brad King
2023-11-06
1
-1/+1
|
/
/
*
|
cmSystemTools::RunSingleCommand(): Pass stdin to child process
Kyle Edwards
2023-11-02
1
-1/+3
*
|
Merge topic 'cxxmodules-cmp0155-graceful-fallback-without-scanner' into relea...
Brad King
2023-11-01
6
-13/+33
|
\
\
|
*
|
cmGlobalGenerator: give context about module queries
Ben Boeckel
2023-11-01
5
-8/+22
|
*
|
CMP0155: ignore scanning for sources if no scanner is available
Ben Boeckel
2023-11-01
2
-6/+12
*
|
|
ctest: Allow colored output on Windows if CLICOLOR_FORCE is set to 1
Cristian Adam
2023-11-01
1
-10/+5
*
|
|
Merge topic 'modules-depends-via-target-objects' into release-3.28
Brad King
2023-10-31
3
-1/+22
|
\
\
\
|
|
|
/
|
|
/
|
|
*
|
Fortran: Restore support for TARGET_OBJECTS providing modules
Ben Boeckel
2023-10-30
2
-0/+20
|
*
|
cmComputeLinkInformation: skip over linking to items for object purposes
Ben Boeckel
2023-10-27
1
-1/+1
|
*
|
cmComputeLinkDepends: also copy the target from object link items
Ben Boeckel
2023-10-27
1
-0/+1
|
*
|
CMake 3.27.7
v3.27.7
Brad King
2023-10-06
1
-1/+1
*
|
|
Merge topic 'cxxmodules-ninja-forced-rsp-files' into release-3.28
Brad King
2023-10-30
1
-2/+1
|
\
\
\
|
*
|
|
Tests/CXXModules: test forced rsp files with ninja
Ben Boeckel
2023-10-28
1
-2/+1
|
|
|
/
|
|
/
|
*
|
|
CMP0153: Add suggestion to use execute_process()
Kyle Edwards
2023-10-27
1
-3/+5
*
|
|
cmState::AddDisallowedCommand(): Allow additional warning info
Kyle Edwards
2023-10-27
2
-7/+14
|
/
/
*
|
CMake 3.28.0-rc3
v3.28.0-rc3
Brad King
2023-10-24
1
-1/+1
*
|
Merge topic 'cmcldeps-quote-rc' into release-3.28
Brad King
2023-10-24
1
-1/+2
|
\
\
|
*
|
cmcldeps: Restore support for rc.exe path not fully GetShortPathName-d
Brad King
2023-10-23
1
-1/+2
*
|
|
source_group: Restore behavior of TREE with empty FILES
Brad King
2023-10-23
1
-2/+5
|
/
/
*
|
cmNinjaTargetGenerator: do not order-depend on C++ module sources
Ben Boeckel
2023-10-20
1
-4/+9
*
|
cmNinjaTargetGenerator: use the file set visibility API
Ben Boeckel
2023-10-20
1
-1/+1
*
|
cmFileSet: add a query for includeable file set types
Ben Boeckel
2023-10-20
2
-0/+7
*
|
cmNinjaTargetGenerator: avoid traversing old outputs repeatedly
Ben Boeckel
2023-10-20
1
-0/+3
*
|
CMake 3.28.0-rc2
v3.28.0-rc2
Brad King
2023-10-18
1
-1/+1
*
|
Merge topic 'cxxmodules-vs-no-synthetic-targets' into release-3.28
Brad King
2023-10-18
1
-0/+9
|
\
\
|
*
|
VS: Explicitly disallow C++ modules provided by imported targets
Ben Boeckel
2023-10-17
1
-0/+9
*
|
|
Merge topic 'cxxmodules-export-fileset-info' into release-3.28
Brad King
2023-10-17
4
-9/+40
|
\
\
\
|
*
|
|
cxxmodules: include `INCLUDES DESTINATION` directories
Ben Boeckel
2023-10-16
4
-9/+40
|
|
/
/
*
|
|
Merge topic 'execute_process-output_file-directory' into release-3.28
Brad King
2023-10-17
1
-18/+44
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
execute_process(): Restore opening files relative to WORKING_DIRECTORY
Kyle Edwards
2023-10-16
1
-18/+44
*
|
|
Autogen: Revert "AUTO*_EXECUTABLE: add support for per-config values"
Orkun Tokdemir
2023-10-13
12
-451/+175
|
/
/
*
|
CMake 3.28.0-rc1
v3.28.0-rc1
Brad King
2023-10-11
1
-1/+1
*
|
Merge topic 'cxxmodules-try_compile' into release-3.28
Brad King
2023-10-11
1
-0/+2
|
\
\
|
*
|
cxxmodules: Honor CMAKE_CXX_SCAN_FOR_MODULES in try_compile
Brad King
2023-10-10
1
-0/+2
*
|
|
cxxmodules: Reference documentation in no-modules-support diagnostics
Brad King
2023-10-11
1
-9/+11
|
/
/
[next]