An Improved Quake C Compiler
Find a file
2015-01-13 20:25:01 -05:00
distro Eliminate debug log 2014-04-05 05:16:36 -04:00
doc manpage/init: -fsplit-vector-parameters description 2014-10-18 14:39:14 +02:00
misc who let the cat out? 2013-10-11 15:53:59 +02:00
msvc Make it compile in visual studio again, without warnings. 2013-08-16 09:03:36 +00:00
syntax Add jedit syntax highlighting support, thanks to LordHavoc (made some changes to reflect gmqcc syntax more) 2013-04-21 08:13:39 +00: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.yml 2013-09-22 08:43:47 -04:00
ansi.c Update license headers 2015-01-09 14:53:35 -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
CHANGES Update changes 2013-10-17 03:44:33 -04:00
code.c Update license headers 2015-01-09 14:53:35 -05:00
conout.c Update license headers 2015-01-09 14:53:35 -05:00
exec.c Update license headers 2015-01-09 14:53:35 -05:00
fold.c Update license headers 2015-01-09 14:53:35 -05:00
fs.c Update license headers 2015-01-09 14:53:35 -05:00
ftepp.c Update license headers 2015-01-09 14:53:35 -05:00
gmqcc.h Remove memory tracker 2015-01-13 20:25:01 -05:00
gmqcc.ini.example manpage/init: -fsplit-vector-parameters description 2014-10-18 14:39:14 +02:00
hash.c Simpler hash function 2015-01-13 20:10:44 -05:00
INSTALL Fedora spec files (0.2.9 and 0.3.0) + INSTALL documentation, thanks Igor Gnatenko. 2013-07-27 16:33:33 +00: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 Update license headers 2015-01-09 14:53:35 -05:00
lexer.h Update license headers 2015-01-09 14:53:35 -05:00
LICENSE Update license headers 2015-01-09 14:53:35 -05:00
main.c Remove spelling corrector 2015-01-13 19:48:57 -05:00
Makefile Remove MSVC support code. Simplified makefile 2015-01-13 20:07:17 -05:00
opts.c Remove spelling corrector 2015-01-13 19:48:57 -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
platform.h Update license headers 2015-01-09 14:53:35 -05:00
PORTING Add a porting guide 2013-10-11 04:55:26 -04:00
README Update README 2013-10-11 08:14:37 -04:00
stat.c Remove memory tracker 2015-01-13 20:25:01 -05:00
test.c Update license headers 2015-01-09 14:53:35 -05:00
TODO Cull back on the TODO 2013-11-23 08:02:56 -05:00
utf8.c Update license headers 2015-01-09 14:53:35 -05:00
util.c Update license headers 2015-01-09 14:53:35 -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.