Premake Internals
|
buffered_io.c | Provide buffered io |
buffered_io.h | Provide buffered io |
criteria_matches.c | Determine if this criteria is met by the provided filter terms |
curl_utils.c | Curl utilities for the http library |
curl_utils.h | Curl utilities for the http library |
debug_prompt.c | Display a prompt and enter interactive REPL mode |
http_download.c | HTTP download support using libcurl |
http_get.c | HTTP get request support using libcurl |
http_post.c | HTTP post request support using libcurl |
lua_auxlib.c | Modifications and extensions to Lua's library functions |
lua_shimtable.h | Lua shim for premake binary modules |
os_chdir.c | Change the current working directory |
os_chmod.c | Change file permissions |
os_comparefiles.c | Check if two files are identical |
os_compile.c | Compile lua source |
os_copyfile.c | Copy a file from one location to another |
os_getcwd.c | Retrieve the current working directory |
os_getpass.c | Prompt and retrieve a password from the user |
os_host.c | Get the current host OS we're executing on |
os_is64bit.c | Native code-side checking for a 64-bit architecture |
os_isdir.c | Returns true if the specified directory exists |
os_isfile.c | Returns true if the given file exists on the file system |
os_islink.c | Returns true if the given path is a symbolic link or reparse point |
os_locate.c | Locates files along the standard built-in search paths |
os_match.c | Match files and directories |
os_mkdir.c | Create a subdirectory |
os_pathsearch.c | Locates a file, given a set of search paths |
os_realpath.c | Return the canonical absolute version of a given path |
os_remove.c | Remove a file on Windows |
os_rename.c | Rename a path on Windows |
os_rmdir.c | Remove a subdirectory |
os_stat.c | Retrieve information about a file |
os_touchfile.c | Markes a file as modified without changing its contents |
os_uuid.c | Create a new UUID |
os_writefile_ifnotequal.c | Writes a file only if it differs with its current contents |
path_getabsolute.c | Returns an absolute version of a relative path |
path_getrelative.c | Returns a path relative to another |
path_isabsolute.c | Determines if a path is absolute or relative |
path_isabsolute.h | Determines if a path is absolute or relative |
path_join.c | Join two or more pieces of a file system path |
path_normalize.c | Removes any weirdness from a file system path string |
path_translate.c | Translates between path separators |
path_wildcards.c | Converts from a simple wildcard syntax to the corresponding Lua pattern |
premake.c | Program entry point |
premake.h | Program-wide constants and definitions |
premake_main.c | Program entry point |
string_endswith.c | Determines if a string ends with the given sequence |
string_hash.c | Computes a hash value for a string |
string_startswith.c | Determines if a string starts with the given sequence |
term_textColor.c | Change the foreground color of the terminal output |