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
/
clang
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-13
Merge pull request #5340 from Arthapz/improve-clang-scan-deps-warning-for-mod...
ruki
2024-07-12
improve std module warning for clang
Arthur LAURENT
2024-07-12
add proper warning for std module detection
Arthur LAURENT
2024-07-12
add a proper warning when falling back to fallback module scanner for gcc and...
Arthur LAURENT
2024-05-14
set default languages for c++modules
ruki
2024-05-13
fix clang-scan-deps #5091
ruki
2024-03-24
support --sdk= by adding sysroot to std module manifest detection line
Arthur LAURENT
2024-03-23
add C++23 and libc++ flags for -print-library-module-manifest-path
Arthur LAURENT
2024-03-23
handle case for clang std module detection when -print-library-module-manifes...
Arthur LAURENT
2024-03-23
apply PR suggestion
Arthur LAURENT
2024-03-23
add missings runenvs for iorunv
Arthur LAURENT
2024-03-23
use os.iorunv
Arthur LAURENT
2024-03-23
add _ to print library module manifest path flag function getter for
Arthur LAURENT
2024-03-23
support -print-library-module-manifest-path for std module detection on clang
Arthur LAURENT
2024-03-21
strip spaces
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-03-07
Merge pull request #4806 from Arthapz/fix-clang-scan-deps-modules-macOS
ruki
2024-03-07
fix + elimination for clang-scan-deps detection
Arthur LAURENT
2024-03-07
remove + from clang name when detecting clang-scan-deps for module
Arthur LAURENT
2024-03-07
Update compiler_support.lua
ruki
2024-03-06
fix C++ library detection when no runtimes is passed
Arthur LAURENT
2024-02-18
improve should_build for modules
ruki
2024-02-18
fix incremental compilation for tests/ modules/package
ruki
2024-02-14
cleanup
Arthur LAURENT
2024-02-12
implement module reusage based on flag comparison
Arthur LAURENT
2024-02-11
Merge pull request #4707 from Arthapz/support-moduleonly-libraries
ruki
2024-02-09
Update compiler_support.lua
ruki
2024-02-09
fix libc++.modules.json finding
Arthur LAURENT
2024-02-08
fix find_file for libc++.modules.json when in a subdir
Arthur LAURENT
2024-02-06
fix stdmodule find_file and update test (std module doesn't export
Arthur LAURENT
2024-02-05
fix merge
Arthur LAURENT
2024-02-05
fix missing objectfiles for private modules
Arthur LAURENT
2024-02-05
fix objectfile handling
Arthur LAURENT
2024-02-05
Merge pull request #4695 from Arthapz/fix-libc++.modules.json-finding
ruki
2024-02-04
fix missing build variable declaration
Arthur LAURENT
2024-02-04
fix finding of libc++.modules.json when it is not directly in lib folder
Arthur LAURENT
2024-02-04
make should_build and mark_build public
Arthur LAURENT
2024-02-03
fix unnecessary recompilation of modules
Arthur LAURENT
2024-02-03
fix recompilation of .cpp files
Arthur LAURENT
2024-02-03
Merge pull request #4679 from Arthapz/support-clang-stdmodule
ruki
2024-02-02
add some comments
Arthur LAURENT
2024-02-02
cleanup
Arthur LAURENT
2024-02-02
remove unnecessary path.normalize
Arthur LAURENT
2024-02-02
use find_file instead of os.files
Arthur LAURENT
2024-02-02
Merge pull request #4676 from Arthapz/compinst-msvc
ruki
[next]