An Improved Quake C Compiler
Find a file
2015-01-15 18:12:54 -05: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 split-vectors test 2014-10-18 13:51:25 +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 Make travis update to newer compilers 2015-01-14 21:54:41 -05:00
ast.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
ast.h s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
AUTHORS s/brian/brain/ ;) 2013-11-30 12:31:21 +04:00
code.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05: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 s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
ftepp.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
gmqcc.h s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
gmqcc.ini.example manpage/init: -fsplit-vector-parameters description 2014-10-18 14:39:14 +02:00
intrin.cpp Rewrite intrinsic system in C++ 2015-01-15 18:11:41 -05:00
intrin.h Forgot about this file 2015-01-15 18:12:54 -05:00
ir.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
ir.h More std::vector 2015-01-15 02:17:37 -05:00
lexer.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
lexer.h Use C++ naming for structures 2015-01-14 23:56:52 -05: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 Rewrite intrinsic system in C++ 2015-01-15 18:11:41 -05:00
parser.h Rewrite intrinsic system in C++ 2015-01-15 18:11:41 -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 s/NULL/nullptr/ 2015-01-15 15:18:33 -05: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