An Improved Quake C Compiler
Find a file
2013-04-24 09:18:24 +00:00
distro Website target to distro makefile for updating gh-pages 2013-04-22 06:14:26 +00:00
doc Merge branch 'master' into cooking 2013-04-24 01:46:53 +00: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 fix noreturn testcase descriptions... those were mixed up 2013-04-23 17:07:19 +02:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
.gitignore Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
.travis.yml Uhh I did it again 2013-01-12 15:47:41 +00:00
ast.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
ast.h Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
AUTHORS typo 2013-02-02 00:59:19 +00:00
CHANGES Fixes 2013-04-21 10:13:51 +00:00
code.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
conout.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
correct.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
exec.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
fs.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
ftepp.c typo 2013-04-24 04:50:07 +00:00
gmqcc.h Implemented __TIME_STAMP__ predef, expands to a timestamp of when the __FILE__ was last modified, returned in the format: "Www Mmm dd hh:mm:ss yyyy", where Www is the weekday, Mmm the month (in letter), dd the day of the month, hh:mm:ss the time, and yyyy the year. 2013-04-24 04:48:05 +00:00
gmqcc.ini.example gmqcc.ini.example: LEGACY_VECTOR_MATHS 2013-01-14 11:17:25 +01:00
INSTALL INSTALL: mention ArchLinux PKGBUILDs. 2012-12-26 21:57:26 +01:00
intrin.h Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
ir.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
ir.h Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
lexer.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
lexer.h Get it compiling in visual studio again. 2013-04-24 01:43:53 +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 Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
Makefile Makefile: be more conformant: at link-time use LDFLAGS, not CFLAGS, also use CPPFLAGS prepended to CFLAGS at compile-commands, append optional LIBS at link-time after everything else 2013-04-23 16:49:43 +02:00
opts.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
opts.def Rewrote memory tracking, now prints highest water mark (most used memory at a given time during compile). Changes all byte representation to MB representation. Added ability to print the contents of the leaked memory to the console when -debug is on (infact the lost messages only print during -debug), -memchk simply reports the memory info at the end (it is also printed when -debug). You can set the memory dump columns with -memdumpcols=# where # is the number of columns you want (default is 16) 2013-04-15 20:54:53 +00:00
pak.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
parser.c fix the intrinsic fail 2013-04-24 09:18:24 +00:00
README update README to reflect syntax highlighting stuff. 2013-04-21 09:44:08 +00:00
test.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
TODO TODO: fix typos 2012-12-26 19:15:40 +01:00
utf8.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +00:00
util.c Get it compiling in visual studio again. 2013-04-24 01:43:53 +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