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
/
CXXModules
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge topic 'cxxmodules-export-dirs-with-prefix'
Brad King
2023-09-27
68
-77/+369
|
\
|
*
Tests/CXXModules: add tests for modules with include requirements
Ben Boeckel
2023-09-26
23
-0/+292
|
*
Tests/CXXModules: relax line number matching in stderr
Ben Boeckel
2023-09-26
45
-77/+77
*
|
Tests/CXXModules: forward the default build type
Ben Boeckel
2023-09-26
4
-0/+10
*
|
Tests/CXXModules: fix multi-config and MSVC details
Ben Boeckel
2023-09-25
6
-25/+25
*
|
Tests/CXXModules: add missing `bmi-only` and compiler id fields
Ben Boeckel
2023-09-25
6
-0/+30
*
|
Tests/CXXModules: fix key set mismatch error messages
Ben Boeckel
2023-09-25
1
-2/+2
*
|
Tests/CXXModules: use a less generic name for the config
Ben Boeckel
2023-09-25
4
-18/+18
*
|
Tests/CXXModules: replace the object extension as well
Ben Boeckel
2023-09-25
2
-0/+2
*
|
Tests/CXXModules: fix error detection propagation
Ben Boeckel
2023-09-25
4
-2/+15
|
/
*
Merge branch 'cxxmodules-non-compiled-source-release' into cxxmodules-non-com...
Ben Boeckel
2023-09-12
6
-1/+37
|
\
|
*
cxxmodules: detect and message about non-compiled sources
Ben Boeckel
2023-09-12
6
-1/+37
*
|
Merge topic 'modules-better-messages'
Brad King
2023-08-25
4
-22/+24
|
\
\
|
*
|
cxxmodules: improve error messages for C++ module setup
Ben Boeckel
2023-08-23
4
-22/+24
|
|
/
*
|
cmExperimental: recycle the C++ modules API UUID
Ben Boeckel
2023-08-17
10
-10/+10
*
|
Tests/RunCMake/CXXModules: add tests which use modules from imported targets
Ben Boeckel
2023-08-17
11
-0/+102
*
|
cmExportFileGenerator: export private compile info for C++ modules
Ben Boeckel
2023-08-17
13
-0/+412
*
|
Tests/RunCMake/CXXModules: actually generate the source at build time
Ben Boeckel
2023-08-07
2
-5/+9
*
|
cmExperimental: recycle the C++ modules API UUID
Ben Boeckel
2023-07-31
8
-8/+8
*
|
cmCoreTryCompile: use the source type context for source files
Ben Boeckel
2023-07-31
9
-0/+76
*
|
Merge topic 'dyndep-module-info-objlib-dependency'
Brad King
2023-07-24
5
-0/+39
|
\
\
|
|
/
|
*
Tests/RunCMake/CXXModules: add a test for issue #25112
Ben Boeckel
2023-07-22
5
-0/+39
*
|
cmExperimental: refresh the C++ modules UUID
Ben Boeckel
2023-07-13
8
-8/+8
*
|
Tests/RunCMake/CXXModules: require transitive usages
Ben Boeckel
2023-07-13
2
-1/+9
|
/
*
Ninja: include module mapper flags in `compile_commands.json`
Ben Boeckel
2023-07-09
6
-0/+66
*
VS: Fix C++ modules in source files with the same name
Brad King
2023-06-28
6
-0/+42
*
cxxmodules: remove `CMAKE_EXPERIMENTAL_CXX_MODULE_DYNDEP` variable
Ben Boeckel
2023-06-01
39
-165/+13
*
cxxmodules: update the experimental UUID
Ben Boeckel
2023-05-31
8
-8/+8
*
cxxmodules: remove support for `CXX_MODULE_HEADER_UNITS` filesets
Ben Boeckel
2023-05-31
14
-125/+3
*
cxxmodules: Fix exported path to installed module sources in subdirs
Tyler
2023-05-23
18
-6/+64
*
cxxmodules: Do not expect collator install scripts with no CXX_MODULES
Tyler
2023-05-23
12
-6/+36
*
Tests: Improve RunCMake.CXXModules expectation matching and error reporting
Brad King
2023-05-23
12
-32/+78
*
Tests/CXXModules: add example for private modules between targets
Ben Boeckel
2023-05-18
8
-0/+39
*
Tests/RunCMake/CXXModules: declare `forwarding` as `extern "C++"`
Ben Boeckel
2023-02-03
6
-0/+12
*
Tests/RunCMake/CXXModules: add tests which don't export C++ module properties
Ben Boeckel
2023-01-27
17
-14/+251
*
Ninja: require Ninja 1.11 for C++ module support
Ben Boeckel
2023-01-23
2
-2/+2
*
Revise C++ coding style using clang-format-15
Kitware Robot
2023-01-18
9
-11/+11
*
cxxmodules: support new round of Clang patches
Ben Boeckel
2022-12-15
6
-6/+6
*
Merge topic 'cxx-module-map-clang'
Brad King
2022-12-06
1
-1/+1
|
\
|
*
cmCxxModuleMapper: support the `clang` module map format
Ben Boeckel
2022-12-02
1
-1/+1
*
|
cmExperimental: recycle C++20 module support UUID
Ben Boeckel
2022-12-01
6
-6/+6
*
|
Tests/RunCMake/CXXModules: add support for Visual Studio
Ben Boeckel
2022-12-01
2
-0/+8
*
|
Tests/RunCMake/CXXModules: split out collation-requiring tests
Ben Boeckel
2022-12-01
1
-1/+5
*
|
Tests/RunCMake/CXXModules: factor out generator support detection
Ben Boeckel
2022-12-01
1
-3/+8
*
|
Tests/RunCMake/CXXModules: update `NoDyndepSupport` for VS2019 and older
Ben Boeckel
2022-12-01
1
-0/+5
*
|
Tests/RunCMake/CXXModules: catch VS circular error message
Ben Boeckel
2022-12-01
1
-1/+1
*
|
Tests/RunCMake/CXXModules: mask scanning checks without control
Ben Boeckel
2022-12-01
7
-21/+38
|
/
*
Tests/RunCMake/CXXModules: mark IMPORTED targets as INTERFACE
Ben Boeckel
2022-11-21
2
-2/+2
*
cxxmodules: add properties to control scanning
Ben Boeckel
2022-11-18
8
-0/+125
*
Merge topic 'msvc-19.34-cpp-modules'
Brad King
2022-11-14
2
-1/+3
|
\
[next]