An Improved Quake C Compiler
Find a file
2012-12-23 12:22:27 +01:00
doc manpage: -futf8 2012-12-23 10:23:42 +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 utf8 tests 2012-12-23 10:23:42 +01:00
.gitattributes
ast.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
ast.h Fix: ast_value.cvq must be an int, not a bool; 2012-12-22 12:30:20 +01:00
AUTHORS
code.c Wrapper around FILE to take advantage of MSVC "secure" CRT. We don't actually defend bounds checks (we just hack in the few ones to silent MSVC .. and to pass WinRT "native code" rules) 2012-12-23 06:05:22 +00:00
conout.c Actually fix the segfault this time 2012-12-23 08:08:05 +00:00
exec.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
file.c Lies ... damned lies, all lies I tell you ... copy-pasta lies! 2012-12-23 08:17:05 +00:00
ftepp.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
gmqcc.h Uchar -> uchar_t for consistency 2012-12-23 10:34:29 +01:00
gmqcc.ini.example Document ini.example 2012-12-21 04:01:47 +00:00
INSTALL
ir.c Don't generate defs for locals or parameters unless using -g 2012-12-23 12:22:27 +01:00
ir.h
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
main.c Actually fix the segfault this time 2012-12-23 08:08:05 +00:00
Makefile utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P 2012-12-23 10:44:03 +01:00
opts.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
opts.def -futf8 implementation 2012-12-23 10:23:42 +01:00
parser.c Whitespace 2012-12-23 09:10:31 +00:00
README
test.c Whitespace 2012-12-23 09:10:31 +00:00
TODO
utf8.c utf8lib.c -> utf8.c - I hope windows 8 allows this filename :P 2012-12-23 10:44:03 +01:00
util.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00: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