summaryrefslogtreecommitdiff
path: root/xmake/tools
AgeCommit message (Expand)Author
2017-06-21move tools dir to core.tools and improve tool moduleruki
2017-06-21rename shellname to programruki
2017-06-19impl has_flags and rename detect.xxx to detect.xxxsruki
2017-06-19use find_toolname in tool.luaruki
2017-06-19fix unused args errors for gcc/clangruki
2017-06-19link stdc++ for gcc and clangruki
2017-06-16replace old find compiler scripts and fix string.endswithruki
2017-06-01compile the microsoft resource fileruki
2017-05-29add find lldb, gdb modules and rewrite debuggerruki
2017-05-22fix compile rust error in debug moderuki
2017-05-22fix link error in debug mode for go testsruki
2017-05-18fix try-catch and improve gcc error inforuki
2017-05-18impl find file and pathruki
2017-05-18find chinese error prefix for gccruki
2017-05-16remove old ccache toolsruki
2017-04-17fix tmpfile path bugruki
2017-04-12improve optimization flags for cl compilerruki
2017-04-12fix check android compiler errorruki
2017-04-01fix rpath bug on linuxruki
2017-04-01check rpath for gcc and dmdruki
2017-04-01add rpathdirs apiruki
2017-03-27fix io.read and io.write raw lua apiruki
2017-03-20fix code files mode to 644ruki
2017-03-20fix some bug for vs201x projectruki
2017-03-20optimize vs201x project pluginruki
2017-03-18switch arch and mode config for vs201x projectruki
2017-03-10add -std=c++lz and c++17ruki
2017-03-10fix compile error for rust androidruki
2017-02-26save tool kind for windowsruki
2017-02-26build static library for rustruki
2017-02-25map some rustc flagsruki
2017-02-25rename goflags to gcflagsruki
2017-02-24map some dlang flagsruki
2017-02-23add rust tools and languageruki
2017-02-22improve swfitc toolruki
2017-02-21add kind to swiftcruki
2017-02-21modify flagsruki
2017-02-21add ldc tool for dlangruki
2017-02-21add static library test for dlangruki
2017-02-21impl dmd compile and linkruki
2017-02-21add dlang languages and tools for macosxruki
2017-02-19fix filter compiler errors for windowsruki
2017-02-17support gccgo toolruki
2017-02-17build go project okruki
2017-02-15modify targetfileruki
2017-02-15remove archiverruki
2017-02-15rewrite objectfiles for targetruki
2017-02-14select feature for compilerruki
2017-02-14modify interface for compiling multiple source filesruki
2017-02-13remove some interfaces for go tool and add test for goruki