An Improved Quake C Compiler
Find a file
2013-01-12 17:10:07 +01:00
distro/arch git package is now named gmqcc-git, also added conflicts/provides 2013-01-10 16:31:01 +01:00
doc Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
msvc Windows stuff for visual studio now offical works with exception to colorized output to cmd (which actually should work). As well as the testsuite which lacks implementations of task_popen/task_pclose. 2012-12-21 06:16:08 -05:00
tests vararg testcases 2013-01-12 16:37:26 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
.gitignore add .gitignore file 2012-12-28 23:32:33 +01:00
.travis.yml Uhh I did it again 2013-01-12 15:47:41 +00:00
ast.c copying the output type on ast_array_index_codegen 2013-01-12 15:49:04 +01:00
ast.h Copying arg counter into the local 2013-01-12 15:06:19 +01:00
AUTHORS Update some info 2012-12-16 23:00:17 +00:00
CHANGES updated CHANGES file 2013-01-12 14:54:11 +01:00
code.c make the LNOF header compiler friendlier 2013-01-06 16:40:38 +01:00
conout.c Fix argument padding for win_fputs and alike. 2013-01-03 10:33:35 +00:00
correct.c correction fix: don't try to create edits for an empty string 2013-01-10 21:09:44 +01:00
exec.c filling type_name in exec.c 2013-01-11 23:15:16 +01:00
file.c Fix some issues 2013-01-02 16:34:55 +00:00
ftepp.c __STD_QCCX__ on -std=qccx - I have no idea about what qccx does/can do but at least now -fftepp includes the macros... 2013-01-06 20:52:12 +01:00
gmqcc.h Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
gmqcc.ini.example Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
INSTALL INSTALL: mention ArchLinux PKGBUILDs. 2012-12-26 21:57:26 +01:00
ir.c fix a build issue 2013-01-12 16:38:49 +01:00
ir.h mask -Olocal-temps by IR_FLAG_MASK_NO_LOCAL_TEMPS which now equals IR_FLAG_MASK_NO_OVERLAP - though HAS_ARRAYS usually suffices, but not for code which _depends_ on uninitialized variables 2013-01-12 14:03:54 +01:00
lexer.c Added '...(idx,type)' to access varargs 2013-01-12 14:53:48 +01:00
lexer.h for compile-time constants << and >> are now available 2013-01-10 15:12:19 +01: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 Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
Makefile will warn about "check" no such file or directory (since it aliases in the rule for the Makefile) 2013-01-10 20:28:53 +00:00
opts.c Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
opts.def Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
parser.c Removed -fenhanced-diagnostics - it's now --correct, which makes sense since it doesn't affect the compilation process itself 2013-01-12 17:10:07 +01:00
README mention CHANGES in README 2013-01-10 20:52:23 +00:00
test.c Fix the testsuite bug, and implemented QCFLAGS enviroment variable support for setting the compile flags (the .tmpl rules takes precedence). 2013-01-02 22:16:02 +00:00
TODO TODO: fix typos 2012-12-26 19:15:40 +01:00
utf8.c Happy new years! 2013-01-01 05:08:55 +00:00
util.c remove never reached return 2013-01-06 12:39:37 +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