An Improved Quake C Compiler
Find a file
2016-11-24 19:54:17 +00:00
doc Add -Wunused-component like -Wunused-variable but warns about unused components of vector 2016-11-24 14:52:57 +00:00
misc Remove msvc project files and misc stuff 2015-01-13 21:28:26 -05:00
tests Fix fieldfuncs test and track unused variables through writes as well. 2016-11-19 12:19:00 +00:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
.gitignore update .gitignore 2016-02-10 19:01:12 +01: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 Remove parser m_uses in favor of {IR,AST}_FLAG_NOREF instead 2016-11-24 15:33:58 +00:00
ast.h Remove parser m_uses in favor of {IR,AST}_FLAG_NOREF instead 2016-11-24 15:33:58 +00:00
AUTHORS s/brian/brain/ ;) 2013-11-30 12:31:21 +04:00
CMakeLists.txt Add CMakeLists.txt 2016-01-03 17:14:02 +11: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 ast conversion mostly finished 2015-02-01 11:44:00 +01:00
exec.cpp Merge branch 'master' into cleanup 2016-01-02 22:30:35 -05:00
fold.cpp Warning 2016-05-23 16:47:40 -04:00
fold.h ast conversion mostly finished 2015-02-01 11:44:00 +01:00
ftepp.cpp Fix #161 2016-11-24 13:41:26 +00:00
gmqcc.h ast conversion mostly finished 2015-02-01 11:44:00 +01:00
gmqcc.ini.example Add -Wunused-component like -Wunused-variable but warns about unused components of vector 2016-11-24 14:52:57 +00:00
intrin.cpp ast conversion mostly finished 2015-02-01 11:44:00 +01:00
intrin.h temp committing major c++ification 2015-01-20 16:43:58 +01:00
ir.cpp Cleaner way to set the mask for -Wunused-component 2016-11-24 19:54:17 +00:00
ir.h Remove parser m_uses in favor of {IR,AST}_FLAG_NOREF instead 2016-11-24 15:33:58 +00: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 Fixes 2016-01-03 00:38:58 -05:00
opts.cpp s/NULL/nullptr/ 2015-01-15 15:18:33 -05:00
opts.def Add -Wunused-component like -Wunused-variable but warns about unused components of vector 2016-11-24 14:52:57 +00:00
parser.cpp Just mark LOCAL_RETURN noref instead of checking for '#' in the name 2016-11-24 15:50:48 +00: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 Merge branch 'master' into cleanup 2016-01-02 22:30:35 -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