summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
AgeCommit message (Expand)Author
2017-05-22cache uid and improve tmpdirruki
2017-05-22make os.nuldev() return os._NULDEV directlyTitanSnow
2017-05-22use euid as tmpdir suffixTitanSnow
2017-05-22add os.uid() and use os.uid() to check if root instead of id -uTitanSnow
2017-05-21fix write nuldev bug as rootruki
2017-05-21fix os.mv to dir bugruki
2017-05-20improve test scriptruki
2017-05-19improve os.tmpdir()ruki
2017-05-17use which to find programruki
2017-05-11cache version inforuki
2017-05-08ensure tmpdir existruki
2017-03-28add sudo interfaceruki
2017-03-27fix io.read and io.write raw lua apiruki
2017-03-27wrap sudoruki
2017-03-15add os.run error inforuki
2017-02-21add dlang languages and tools for macosxruki
2017-02-19optimize os.run speed and fix link bugruki
2017-02-17fix os.match for relative pathruki
2017-02-16fix os.iorun bugruki
2017-02-08improve os.rm and os.rmdirruki
2017-02-08improve os.cpruki
2017-02-08improve match moderuki
2017-02-08translate wildcard pattern for os.run and os.execruki
2017-02-08add os.argvruki
2017-01-08modify License to Apache Licenseruki
2016-09-01fix curdir bug for xmake.luaruki
2016-08-09fix tmpname bugruki
2016-07-31try to format errors and add uuid interfaceruki
2016-07-14modify titleruki
2016-07-14modify os.tmpdirruki
2016-07-13rewrite scheduling for compilingruki
2016-07-10fix the current directory changed when buildingruki
2016-07-10parse includes from cl.exeruki
2016-07-05uses os.exec instead of os.executeruki
2016-07-04add os.execvruki
2016-07-03fix command line length limit for windows when call os.runruki
2016-07-02fix check bug for android on windowsruki
2016-07-01remove empty when cleaningruki
2016-06-22fix path bugruki
2016-05-30impl install actionruki
2016-05-25check object name conflictsruki
2016-05-20fix multi-task build bugruki
2016-05-19fix os.corun redirect logruki
2016-05-19impl multi-jobs for builderruki
2016-05-11add environmentruki
2016-04-27add mingw and windows platformruki
2016-04-13throw os.run errorsruki
2016-03-19add makefile for config actionruki
2016-03-03add storageruki
2016-02-27add raise interfaces for osruki