An Improved Quake C Compiler
Find a file
2012-12-23 16:31:21 +01:00
doc manpage: -futf8 2012-12-23 10:23:42 +01:00
msvc
tests utf8 tests 2012-12-23 10:23:42 +01:00
.gitattributes
ast.c ir_function now has a flags field - flags are: IR_FLAG_HAS_{ARRAYS,UNINITIALIZED,GOTO} 2012-12-23 16:21:38 +01:00
ast.h
AUTHORS
code.c
conout.c
exec.c
file.c Lies ... damned lies, all lies I tell you ... copy-pasta lies! 2012-12-23 08:17:05 +00:00
ftepp.c
gmqcc.h Uchar -> uchar_t for consistency 2012-12-23 10:34:29 +01:00
gmqcc.ini.example
INSTALL
ir.c remember the maximum amount of required function-locals 2012-12-23 16:31:01 +01:00
ir.h remember the maximum amount of required function-locals 2012-12-23 16:31:01 +01:00
lexer.c Uchar -> uchar_t for consistency 2012-12-23 10:34:29 +01:00
lexer.h Whitespace 2012-12-23 09:10:31 +00:00
LICENSE
main.c
Makefile utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P 2012-12-23 10:44:03 +01:00
opts.c
opts.def Add -Ooverlap-locals to -O3 2012-12-23 16:31:21 +01:00
parser.c Whitespace 2012-12-23 09:10:31 +00:00
README
test.c Whitespace 2012-12-23 09:10:31 +00:00
TODO
utf8.c utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P 2012-12-23 10:44:03 +01:00
util.c util_swa_* + GMQCC_INLINE 2012-12-23 13:11:20 +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