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
/
tools
/
gcc.lua
Age
Commit message (
Expand
)
Author
2017-06-21
move tools dir to core.tools and improve tool module
ruki
2017-06-21
rename shellname to program
ruki
2017-06-19
impl has_flags and rename detect.xxx to detect.xxxs
ruki
2017-06-19
fix unused args errors for gcc/clang
ruki
2017-06-19
link stdc++ for gcc and clang
ruki
2017-05-18
fix try-catch and improve gcc error info
ruki
2017-05-18
impl find file and path
ruki
2017-05-18
find chinese error prefix for gcc
ruki
2017-05-16
remove old ccache tools
ruki
2017-04-12
fix check android compiler error
ruki
2017-04-01
fix rpath bug on linux
ruki
2017-04-01
check rpath for gcc and dmd
ruki
2017-04-01
add rpathdirs api
ruki
2017-03-27
fix io.read and io.write raw lua api
ruki
2017-03-20
fix code files mode to 644
ruki
2017-03-10
add -std=c++lz and c++17
ruki
2017-02-26
build static library for rust
ruki
2017-02-17
build go project ok
ruki
2017-02-15
rewrite objectfiles for target
ruki
2017-02-14
select feature for compiler
ruki
2017-02-14
modify interface for compiling multiple source files
ruki
2017-02-09
add add_frameworks api
ruki
2017-02-06
modify linker script
ruki
2017-01-26
rewrite named flags for compiler
ruki
2017-01-08
modify License to Apache License
ruki
2017-01-06
adjust warning strategy
ruki
2016-12-14
improve gcc error and warning tips
ruki
2016-07-24
enable pdb for windows
ruki
2016-07-24
add some flag interfaces for compilers
ruki
2016-07-14
ignore as codes for checking includes
ruki
2016-07-14
modify title
ruki
2016-07-12
fix gcc check bug
ruki
2016-07-12
fix check flags bug
ruki
2016-07-12
fix and optimizate to compile issues for cl.exe
ruki
2016-07-11
fix parse includes for gcc
ruki
2016-07-11
optimizate to generate includes
ruki
2016-07-10
fix parse include files pattern
ruki
2016-07-10
parse includes from cl.exe
ruki
2016-07-10
check include dependence
ruki
2016-07-09
add archiver and extractor
ruki
2016-07-09
fix install directory and modify compiler and linker interfaces
ruki
2016-06-23
support -std=c++11 for clang
ruki
2016-06-23
fix checker for the gcc flags: --coverage
ruki
2016-05-11
add environment
ruki
2016-04-19
reimpl check tool
ruki
2016-04-11
add new tool module
ruki
2016-04-09
remove instace:interfaces for cache module
ruki