An Improved Quake C Compiler
Find a file
2012-12-20 16:29:32 +01:00
doc Adding qcvm.1 2012-12-18 16:03:29 +01:00
tests vector initialization tests 2012-12-20 14:12:22 +01:00
.gitattributes
ast.c Turn -fallow-unreachable-code into a -Wunreachable-code 2012-12-20 16:29:32 +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
code.c More jump removal 2012-12-18 14:03:20 +01:00
conout.c WINDOWS 8 USERS ARE IDIOTS, YES YOU SHOULD TAKE THIS PERSONALLY 2012-12-20 15:26:45 +01:00
exec.c sscanf_s only for _MSC_VER not WIN32 in exec.c 2012-12-20 15:46:31 +01:00
ftepp.c
gmqcc.h No more hacks 2012-12-20 10:20:16 +00:00
gmqcc.ini.example
gmqcc.vcxproj
INSTALL
ir.c Temporarily fix noreturn bug by creating an actual dummy return instruction after the call for now 2012-12-20 16:20:08 +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
LICENSE
main.c -g sets opts.g and -debug causes blocks to be labeled 2012-12-20 16:04:10 +01:00
Makefile Fix object dependency: OBJ -> OBJ_D so they all depend on gmqcc.h again properly 2012-12-20 16:28:35 +01:00
opts.c Turn -fallow-unreachable-code into a -Wunreachable-code 2012-12-20 16:29:32 +01:00
opts.def Turn -fallow-unreachable-code into a -Wunreachable-code 2012-12-20 16:29:32 +01:00
parser.c ast_return needs the correct context... 2012-12-20 15:01:19 +01:00
README
test.c More fixes 2012-12-20 08:45:54 +00:00
TODO
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