An Improved Quake C Compiler
Find a file
2013-06-21 23:40:51 +00:00
distro slackware pkg build files 2013-06-04 20:32:06 +02:00
doc manpage update 2013-06-15 09:46:44 +02:00
misc Make ftepps __NULL__ translate to gmqccs untyped nil keyword (this isn't correct behaviour of the __NULL__ constant, but it works) 2013-04-24 04:17:17 +00:00
msvc Get it compiling in visual studio again. 2013-04-24 01:43:53 +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 Add the good old xor swap trick to the xor test, yes it works :P 2013-06-16 02:24:10 +00: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 Uhh I did it again 2013-01-12 15:47:41 +00:00
ast.c Remove a ton of dead code and document the one really insane case. 2013-06-21 23:40:51 +00:00
ast.h I added it for a reason, because I was smart. I forgot about it because of life :( 2013-06-15 11:04:08 +00:00
AUTHORS Consistency 2013-06-04 18:07:18 +00:00
BSDmakefile Retarded clang warning is retarded. 2013-06-18 07:26:07 +00:00
CHANGES Update 2013-06-16 02:48:31 +00:00
code.c Fixed whitespace 2013-06-14 21:36:16 +00:00
conout.c Strict prototyping 2013-06-06 02:51:13 +00:00
correct.c Major header reworking, this respects the namespaces properly. Makes object dependency more obvious, allows for better make caches, and prevents misuse of library features, i.e use con_* instead of printf. 2013-06-04 02:47:07 +00:00
exec.c Fix some bugs 2013-06-21 23:16:00 +00:00
fs.c Grrrr 2013-04-24 17:47:42 +02:00
ftepp.c Less terse, it confuses people. 2013-06-15 08:56:34 +00:00
gmqcc.h Oh my god microsoft you suck 2013-06-20 11:20:56 +00:00
gmqcc.ini.example manpage and ini update 2013-04-25 19:17:58 +02:00
include.mk Use includes for makefile consistency. Added make depend rule for BSDmakefile. 2013-06-16 08:21:23 +00:00
INSTALL Update 2013-06-16 07:51:55 +00:00
intrin.h Strict prototyping 2013-06-06 02:51:13 +00:00
ir.c Remove a ton of dead code and document the one really insane case. 2013-06-21 23:40:51 +00:00
ir.h Move code generator into ir_builder for earlier free. It's also a much more cleaner design than load parser->code for all ast/ir operations. We also have a proper chain'd design now (so making this a library will be easier). 2013-06-20 10:52:58 +00:00
lexer.c Oh my god microsoft you suck 2013-06-20 11:20:56 +00:00
lexer.h Major header reworking, this respects the namespaces properly. Makes object dependency more obvious, allows for better make caches, and prevents misuse of library features, i.e use con_* instead of printf. 2013-06-04 02:47:07 +00:00
LICENSE This file seems to live in the past. Let's pull it over 2013-01-10 15:55:58 +01:00
main.c Remove a ton of dead code and document the one really insane case. 2013-06-21 23:40:51 +00:00
Makefile Retarded clang warning is retarded. 2013-06-18 07:26:07 +00:00
opts.c Oh my god microsoft you suck 2013-06-20 11:20:56 +00:00
opts.def Merge branch 'master' into cooking 2013-06-17 20:14:26 +00:00
pak.c Fixed whitespace 2013-06-14 21:36:16 +00:00
parser.c Fix more bugs (mostly possible NULL pointer dereferences) 2013-06-21 23:26:49 +00:00
README update README to reflect syntax highlighting stuff. 2013-04-21 09:44:08 +00:00
stat.c Oh my god microsoft you suck 2013-06-20 11:20:56 +00:00
test.c cppcheck had the right idea, but the wrong scope on this one. 2013-06-21 23:29:50 +00:00
TODO TODO: fix typos 2012-12-26 19:15:40 +01:00
utf8.c Grrrr 2013-04-24 17:47:42 +02:00
util.c Oh my god microsoft you suck 2013-06-20 11:20:56 +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 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