An Improved Quake C Compiler
Find a file
2012-12-20 14:06:25 +01:00
doc Adding qcvm.1 2012-12-18 16:03:29 +01:00
tests Added tests for 'noreturn' 2012-12-20 12:00:39 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c ast_call now passes AST_FLAG_NORETURN on to the IR 2012-12-19 20:47:01 +01:00
ast.h removing ast_expression_common.variadic, adding ast_expression_common.flags, added AST_FLAG_VARIADIC and AST_FLAG_NORETURN 2012-12-19 20:45:48 +01:00
AUTHORS Update some info 2012-12-16 23:00:17 +00:00
code.c More jump removal 2012-12-18 14:03:20 +01:00
con.c No more hacks 2012-12-20 10:20:16 +00:00
exec.c Improved parameter handling of qcvm a little, added --version and --help 2012-12-18 15:46:26 +01:00
ftepp.c ftepp_warn to use vcompile_warning 2012-12-17 18:24:16 +01:00
gmqcc.h No more hacks 2012-12-20 10:20:16 +00:00
gmqcc.ini.example Renaming gmqcc.init since it's used by default if it exists and it makes the testsuite fail 2012-12-18 11:48:03 +01:00
gmqcc.vcxproj gmqcc now builds on visual studio 2012-08-14 19:06:53 -04:00
INSTALL Checking in an INSTALL file 2012-11-18 18:54:10 +01:00
ir.c making the uninitialized-var on vector warning now check all members; ir_value_vector_member now also appends _x,_y,_z since they're used in the used-unintialized message 2012-12-20 14:06:25 +01:00
ir.h VINSTR_NRCALL, translated like any other call for now; to be used to mark a call which never returns, ie the error builtin 2012-12-19 20:38:32 +01:00
lexer.c One last fix for mankind 2012-12-20 09:01:01 +00:00
lexer.h Fix ternary operator entry for -std=gmqcc 2012-12-02 11:56:20 +01:00
LICENSE Update some info 2012-12-16 23:00:17 +00:00
main.c fix wrong --version string 2012-12-18 15:44:26 +01:00
Makefile No more hacks 2012-12-20 10:20:16 +00:00
opts.c Allow setting configuration file via commandline 2012-12-18 05:22:23 +00:00
opts.def Revert "Fix FTFBS stuff" 2012-12-19 22:15:38 +01:00
parser.c Revert "Fix FTFBS stuff" 2012-12-19 22:15:38 +01:00
README Update some info 2012-12-16 23:00:17 +00:00
test.c More fixes 2012-12-20 08:45:54 +00:00
TODO Fix some typos 2012-12-16 22:52:17 +00:00
util.c Remove the suffix entirely 2012-12-20 13:44:53 +01:00

GMQCC: An improved Quake C compiler

For licensing:          see the LICENSE file.
For installation notes: see the INSTALL file.
For a list of authors:  see the AUTHORS file.

For documentation:
    See the manpages, or visit the documentation online at
    http://graphitemaster.github.com/gmqcc/doc.html