An Improved Quake C Compiler
Find a file
2012-11-25 23:51:39 +01:00
doc Some man page changes 2012-11-15 03:53:31 +00:00
tests Fix the testsuite to properly error on failed loads 2012-11-25 21:12:26 +00:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c ast_breakcont_codegen: error when a target is missing instead of segfaulting trying to access it anyway 2012-11-25 23:51:39 +01:00
ast.h parsing goto 2012-11-25 21:53:14 +01:00
AUTHORS Test write access by adding an AUTHORS file 2012-04-24 18:47:09 +02:00
code.c Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
con.c Make it compile with -Wall and -pedantic 2012-11-23 02:23:22 +00:00
exec.c Sign conversion fixes in exec.c 2012-11-23 06:23:20 +00:00
ftepp.c linecounting... 2012-11-25 18:02:54 +01:00
gmqcc.h Revert "Fix type punning warnings" 2012-11-25 14:05:10 +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 ir_function_create_block now takes a lex_ctx instead of copying from the function; ast_ternary: need to remember the _end_ block of the 2 expressions because that's where the jump is actually supposed to be 2012-11-25 23:48:29 +01:00
ir.h ir_function_create_block now takes a lex_ctx instead of copying from the function; ast_ternary: need to remember the _end_ block of the 2 expressions because that's where the jump is actually supposed to be 2012-11-25 23:48:29 +01:00
lexer.c fix a lexer error which parsed !! as one operator 2012-11-25 23:24:39 +01:00
lexer.h Some side-effect propagation for better warnings, so that comma-operators with assignments in them don't cause the -Weffectless-statement warning, and fixing ternary precedence for fte operator list 2012-11-25 19:19:36 +01:00
LICENSE Importing LICENSE file 2012-11-18 19:14:06 +01:00
main.c introducing -fassign-function-types, previously guarded by std==qcc this is now the flag to cause a warning (-Wassign-function-types) instead of an error when assigning functions of wrong types 2012-11-25 23:27:48 +01:00
Makefile ast_binstore_codegen initialize left ir value to null for output left side used for lvalue to prevent clang from warning. Also fixed uninitialized bug in hashtable implementation 2012-11-23 06:26:19 +00:00
opts.def introducing -fassign-function-types, previously guarded by std==qcc this is now the flag to cause a warning (-Wassign-function-types) instead of an error when assigning functions of wrong types 2012-11-25 23:27:48 +01:00
parser.c Don't add redeclared globals a second time 2012-11-25 23:35:31 +01:00
README Add respective license headers + some cleanups 2012-11-24 21:22:35 +00:00
test.c Fix the testsuite to properly error on failed loads 2012-11-25 21:12:26 +00:00
util.c fixing a leak in the hashtables, htdel didn't delete the hash_node_t entries 2012-11-25 15:12:16 +01:00

The gmqcc Quake C Compiler

For licensing, see the LICENSE file.

For installation notes, see the INSTALL file.