summaryrefslogtreecommitdiff
path: root/xmake/core/base/os.lua
AgeCommit message (Expand)Author
2017-10-15enable log outputruki
2017-09-26add linux user-agentruki
2017-09-26add user-agentruki
2017-08-27update description and indexruki
2017-08-27optimize os.tmpdirruki
2017-08-25fix os.tmpdir bug in fakerootruki
2017-08-14merge repo and require codesruki
2017-08-01add load compiler and linker apiruki
2017-08-01improve dep compile and linkruki
2017-07-19improve os.cd in coreruki
2017-07-13fix os.cp and os.mvruki
2017-07-12modify compflags and add compargvruki
2017-07-12add os.args and fix command argsruki
2017-07-04fix symbolfile for vs201x pluginruki
2017-06-14improve find_tool and os.execvruki
2017-06-12use brew to improve find_package()ruki
2017-05-24remove xmake variableruki
2017-05-23add os.addenv and improve os.setenvruki
2017-05-23modify some code stylesruki
2017-05-22add module privilege to manage root privilegeTitanSnow
2017-05-22add os.gid()TitanSnow
2017-05-22add setuid feature to os.uidTitanSnow
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