An Improved Quake C Compiler
Find a file
2012-12-27 14:48:52 +01:00
distro/arch bumping arch/release PKGBUILD to 0.2.2 2012-12-27 14:48:52 +01:00
doc manpage: -fbail-on-werror 2012-12-27 12:48:36 +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 -Oglobal-temps 2012-12-26 23:18:45 +01:00
ast.h Added the 'static' keyword. 2012-12-24 11:30:58 +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 -fbail-on-werror option 2012-12-27 12:46:36 +01: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 -q, --quiet option 2012-12-24 10:53:51 +01:00
Makefile adding -fno-strict-aliasing 2012-12-26 19:58:53 +01:00
opts.c -fbail-on-werror option 2012-12-27 12:46:36 +01:00
opts.def -fbail-on-werror option 2012-12-27 12:46:36 +01:00
parser.c Another bool->int fix; now clang-compiled gmqcc actually works... 2012-12-27 14:33:58 +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 utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P 2012-12-23 10:44:03 +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