index
:
xmake.git
ascend
bundle
cl
clang
claude/sharp-bose
comments
copilot/fix-6807
copyright
debug
dev
elf
emcc
env
errs
go
headerunits
jobgraph
linkdeps
linkgroups
links
lua55
master
mergelib
mimalloc
missdll
ndk
nim
ohos
option
pack
package
packagever
pairs
path
pch
ping
requireslock
rust
string
template
test
tests
unitybuild
vcpkg
verilator
vs
xpack
zig
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
xmake
/
rules
/
c++
/
modules
/
scanner.lua
Age
Commit message (
Expand
)
Author
2026-04-07
Improve error handling in scanner.lua
ruki
2026-04-03
fix(c++/modules): avoid leaking private dep flags to rebuilt BMIs
Akaps316
2026-03-10
show target name in progress
ruki
2025-11-26
(modules) fix get_stdmodules with cross toolchain
Arthur LAURENT
2025-11-20
Fix fallback scanner module implementation unit detection.
RoqueDeicide
2025-11-07
(modules) don't rescan std and packages modules when using -r
Arthur LAURENT
2025-11-04
fix module reusage with xmake test
Arthur LAURENT
2025-10-07
use hash64 instead of hash32
ruki
2025-08-19
Merge pull request #6712 from Arthapz/fix-moduleonly-installation
ruki
2025-08-18
fix(c++ modules) fix sourcebatch caching (previously cached in localcache but...
Arthur LAURENT
2025-08-15
Merge pull request #6713 from Arthapz/fix-sourcebatch-stealing
ruki
2025-08-14
fix(c++ modules) fix disabled target getting configured for module compilation
Arthur LAURENT
2025-08-14
fix(c++ modules) fix public culled module incorrectly emiting a warning
Arthur LAURENT
2025-08-14
fix(c++ modules) fix non .cpp file stealed from c++.build sourcebatch
Arthur LAURENT
2025-08-12
fix(c++ modules) fix xmake not updating module mapper when module file is rem...
Arthur LAURENT
2025-07-03
rename copyright
ruki
2025-05-22
(C++ modules support) fix clang-cl
Arthur LAURENT
2025-05-18
(C++ modules support) fix incremental build
Arthur LAURENT
2025-05-18
(C++ modules support) fix caching of sourcefiles for _patch_sourcebatch and u...
Arthur LAURENT
2025-05-18
(C++ modules support) check if c++.build sourcebatch is not null
Arthur LAURENT
2025-05-18
(C++ modules support) cache patched sourcebatch and save localcache only one ...
Arthur LAURENT
2025-05-18
(C++ modules support) cache stealed sourcebatch
Arthur LAURENT
2025-05-18
(C++ modules support) parallelize moduleinfo parsing
Arthur LAURENT
2025-05-18
(C++ modules support) remove forgotten localcache:save()
Arthur LAURENT
2025-05-18
(C++ modules support) save localcache() only after successfull module scanning
Arthur LAURENT
2025-05-18
(C++ modules support) remove useless table.sort
Arthur LAURENT
2025-05-18
(C++ modules support) parallelize when possible C++ module scanner
Arthur LAURENT
2025-05-17
Merge branch 'dev' into unitybuild
unitybuild
ruki
2025-05-16
(C++ modules support) fix unitybuild, pch and c++ modules objectfiles conflicts
Arthur LAURENT
2025-05-15
Merge pull request #6437 from Arthapz/profile-module-support
ruki
2025-05-14
Update scanner.lua
ruki
2025-05-13
(C++ modules support) profile scanner and builder
Arthur LAURENT
2025-05-13
(C++ modules support) fix _patch_sourcebatch when a dep have a namespace
Arthur LAURENT
2025-05-11
(C++ modules support) fix nil built_artifacts error when an error occur durin...
Arthur LAURENT
2025-05-10
(C++ modules support) fix module parsing when file are added
Arthur LAURENT
2025-05-10
(C++ modules support) fix modules not saved in cache if missing dependencies
Arthur LAURENT
2025-05-09
(C++ modules support) fix CMake generation
Arthur LAURENT
2025-05-09
(C++ module support) improve jobgraph support
Arthur LAURENT
2025-04-24
(C++ modules support) factorize implementation getter
Arthur LAURENT
2025-04-22
(C++ modules) cleanup module rules
Arthur LAURENT
2025-04-20
(C++ modules) simplify names of module support
Arthur LAURENT