An Improved Quake C Compiler
Find a file
2013-10-14 22:40:36 -04:00
distro Fix windows builds, add strip target for makefiles, update distro build makefiles to use it for release builds. 2013-10-11 09:51:08 -04:00
doc
misc who let the cat out? 2013-10-11 15:53:59 +02:00
msvc
syntax
tests
.gitattributes
.gitignore
.travis.yml
ansi.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
ast.c Clang is so anal 2013-10-14 21:03:24 -04:00
ast.h
AUTHORS
BSDmakefile Cleanup for builds 2013-10-14 02:17:45 -04:00
CHANGES
code.c Cleanup for builds 2013-10-14 02:17:45 -04:00
conout.c Cleanup for builds 2013-10-14 02:17:45 -04:00
correct.c
exec.c Cleanups 2013-10-14 20:58:36 -04:00
fold.c divVerent suggestion to use memcmp here 2013-10-14 22:40:36 -04:00
fs.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
ftepp.c Some cleanups 2013-10-11 09:32:46 -04:00
gmqcc.h Fix windows builds, add strip target for makefiles, update distro build makefiles to use it for release builds. 2013-10-11 09:51:08 -04:00
gmqcc.ini.example
include.mk Cleanups 2013-10-14 20:58:36 -04:00
INSTALL
intrin.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
ir.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
ir.h
lexer.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
lexer.h
LICENSE
main.c Some cleanups 2013-10-11 09:32:46 -04:00
Makefile Cleanup for builds 2013-10-14 02:17:45 -04:00
msvc.c Cleanups 2013-10-14 20:58:36 -04:00
opts.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
opts.def
pak.c Refactor some util/platform usage and extend file system file interface to accept its own flags and EOF 2013-10-11 06:12:56 -04:00
parser.c Merge branch 'cooking' of git://github.com/graphitemaster/gmqcc into cooking 2013-10-11 14:10:57 +02:00
parser.h
platform.h Fix windows builds, add strip target for makefiles, update distro build makefiles to use it for release builds. 2013-10-11 09:51:08 -04: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
test.c Fix windows builds, add strip target for makefiles, update distro build makefiles to use it for release builds. 2013-10-11 09:51:08 -04:00
TODO
utf8.c
util.c Fix windows builds, add strip target for makefiles, update distro build makefiles to use it for release builds. 2013-10-11 09:51:08 -04: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.