An Improved Quake C Compiler
Find a file
2012-12-18 12:47:48 +01:00
doc -fsingle-vector-defs to disable _x,_y,_z generation 2012-12-18 12:47:48 +01:00
tests
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c Cleanups of compiler option configuration. Added ini/cfg parser system as well. 2012-12-18 04:57:17 +00:00
ast.h
AUTHORS
code.c Don't generate AINSTR_END anymore, use INSTR_DONE 2012-12-18 11:46:26 +01:00
con.c messages caused by -Warnings now show the -W flag 2012-12-17 18:36:27 +01:00
exec.c qcvm -pringdefs now prints [SAVE] next to globals with DEF_SAVEFLAG set 2012-12-18 12:41:29 +01:00
ftepp.c
gmqcc.h Allow setting configuration file via commandline 2012-12-18 05:22:23 +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
INSTALL
ir.c -fsingle-vector-defs to disable _x,_y,_z generation 2012-12-18 12:47:48 +01:00
ir.h
lexer.c
lexer.h
LICENSE
main.c Allow setting configuration file via commandline 2012-12-18 05:22:23 +00:00
Makefile Cleanups of compiler option configuration. Added ini/cfg parser system as well. 2012-12-18 04:57:17 +00:00
opts.c Allow setting configuration file via commandline 2012-12-18 05:22:23 +00:00
opts.def -fsingle-vector-defs to disable _x,_y,_z generation 2012-12-18 12:47:48 +01:00
parser.c
README
test.c cmd_options -> opts_cmd_t to make testsuite and executor compile again 2012-12-18 11:46:15 +01:00
TODO
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