An Improved Quake C Compiler
Find a file
2015-01-25 09:24:26 +01:00
doc Remove all the support stuff 2015-01-13 21:26:44 -05:00
misc Remove msvc project files and misc stuff 2015-01-13 21:28:26 -05:00
tests fix for loops 2015-01-20 20:55:27 +01: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 Make travis update to newer compilers 2015-01-14 21:54:41 -05:00
algo.h more c++ migration for ast/ir/code; reached a working condition here 2015-01-20 20:25:56 +01:00
ast.cpp BROKEN: in the middle of converting ast nodes to c++ with constructors and methods 2015-01-25 09:24:26 +01:00
ast.h BROKEN: in the middle of converting ast nodes to c++ with constructors and methods 2015-01-25 09:24:26 +01:00
AUTHORS s/brian/brain/ ;) 2013-11-30 12:31:21 +04:00
code.cpp more c++ migration for ast/ir/code; reached a working condition here 2015-01-20 20:25:56 +01:00
conout.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
exec.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
fold.cpp a whole lotta 'm_'s 2015-01-24 12:25:46 +01:00
fold.h Rewrite constant folder in C++ 2015-01-15 20:27:17 -05:00
ftepp.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
gmqcc.h more c++ migration for ast/ir/code; reached a working condition here 2015-01-20 20:25:56 +01:00
gmqcc.ini.example manpage/init: -fsplit-vector-parameters description 2014-10-18 14:39:14 +02:00
intrin.cpp a whole lotta 'm_'s 2015-01-24 12:25:46 +01:00
intrin.h temp committing major c++ification 2015-01-20 16:43:58 +01:00
ir.cpp a whole lotta 'm_'s 2015-01-24 12:25:46 +01:00
ir.h a whole lotta 'm_'s 2015-01-24 12:25:46 +01:00
lexer.cpp temp committing major c++ification 2015-01-20 16:43:58 +01:00
lexer.h temp committing major c++ification 2015-01-20 16:43:58 +01:00
LICENSE Update license headers 2015-01-09 14:53:35 -05:00
main.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
Makefile Initial movement to std::vector 2015-01-14 23:34:43 -05:00
opts.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
opts.def More cleanup 2015-01-13 21:46:52 -05:00
parser.cpp BROKEN: in the middle of converting ast nodes to c++ with constructors and methods 2015-01-25 09:24:26 +01:00
parser.h Rewrite constant folder in C++ 2015-01-15 20:27:17 -05:00
README Minifi README 2015-01-13 21:30:23 -05:00
stat.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
test.cpp more c++ migration for ast/ir/code; reached a working condition here 2015-01-20 20:25:56 +01:00
utf8.cpp .c -> .cpp 2015-01-14 21:48:47 -05:00
util.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00

An improved QuakeC compiler