An Improved Quake C Compiler
Find a file
2015-01-13 21:29:09 -05:00
doc Remove all the support stuff 2015-01-13 21:26:44 -05:00
misc Remove msvc project files and misc stuff 2015-01-13 21:28:26 -05:00
tests split-vectors test 2014-10-18 13:51:25 +02:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
.gitignore .gitignore: add binarys 2013-05-05 12:53:58 +02:00
.travis.yml Update travis file 2015-01-13 20:30:28 -05:00
ast.c Update license headers 2015-01-09 14:53:35 -05:00
ast.h Update license headers 2015-01-09 14:53:35 -05:00
AUTHORS s/brian/brain/ ;) 2013-11-30 12:31:21 +04:00
code.c Major cleanup of platform/fs stuff 2015-01-13 21:18:47 -05:00
conout.c Major cleanup of platform/fs stuff 2015-01-13 21:18:47 -05:00
exec.c Major cleanup of platform/fs stuff 2015-01-13 21:18:47 -05:00
fold.c Update license headers 2015-01-09 14:53:35 -05:00
ftepp.c Major cleanup of platform/fs stuff 2015-01-13 21:18:47 -05:00
gmqcc.h Remove fs.c ansi.c and PORTING guide 2015-01-13 21:25:17 -05:00
gmqcc.ini.example manpage/init: -fsplit-vector-parameters description 2014-10-18 14:39:14 +02:00
intrin.c Update license headers 2015-01-09 14:53:35 -05:00
ir.c Update license headers 2015-01-09 14:53:35 -05:00
ir.h Update license headers 2015-01-09 14:53:35 -05:00
lexer.c Major cleanup of platform/fs stuff 2015-01-13 21:18:47 -05:00
lexer.h Major cleanup of platform/fs stuff 2015-01-13 21:18:47 -05:00
LICENSE Update license headers 2015-01-09 14:53:35 -05:00
main.c Remove fs.c ansi.c and PORTING guide 2015-01-13 21:25:17 -05:00
Makefile Remove hash.c 2015-01-13 21:27:36 -05:00
opts.c Remove fs.c ansi.c and PORTING guide 2015-01-13 21:25:17 -05:00
opts.def Remove spelling corrector 2015-01-13 19:48:57 -05:00
parser.c Remove spelling corrector 2015-01-13 19:48:57 -05:00
parser.h Remove spelling corrector 2015-01-13 19:48:57 -05:00
README Update README 2013-10-11 08:14:37 -04:00
stat.c Remove stat_info calls 2015-01-13 20:25:44 -05:00
test.c Remove fs.c ansi.c and PORTING guide 2015-01-13 21:25:17 -05:00
utf8.c Update license headers 2015-01-09 14:53:35 -05:00
util.c Remove hash.c 2015-01-13 21:27:36 -05: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 a list of changes:   see the CHANGES file.

For documentation:
    See the manpages, or visit the documentation online at
    http://graphitemaster.github.com/gmqcc/doc.html

For syntax highlighting description files, or information
regarding how to install them:
    See the README in syntax directory

For description on porting GMQCC to other platforms, or information
on how to approach porting GMQCC to more 'exotic' platforms:
    See the PORTING file.