An Improved Quake C Compiler
Find a file
2017-07-23 10:11:31 +02:00
doc Add -Wunused-component like -Wunused-variable but warns about unused components of vector 2016-11-24 14:52:57 +00:00
misc
tests tests: add check for vector negation 2017-06-22 08:45:38 +02:00
.gitattributes
.gitignore update .gitignore 2016-02-10 19:01:12 +01:00
.travis.yml
algo.h more c++ migration for ast/ir/code; reached a working condition here 2015-01-20 20:25:56 +01:00
ast.cpp c++: ir_function::m_params 2016-12-03 21:42:15 +01:00
ast.h Remove parser m_uses in favor of {IR,AST}_FLAG_NOREF instead 2016-11-24 15:33:58 +00:00
AUTHORS
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 qcvm: add stov builtin #16 2017-06-22 08:45:18 +02:00
fold.cpp cleanup: silence fallthrough warnings 2017-07-23 10:11:31 +02: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 c++: exec.cpp 2017-02-11 11:43:58 +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 ir: fix vector negation using the nil value 2017-06-22 08:44:36 +02:00
ir.h c++: ir_function::m_params 2016-12-03 21:42:15 +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
main.cpp
Makefile Fixes 2016-01-03 00:38:58 -05:00
opts.cpp sanitize: shift 1u (unsigned) for flag bits 2017-02-14 19:24:04 +01: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 cleanup: silence fallthrough warnings 2017-07-23 10:11:31 +02:00
parser.h
README
stat.cpp
test.cpp Merge branch 'master' into cleanup 2016-01-02 22:30:35 -05:00
utf8.cpp
util.cpp

An improved QuakeC compiler