An Improved Quake C Compiler
Find a file
Wolfgang (Blub) Bumiller 8acfd87039 remember this for later
2012-12-05 15:14:21 +01:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests noref -compile testcase 2012-12-04 12:50:38 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c ast_block_add_expr now lets the block fully adopt the type of the added expression 2012-12-05 12:57:00 +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 Test write access by adding an AUTHORS file 2012-04-24 18:47:09 +02:00
code.c added __STD_VERSION_[MINOR/MAJOR]__, and vec_upload 2012-12-02 04:30:46 +00:00
con.c -Werror now changes the word 'warning' into 'error' 2012-12-04 12:54:53 +01:00
exec.c More stuff in qcvm -printfuns 2012-12-05 14:22:24 +01:00
ftepp.c ftepp_preprocess_string uses strlen - push nul-byte to verminor and vermajor 2012-12-03 20:23:40 +01:00
gmqcc.h Parsing the 'noref' keyword; this also gets rid of some code duplication 2012-12-04 12:17:43 +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 remember this for later 2012-12-05 15:14:21 +01:00
ir.h prepare fields before generating globals so we avoid the need for relocating initialized fieldpointers 2012-11-30 21:22:48 +01:00
lexer.c -Werror now changes the word 'warning' into 'error' 2012-12-04 12:54:53 +01:00
lexer.h Fix ternary operator entry for -std=gmqcc 2012-12-02 11:56:20 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c -g now turns on -flno 2012-12-02 23:52:38 +00:00
Makefile Hide execution call to testsuite with @ in Makefile 2012-12-02 23:58:13 +00:00
opts.def Removed -fomit-null-bytes 2012-12-01 21:19:33 +01:00
parser.c ast_block_add_expr now lets the block fully adopt the type of the added expression 2012-12-05 12:57:00 +01:00
README Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
test.c Fix testsuite for -compile cases 2012-12-04 11:56:20 +00:00
util.c Remove trailing whitespace for Blub. 2012-11-26 11:12:06 +00:00

The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.