An Improved Quake C Compiler
Find a file
2012-12-17 18:22:33 +01:00
doc Adding -Wunknown-pragmas to the manpage 2012-12-17 17:18:19 +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 Fixed a bug in the generation of default switch cases: they can now fall through correctly 2012-12-17 17:01:07 +01: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 Moving all the global opts_ variables into a struct, now there's one global 'opts' struct 2012-12-06 13:23:53 +01:00
con.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
exec.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
ftepp.c Fixes, but still crashes because ... I have no clue, there is no reason for this to crash. 2012-12-17 15:39:22 +00:00
gmqcc.h 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
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 Another peephole optimization 2012-12-06 22:10:31 +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 -Wunknown-pragmas 2012-12-17 16:14:43 +00:00
Makefile Revert "Not defining GMQCC_VERSION_ in gmqcc.h but checking if they're defiend and #error if not - they're set in the Makefile - please fix windows builds" 2012-12-17 16:46:03 +01:00
opts.def Added -Wunknown-pragmas 2012-12-17 16:14:43 +00:00
parser.c Added -Wunknown-pragmas 2012-12-17 16:14:43 +00:00
README Update some info 2012-12-16 23:00:17 +00:00
test.c Fix testsuite. Also added an additional test to the ternary stuff 2012-12-16 22:07:33 +00: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