An Improved Quake C Compiler
Find a file
2013-01-07 12:58:56 +01:00
distro/arch
doc manpage: bring the list of included -f and -W flags for each described -std up to date 2013-01-06 20:50:18 +01:00
msvc
tests Implemented computed goto + added goto test for testsuite (tests both normal and computed goto statements). 2013-01-02 21:32:57 +00:00
.gitattributes
.gitignore
.travis.yml
ast.c
ast.h
AUTHORS
code.c make the LNOF header compiler friendlier 2013-01-06 16:40:38 +01:00
conout.c
correct.c
exec.c fixup qcvm parameter handling, now progs.dat can be specified anywhere not just at the end 2013-01-06 16:37:02 +01:00
file.c
ftepp.c __STD_QCCX__ on -std=qccx - I have no idea about what qccx does/can do but at least now -fftepp includes the macros... 2013-01-06 20:52:12 +01:00
gmqcc.h
gmqcc.ini.example
INSTALL
ir.c Guard 2 peephole optimizations which should only work on the currently-last instruction by a check if it's actually really at the end... 2013-01-07 00:22:54 +01:00
ir.h
lexer.c
lexer.h
LICENSE
main.c Adding -ftranslatable-strings to -std=gmqcc 2013-01-06 20:49:57 +01:00
Makefile Guard 2 peephole optimizations which should only work on the currently-last instruction by a check if it's actually really at the end... 2013-01-07 00:22:54 +01:00
opts.c
opts.def moving -Olocal-temps to -O4 until the issues are solved 2013-01-07 12:58:56 +01:00
parser.c Fix some possible NULL access in an error case 2013-01-07 00:22:16 +01:00
README
splint.sh
test.c
TODO
utf8.c
util.c

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