This repository has been archived on 2022-12-23. You can view files and clone it, but cannot push or open issues or pull requests.
fuck-premake-old2/src/host
2018-07-18 16:37:19 +02:00
..
buffered_io.c Fixed various issues with compiling with VS2012 2017-04-25 02:06:34 +10:00
buffered_io.h make buffered_io available for c code too. 2017-02-09 10:47:03 -08:00
criteria_matches.c fix a few compiler warnings. 2018-04-21 12:21:47 +02:00
curl_utils.c Add lua error handling to curlProgressCallback (#875) 2017-08-28 08:31:50 -07:00
curl_utils.h Refactor curl code a bit, to be more in line with all the other code. (#716) 2017-03-26 10:25:44 -07:00
debug_prompt.c Move lua into 'contrib' folder, and build as any other 3rd party lib. 2016-02-25 15:39:49 -08:00
http_download.c Refactor curl code a bit, to be more in line with all the other code. (#716) 2017-03-26 10:25:44 -07:00
http_get.c Refactor curl code a bit, to be more in line with all the other code. (#716) 2017-03-26 10:25:44 -07:00
http_post.c Refactor curl code a bit, to be more in line with all the other code. (#716) 2017-03-26 10:25:44 -07:00
lua_auxlib.c Update lua_auxlib.c 2017-08-18 10:49:37 -07:00
lua_shimtable.h Proof of concept for binary modules. 2017-07-04 19:19:23 -07:00
os_chdir.c Fixed various issues with compiling with VS2012 2017-04-25 02:06:34 +10:00
os_chmod.c Fix a bunch of compile warnings. (#691) 2017-02-10 09:03:26 -08:00
os_comparefiles.c os.comparefiles: return nil + error message if any of the file couldn't be opened 2017-05-18 21:34:23 +02:00
os_compile.c Xcode Fixes 2018-05-31 21:00:15 -07:00
os_copyfile.c Added extra information for Windows platform when copyfile fails. 2017-10-18 22:32:01 +01:00
os_getcwd.c Resolve a few compiler warnings. 2017-06-20 15:19:48 -07:00
os_getpass.c Fix a bunch of compile warnings. (#691) 2017-02-10 09:03:26 -08:00
os_getversion.c Fixed various issues with compiling with VS2012 2017-04-25 02:06:34 +10:00
os_getWindowsRegistry.c rename os_getreg to os_getWindowsRegistry 2017-01-30 09:29:01 -08:00
os_host.c current -> host. 2017-04-24 13:01:31 -07:00
os_is64bit.c Removing the execute bit on these source files, no line changes of any kind, though. 2014-02-05 00:43:21 +00:00
os_isdir.c Rework unicode encoding/decoding (Windows) 2017-04-04 09:03:29 +02:00
os_isfile.c Fixed various issues with compiling with VS2012 2017-04-25 02:06:34 +10:00
os_islink.c Cleaned up inconsistencies in whitespace 2017-04-26 03:40:43 +10:00
os_locate.c Add support of unicode to all file operations 2017-04-02 16:57:50 +02:00
os_match.c Fixed various issues with compiling with VS2012 2017-04-25 02:06:34 +10:00
os_mkdir.c Fix a bunch of compile warnings. (#691) 2017-02-10 09:03:26 -08:00
os_pathsearch.c Add support of unicode to all file operations 2017-04-02 16:57:50 +02:00
os_realpath.c Add os.realpath() to resolve symbolic links on Posix systems 2014-05-23 18:37:15 -04:00
os_remove.c Override existing file functions with unicode ones on Windows 2017-05-14 15:25:21 +02:00
os_rename.c Override existing file functions with unicode ones on Windows 2017-05-14 15:25:21 +02:00
os_rmdir.c Rework unicode encoding/decoding (Windows) 2017-04-04 09:03:29 +02:00
os_stat.c Make os.stat unicode-aware 2017-05-18 20:30:53 +02:00
os_touchfile.c Make it support UTF-8 strings, like all other methods. 2017-06-20 09:57:20 -07:00
os_uuid.c Possible solution 2 for issue #223 2014-02-05 03:30:26 +00:00
os_writefile_ifnotequal.c Define TRUE/FALSE if not already defined. 2017-06-19 12:11:49 -07:00
path_getabsolute.c Support server paths in various path functions 2018-07-17 23:41:14 +02:00
path_getrelative.c Support server paths in various path functions 2018-07-17 23:41:14 +02:00
path_isabsolute.c code style fixes for review of deferred join 2017-10-04 09:53:00 -07:00
path_isabsolute.h code style fixes for review of deferred join 2017-10-04 09:53:00 -07:00
path_join.c code style fixes for review of deferred join 2017-10-04 09:53:00 -07:00
path_normalize.c Support server paths in various path functions 2018-07-17 23:41:14 +02:00
path_translate.c call "path.getDefaultSeparator" allowing it to be overridden. 2017-08-07 17:51:15 -07:00
path_wildcards.c lua_error is a noreturn function. 2017-10-12 16:11:06 -07:00
premake_main.c Don't use deprecated LUA API's 2015-09-02 14:01:10 -07:00
premake.c Merge pull request #1070 from lanurmi/fix-openbsd-depends-on-1068 2018-04-27 00:12:52 +10:00
premake.h [core] path:join can now be deferred for those paths that execute lua 2017-10-04 09:53:00 -07:00
string_endswith.c fix a few compiler warnings. 2018-04-21 12:21:47 +02:00
string_hash.c Resolve a few compiler warnings. 2017-06-20 15:19:48 -07:00
string_sha1.c add string.sha1 function 2015-03-31 11:48:49 -07:00
string_startswith.c fix a few compiler warnings. 2018-04-21 12:21:47 +02:00
term_textColor.c cache results of shouldUseColors() 2018-05-08 12:35:24 +02:00
zip_extract.c Xcode Fixes 2018-05-31 21:00:15 -07:00