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
/
modules_support
/
gcc
Age
Commit message (
Expand
)
Author
2024-07-22
simplify objectfile handling
Arthur LAURENT
2024-07-22
fix module handling for batchcmds and some cleanups
Arthur LAURENT
2024-07-22
improve compilation of modules based on if it is from a package, an other tar...
Arthur LAURENT
2024-07-22
strip -fmodule-mapper for GCC module reusage flag compatibility detection
Arthur LAURENT
2024-07-12
add a proper warning when falling back to fallback module scanner for gcc and...
Arthur LAURENT
2024-04-29
fix incremental compilation for gcc-14 #5022
ruki
2024-03-19
always should build modules for generator
ruki
2024-03-18
use new progress
ruki
2024-03-09
fix private dependency C++ modules objectfile handling
Arthur LAURENT
2024-02-18
use path.unix
ruki
2024-02-18
improve should_build for modules
ruki
2024-02-18
fix incremental compilation for tests/ modules/package
ruki
2024-02-18
format code
ruki
2024-02-18
rename mapper path varname
ruki
2024-02-14
cleanup
Arthur LAURENT
2024-02-12
implement module reusage based on flag comparison
Arthur LAURENT
2024-02-05
fix gcc
Arthur LAURENT
2024-02-05
cull unreferenced modules and fix gcc module mapper
Arthur LAURENT
2024-02-05
fix gcc
Arthur LAURENT
2024-02-04
fix gcc module compilation
Arthur LAURENT
2024-02-04
make should_build and mark_build public
Arthur LAURENT
2024-02-03
fix recompilation for gcc
Arthur LAURENT
2024-02-03
fix recompilation of .cpp files
Arthur LAURENT
2024-02-02
parallelise dependency scanning
Arthur LAURENT
2024-02-02
format more codes
ruki
2024-02-02
rename apis
ruki
2024-02-01
use compinst:compile when possible
Arthur LAURENT
2024-02-01
fix assert in gcc module dependency mapper
Arthur LAURENT
2024-01-31
remove useless path.translate
Arthur LAURENT
2024-01-31
cleanup
Arthur LAURENT
2024-01-31
cleanup
Arthur LAURENT
2024-01-31
use table.orderpair to ensure dependency order stay the same
Arthur LAURENT
2024-01-31
fix inconsistent print format for gcc module mapper
Arthur LAURENT
2024-01-31
code cleanup
Arthur LAURENT
2024-01-31
improve module cmdline print
Arthur LAURENT
2024-01-31
use os.vrunv for dependency scanning
Arthur LAURENT
2024-01-31
add a test for aliased headerunits
Arthur LAURENT
2024-01-31
implement missing headerunit aliasing
Arthur LAURENT
2024-01-30
revert last commit
Arthur LAURENT
2024-01-30
use try{} instead of assert to preserve iorunv error colors
Arthur LAURENT
2024-01-29
populate module map before generating batchjobs
Arthur LAURENT
2024-01-26
fix gcc module support
Arthur LAURENT
2024-01-26
add a policy to toggle C++23 std module
Arthur LAURENT
2024-01-26
refactor gcc module infrastructure
Arthur LAURENT