An Improved Quake C Compiler
Find a file
2012-12-18 15:30:59 +01:00
doc BUGS, SEE ALSO and AUTHOR sections in the manpage 2012-12-18 15:30:59 +01:00
tests Fix testsuite. Also added an additional test to the ternary stuff 2012-12-16 22:07:33 +00:00
.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 ast_block_add_expr now lets the block fully adopt the type of the added expression 2012-12-05 12:57:00 +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 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 ftepp_warn to use vcompile_warning 2012-12-17 18:24:16 +01:00
gmqcc.h More jump removal 2012-12-18 14:03:20 +01: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 More jump removal 2012-12-18 14:03:20 +01:00
ir.h -Ominor -> -Opeephole; added -Olocaltemps flag; using a less space-wasting temp-allocation in general 2012-12-06 13:08:46 +01:00
lexer.c vcompile_error, vcompile_warning; fixed: removed opts_ globals from con.c; made the lexer use vcompile_warning 2012-12-17 18:22:33 +01: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 Added -config to usage and manpage, added a CONFIG section in the manpage describing the ini file format, and added a short example to it 2012-12-18 15:26:41 +01: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 parsewarning and genwarning to use vcompile_warning 2012-12-17 18:26:26 +01:00
README Update some info 2012-12-16 23:00:17 +00:00
test.c cmd_options -> opts_cmd_t to make testsuite and executor compile again 2012-12-18 11:46:15 +01:00
TODO Fix some typos 2012-12-16 22:52:17 +00:00
util.c Moving all the global opts_ variables into a struct, now there's one global 'opts' struct 2012-12-06 13:23: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