An Improved Quake C Compiler
Find a file
2015-01-15 15:10:02 -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 Use std::vector for break and continue ast blocks 2015-01-15 14:22:22 -05:00
ast.h Use std::vector for SYA 2015-01-15 15:08:50 -05:00
AUTHORS s/brian/brain/ ;) 2013-11-30 12:31:21 +04:00
code.cpp More std::vector 2015-01-15 01:57:40 -05:00
conout.cpp Use C++ naming for structures 2015-01-14 23:56:52 -05:00
exec.cpp More std::vector migration 2015-01-15 01:22:21 -05:00
fold.cpp std::vector for initlist 2015-01-15 14:07:26 -05:00
ftepp.cpp Use std::vector for ast blocks 2015-01-15 14:15:44 -05:00
gmqcc.h More std::vector migration 2015-01-15 01:22:21 -05:00
gmqcc.ini.example manpage/init: -fsplit-vector-parameters description 2014-10-18 14:39:14 +02:00
intrin.cpp Use std::vector for ast blocks 2015-01-15 14:15:44 -05:00
ir.cpp More std::vector 2015-01-15 02:17:37 -05:00
ir.h More std::vector 2015-01-15 02:17:37 -05:00
lexer.cpp .c -> .cpp 2015-01-14 21:48:47 -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 Use C++ naming for structures 2015-01-15 00:05:48 -05:00
Makefile Initial movement to std::vector 2015-01-14 23:34:43 -05:00
opts.cpp .c -> .cpp 2015-01-14 21:48:47 -05:00
opts.def More cleanup 2015-01-13 21:46:52 -05:00
parser.cpp Not needed 2015-01-15 15:10:02 -05:00
parser.h Eliminate use of vec_ in intrin.cpp 2015-01-15 03:01:26 -05:00
README Minifi README 2015-01-13 21:30:23 -05:00
stat.cpp Use C++ naming for structures 2015-01-15 00:05:48 -05:00
test.cpp Stop using vec_* in testsuite code 2015-01-15 00:29:37 -05:00
utf8.cpp .c -> .cpp 2015-01-14 21:48:47 -05:00
util.cpp More std::vector migration 2015-01-15 01:22:21 -05:00

An improved QuakeC compiler