summaryrefslogtreecommitdiffstats
path: root/Tests/RunCMake/CXXModules
Commit message (Expand)AuthorAgeFilesLines
* Merge topic 'cxxmodules-target-objects'Brad King2024-03-084-0/+42
|\
| * Tests/CXXModules: add a test using `TARGET_OBJECTS` from modulesBen Boeckel2024-03-064-0/+42
| * Merge topic 'cxxmodules-no-export-basedirs-as-include-paths' into release-3.28Brad King2024-02-297-0/+147
| |\
* | \ Merge topic 'cxxmodules-no-export-basedirs-as-include-paths'Brad King2024-02-297-0/+147
|\ \ \
| * \ \ Merge branch 'backport-3.28-cxxmodules-no-export-basedirs-as-include-paths'Brad King2024-02-287-0/+147
| |\ \ \ | | | |/ | | |/|
| | * | cmExportFileGenerator: only export include paths for HEADERS file setsBen Boeckel2024-02-287-0/+147
| * | | Merge topic 'cxxmodules-transitive-std' into release-3.29Brad King2024-02-212-2/+2
| |\ \ \
| * \ \ \ Merge topic 'cxxmodules-transitive-modules-usage' into release-3.29Brad King2024-02-2118-4/+298
| |\ \ \ \
| * \ \ \ \ Merge topic 'cxxmodules-transitive-target-usage' into release-3.29Brad King2024-02-2021-0/+307
| |\ \ \ \ \
| * \ \ \ \ \ Merge topic 'cxxmodules-nmc-duplicate-synthetic-targets' into release-3.29Brad King2024-02-198-0/+119
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge topic 'cxxmodules-collation-restat' into release-3.29Brad King2024-02-167-2/+59
| |\ \ \ \ \ \ \
| * \ \ \ \ \ \ \ Merge topic 'cxxmodules-visibility-change-rebuild' into release-3.29Brad King2024-02-166-0/+55
| |\ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ Merge topic 'cxxmodules-depend-on-modmap-file' into release-3.29Brad King2024-02-166-0/+62
| |\ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ Merge topic 'cxxmodules-collapse-source-paths' into release-3.29Brad King2024-02-154-0/+31
| |\ \ \ \ \ \ \ \ \ \
* | \ \ \ \ \ \ \ \ \ \ Merge topic 'test-cxxmodules-vs'Brad King2024-02-281-1/+1
|\ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | |
| * | | | | | | | | | | Tests/RunCMake/CXXModules: Update VS circular error messageBrad King2024-02-281-1/+1
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | |
| * | | | | | | | | | Merge topic 'cxxmodules-transitive-std' into release-3.28Brad King2024-02-212-2/+2
| |\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / | |/| | | | | | | | / | | | |_|_|_|_|_|_|/ | | |/| | | | | | |
* | | | | | | | | | Merge topic 'cxxmodules-transitive-std'Brad King2024-02-212-2/+2
|\ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / | |/| | | | | | | |
| * | | | | | | | | Tests/CXXModules: test `cxx_std_20` coming from a dependencyBen Boeckel2024-02-202-2/+2
| | |_|_|_|_|_|_|/ | |/| | | | | | |
* | | | | | | | | Merge topic 'cxxmodules-transitive-modules-usage'Brad King2024-02-2118-4/+298
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | |
| * | | | | | | | cmExportFileGenerator: export link libraries as-isBen Boeckel2024-02-204-4/+4
| * | | | | | | | Tests/CXXModules: test transitive modules usageBen Boeckel2024-02-2014-0/+294
| |/ / / / / / /
* | | | | | | | Merge topic 'cxxmodules-transitive-target-usage'Brad King2024-02-2021-0/+307
|\ \ \ \ \ \ \ \ | |/ / / / / / /
| * | | | | | | Tests/CXXModules: add a test with transitive targetsBen Boeckel2024-02-1921-0/+307
| | |_|_|_|_|/ | |/| | | | |
* | | | | | | Merge topic 'cxxmodules-nmc-duplicate-synthetic-targets'Brad King2024-02-198-0/+119
|\ \ \ \ \ \ \ | |/ / / / / /
| * | | | | | Tests/CXXModules: add a test importing from a `Ninja` installBen Boeckel2024-02-168-0/+78
| * | | | | | Tests/CXXModules: support building a project with `Ninja`Ben Boeckel2024-02-161-0/+29
| * | | | | | Tests/CXXModules: document `CMake_TEST_MODULE_COMPILATION` itemsBen Boeckel2024-02-161-0/+12
| * | | | | | Merge topic 'cxxmodules-collation-restat' into release-3.28Brad King2024-02-167-2/+59
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge topic 'cxxmodules-visibility-change-rebuild' into release-3.28Brad King2024-02-166-0/+55
| |\ \ \ \ \ \ | | | |_|_|_|/ | | |/| | | |
| * | | | | | Merge topic 'cxxmodules-depend-on-modmap-file' into release-3.28Brad King2024-02-166-0/+62
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | / | | | |_|_|/ | | |/| | |
* | | | | | Merge topic 'cxxmodules-collation-restat'Brad King2024-02-167-2/+59
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | Tests/CXXModules: add a test to ensure that `restat` works for collationBen Boeckel2024-02-157-2/+59
| | |_|/ / | |/| | |
* | | | | Merge topic 'cxxmodules-visibility-change-rebuild'Brad King2024-02-166-0/+55
|\ \ \ \ \ | |/ / / /
| * | | | Tests/CXXModules: test that objects depend on dependent modules json filesBen Boeckel2024-02-156-0/+55
| | |/ / | |/| |
* | | | Merge topic 'cxxmodules-depend-on-modmap-file'Brad King2024-02-166-0/+62
|\ \ \ \ | |/ / /
| * | | Tests/CXXModules: test that objects depend on their modmap filesBen Boeckel2024-02-156-0/+49
| * | | Tests/CXXModules: support testing rebuild conditionsBen Boeckel2024-02-141-0/+13
* | | | Merge topic 'cxxmodules-collapse-source-paths'Brad King2024-02-154-0/+31
|\ \ \ \ | | |/ / | |/| / | |_|/ |/| |
| * | cmDyndepCollation: collapse full path before looking upBen Boeckel2024-02-144-0/+31
| |/
* | Merge branch 'backport-cxxmodules-export-file-collisions'Brad King2024-01-185-11/+73
|\ \ | |/
| * cxxmodules: make export trampoline script files uniqueBen Boeckel2024-01-185-11/+73
* | Merge topic 'cxxmodules-obj-lib'Brad King2024-01-174-0/+20
|\ \ | |/
| * cxxmodules: compute link information for C++ module-consuming targetsMatheus Izvekov2024-01-144-0/+20
| * Merge topic 'vs-scan-for-modules' into release-3.28Brad King2024-01-106-3/+40
| |\
* | \ Merge topic 'vs-scan-for-modules'Brad King2024-01-106-3/+40
|\ \ \ | | |/ | |/|
| * | Tests/CXXModules/scan_properties: use `ixx` extensionBen Boeckel2024-01-092-3/+5
| * | Tests/CXXModules: add a test case for VS generation without flagsBen Boeckel2024-01-064-0/+35
* | | Merge topic 'cxxmodules-no-unity'Brad King2024-01-107-0/+68
|\ \ \ | | |/ | |/|
| * | Tests/CXXModules: add a test with unity build supportBen Boeckel2024-01-057-0/+68
| |/