An Improved Quake C Compiler
Find a file
2012-12-28 11:43:17 +01:00
distro/arch PKGBUILDs: note myself as contributor. 2012-12-27 20:07:58 +01:00
doc manpage: -floop-labels 2012-12-28 00:21:59 +01:00
msvc Windows stuff for visual studio now offical works with exception to colorized output to cmd (which actually should work). As well as the testsuite which lacks implementations of task_popen/task_pclose. 2012-12-21 06:16:08 -05:00
tests Tests for the previous vector-liferange change 2012-12-24 12:43:16 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c finish parsing of labeled loops; ast support added 2012-12-28 00:04:09 +01:00
ast.h finish parsing of labeled loops; ast support added 2012-12-28 00:04:09 +01:00
AUTHORS Update some info 2012-12-16 23:00:17 +00:00
code.c The very aggressive -Ooverlap-strings 2012-12-25 20:38:05 +01:00
conout.c -fbail-on-werror option 2012-12-27 12:46:36 +01:00
exec.c fix -v option parsing in qcvm 2012-12-26 22:49:50 +01:00
file.c Lies ... damned lies, all lies I tell you ... copy-pasta lies! 2012-12-23 08:17:05 +00:00
ftepp.c Added my awesome MT1997 PRNG, and use it instead of stdio's rand()/srand() .. which are implementation specific .. and simply unsafe (for example one of the compilers at work simply has it's standard library implementation of rand() return 0 always (which is perfectly conformant)). 2012-12-24 01:43:27 +00:00
gmqcc.h Working on getting gmqcc to work when compiled with tcc 2012-12-28 09:30:01 +00:00
gmqcc.ini.example Document ini.example 2012-12-21 04:01:47 +00:00
INSTALL INSTALL: mention ArchLinux PKGBUILDs. 2012-12-26 21:57:26 +01:00
ir.c fix: when there are no additional temps the first one allocated slot's size was counted twice resulting in some additional unused globals 2012-12-27 11:46:08 +01:00
ir.h -Oglobal-temps 2012-12-26 23:18:45 +01:00
lexer.c Uchar -> uchar_t for consistency 2012-12-23 10:34:29 +01:00
lexer.h Whitespace 2012-12-23 09:10:31 +00:00
LICENSE Update some info 2012-12-16 23:00:17 +00:00
main.c Some default options for -std=gmqcc including -floop-labels 2012-12-28 00:21:53 +01:00
Makefile Working on getting gmqcc to work when compiled with tcc 2012-12-28 09:30:01 +00:00
opts.c -fbail-on-werror option 2012-12-27 12:46:36 +01:00
opts.def parsing of loop labels 2012-12-27 23:43:20 +01:00
parser.c finish parsing of labeled loops; ast support added 2012-12-28 00:04:09 +01:00
README Update some info 2012-12-16 23:00:17 +00:00
test.c Whitespace 2012-12-23 09:10:31 +00:00
TODO TODO: fix typos 2012-12-26 19:15:40 +01:00
utf8.c ... This... I'll have to git rewrite-history at some point 2012-12-28 11:43:17 +01:00
util.c The very aggressive -Ooverlap-strings 2012-12-25 20:38:05 +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