summaryrefslogtreecommitdiff
path: root/xmake/core/tool/compiler.lua
AgeCommit message (Expand)Author
2017-09-30inherit some configsruki
2017-08-27update description and indexruki
2017-08-10improve add_files and compile speedruki
2017-08-01improve dep compile and linkruki
2017-07-14fix has_flags when generating vs201x projectruki
2017-07-13improve flags for linker and compilerruki
2017-07-12modify compflags and add compargvruki
2017-07-12add os.args and fix command argsruki
2017-07-11remove unique for flagsruki
2017-07-11rename has_flag to has_flagsruki
2017-07-10add has_features and features for compilerruki
2017-06-27improve has_cxsnippet and add linksruki
2017-06-26modify compiler and linker argsruki
2017-06-21move tools dir to core.tools and improve tool moduleruki
2017-04-01find the project directory automaticallyruki
2017-04-01Fix only position independent executables issue for android programruki
2017-03-14fix cxflags bugruki
2017-02-26build static library for rustruki
2017-02-17build go project okruki
2017-02-15remove archiverruki
2017-02-15rewrite objectfiles for targetruki
2017-02-14modify interface for compiling multiple source filesruki
2017-02-07move some linker interfaces to builderruki
2017-02-06modify linker scriptruki
2017-02-04add builder to toolruki
2017-01-26rewrite named flags for compilerruki
2017-01-23remove compiler._kindruki
2017-01-22move sourcekind of file to languageruki
2017-01-08modify License to Apache Licenseruki
2017-01-06add golangruki
2016-11-07add configure argumentsruki
2016-10-20fix options order for linkingruki
2016-09-16modify vs201x filtersruki
2016-09-16add filters for vs201x project.enorof
2016-08-09fix flags bug for vcprojruki
2016-08-08add compflags and linkflags interfacesruki
2016-08-01support *.cxx for c++ filesruki
2016-07-26fix flags checker bugruki
2016-07-24enable pdb for windowsruki
2016-07-24add some flag interfaces for compilersruki
2016-07-14add colors for verbose inforuki
2016-07-14modify titleruki
2016-07-10parse includes from cl.exeruki
2016-07-10check include dependenceruki
2016-07-09add archiver and extractorruki
2016-07-09fix install directory and modify compiler and linker interfacesruki
2016-07-03fix check ar failed for windowsruki
2016-05-05fix config bugruki
2016-04-23add iphoneos platformruki
2016-04-19reimpl check toolruki