An Improved Quake C Compiler
Find a file
2014-10-16 22:55:16 -04:00
distro Eliminate debug log 2014-04-05 05:16:36 -04:00
doc Merge branch 'master' into cooking 2014-01-26 12:38:00 +01: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 Merge remote-tracking branch 'origin/master' into cooking 2014-04-07 14:23:35 +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 Happy new year! 2014-01-01 06:24:16 -05:00
ast.c Adding coverage support: 2014-01-07 14:36:00 +01:00
ast.h Adding coverage support: 2014-01-07 14:36:00 +01:00
AUTHORS s/brian/brain/ ;) 2013-11-30 12:31:21 +04:00
BSDmakefile Partially fix that. 2013-12-14 14:57:10 -05:00
CHANGES Update changes 2013-10-17 03:44:33 -04:00
code.c Allow testsuite to pass on big endian 2014-02-10 20:31:54 -06:00
conout.c Happy new year! 2014-01-01 06:24:16 -05:00
correct.c Happy new year! 2014-01-01 06:24:16 -05:00
exec.c Use powf instead of pow. 2014-03-17 09:43:17 -04:00
fold.c Less parens 2014-03-17 10:24:48 -04:00
fs.c Happy new year! 2014-01-01 06:24:16 -05:00
ftepp.c Only increment the buffer location for macro output whitespace stripping if the situation is actually stripable, otherwise macros like #define foo(X) bar(#X), with foo(test) will expand to bartest) instead of bar(test). This should fix Xonotic builds. 2014-04-08 04:02:23 -04:00
gmqcc.h Added memory protection to prevent mismatching of mem_d or vec_free on pointers which are otherwise unknown to be allocated memory or allocated vectors. Also fixed the preprocessor to only strip on ' ' and '\t' around macros. 2014-04-08 03:26:08 -04:00
gmqcc.ini.example Mask ftepp math constants with a compiler flag 2013-12-01 10:45:43 -05:00
hash.c Happy new year! 2014-01-01 06:24:16 -05:00
include.mk Rework distro package build system. 2014-04-05 05:16:15 -04: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 Fix lshift/rshift for runtime and const-fold consistency. 2014-01-07 12:58:53 -05:00
ir.c Adding coverage support: 2014-01-07 14:36:00 +01:00
ir.h Adding coverage support: 2014-01-07 14:36:00 +01:00
lexer.c Happy new year! 2014-01-01 06:24:16 -05:00
lexer.h Happy new year! 2014-01-01 06:24:16 -05:00
LICENSE Happy new year redux! 2014-01-01 06:25:00 -05:00
main.c Adding coverage support: 2014-01-07 14:36:00 +01:00
Makefile Rework distro package build system. 2014-04-05 05:16:15 -04:00
msvc.c Happy new year! 2014-01-01 06:24:16 -05:00
opts.c Happy new year! 2014-01-01 06:24:16 -05:00
opts.def Adding coverage support: 2014-01-07 14:36:00 +01:00
pak.c Update per IRC peer review feedback 2014-02-02 02:32:50 -06:00
parser.c sometimes I hate travis 2014-01-07 15:04:29 +01:00
parser.h Happy new year! 2014-01-01 06:24:16 -05:00
platform.h Happy new year! 2014-01-01 06:24:16 -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 Added memory protection to prevent mismatching of mem_d or vec_free on pointers which are otherwise unknown to be allocated memory or allocated vectors. Also fixed the preprocessor to only strip on ' ' and '\t' around macros. 2014-04-08 03:26:08 -04:00
test.c Converting a literal to null pointer produces a warning 2014-10-16 22:55:16 -04:00
TODO Cull back on the TODO 2013-11-23 08:02:56 -05:00
utf8.c Happy new year! 2014-01-01 06:24:16 -05:00
util.c On platforms that the byte order check fails on the runtime test is concluded instead. It still needs these swap functions at compile time since the runtime test has to run. This fixes a FTBFS on BE selected ARMs. 2014-05-09 02:39:25 -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.