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
/
builder.lua
Age
Commit message (
Expand
)
Author
2024-04-09
fix modules
ruki
2024-04-09
format code
ruki
2024-03-18
fix progress
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-14
cleanup
Arthur LAURENT
2024-02-12
implement module reusage based on flag comparison
Arthur LAURENT
2024-02-07
use table.orderpairs for generate_metadata
Arthur LAURENT
2024-02-05
cleanup
Arthur LAURENT
2024-02-05
add support of moduleonly targets with c++.moduleonly rule
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 missing objectfiles for private modules
Arthur LAURENT
2024-02-05
fix objectfile handling
Arthur LAURENT
2024-02-04
make should_build and mark_build public
Arthur LAURENT
2024-02-03
fix batchcmds
Arthur LAURENT
2024-02-03
fix recompilation of .cpp files
Arthur LAURENT
2024-02-02
improve _is_duplicated_headerunit
ruki
2024-02-02
rename apis
ruki
2024-02-02
format some codes
ruki
2024-01-31
optimise header duplication detection
Arthur LAURENT
2024-01-31
use table.orderpair to ensure dependency order stay the same
Arthur LAURENT
2024-01-31
add a test for aliased headerunits
Arthur LAURENT
2024-01-31
implement missing headerunit aliasing
Arthur LAURENT
2024-01-31
improve _should_build
Arthur LAURENT
2024-01-31
remove dead code
Arthur LAURENT
2024-01-29
populate module map before generating batchjobs
Arthur LAURENT
2024-01-29
apply PR suggestions
Arthur LAURENT
2024-01-26
refactor module common infrastructure
Arthur LAURENT