summaryrefslogtreecommitdiff
path: root/xmake/core/base/interpreter.lua
AgeCommit message (Expand)Author
2017-08-08add table.appendruki
2017-07-27add set_config_header instead of set_config_h and set_config_h_prefixruki
2017-07-19export compile_commands.json for clang toolsruki
2017-07-17add includes api instead of add_subdirs and add_subfilesruki
2017-06-16replace old find compiler scripts and fix string.endswithruki
2017-06-06cache import modulesruki
2017-05-26improve match pattern for xxx_scriptruki
2017-05-26improve xxx_script to support pattern matchruki
2017-05-25improve interpreterruki
2017-05-25fix interpreter bug when parsing multi-level subdirsruki
2017-05-16improve import interfaces and add user externsion modulesruki
2017-04-28fix interpreter bug for loading root apiruki
2017-04-17use independent sub-scope to avoid dirty scope in add_subdirsruki
2017-03-15modify vs201x project pluginruki
2017-02-28add scope_end apiruki
2017-02-25rename goflags to gcflagsruki
2017-02-07add set_xmakever and check minimum versionruki
2017-01-20add dictionary for interpreterruki
2017-01-10add set_moduleruki
2017-01-08modify License to Apache Licenseruki
2017-01-06define custom apiruki
2017-01-06define apis for all scopes againruki
2017-01-06add api define for interpreterruki
2016-11-15add dictionary syntax styleruki
2016-09-16add scriptdir for scope and targetruki
2016-09-01fix script directory interfaceruki
2016-09-01fix add_subpathes path issuesruki
2016-09-01fix curdir bug for xmake.luaruki
2016-08-31modify interpreter builtin-modulesruki
2016-08-01add getenv interfaceruki
2016-07-14modify titleruki
2016-07-13print colorsruki
2016-06-22fix add_subdirs scope bugruki
2016-05-28load tasks from projectruki
2016-05-27fix deprecated api bugruki
2016-05-27dispatch the old api for projectruki
2016-05-27modify interpreter interfacesruki
2016-05-05fix enter subdirs scope error bugruki
2016-05-04impl on cleanruki
2016-05-03fix empty scope bugruki
2016-05-03fix find tool bugruki
2016-04-11add new tool moduleruki
2016-04-06re-config it if host changedruki
2016-03-26modify self interfacesruki
2016-03-18remove install and package from platformruki
2016-03-18rename utils.wrap and uniqueruki
2016-03-03register scope for storageruki
2016-03-03move sandbox filesruki
2016-03-01import module with sandbox for tasksruki
2016-02-27add raise interfaces for osruki