An Improved Quake C Compiler
Find a file
2012-12-19 21:05:40 +00:00
doc Adding qcvm.1 2012-12-18 16:03:29 +01:00
tests Tests for perl-logic _types_ 2012-12-18 16:57:38 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c ast_call now passes AST_FLAG_NORETURN on to the IR 2012-12-19 20:47:01 +01:00
ast.h removing ast_expression_common.variadic, adding ast_expression_common.flags, added AST_FLAG_VARIADIC and AST_FLAG_NORETURN 2012-12-19 20:45:48 +01:00
AUTHORS Update some info 2012-12-16 23:00:17 +00:00
code.c More jump removal 2012-12-18 14:03:20 +01:00
con.c messages caused by -Warnings now show the -W flag 2012-12-17 18:36:27 +01:00
exec.c Improved parameter handling of qcvm a little, added --version and --help 2012-12-18 15:46:26 +01:00
ftepp.c ftepp_warn to use vcompile_warning 2012-12-17 18:24:16 +01:00
gmqcc.h Fix FTFBS stuff 2012-12-19 21:05:40 +00:00
gmqcc.ini.example Renaming gmqcc.init since it's used by default if it exists and it makes the testsuite fail 2012-12-18 11:48:03 +01:00
gmqcc.vcxproj gmqcc now builds on visual studio 2012-08-14 19:06:53 -04:00
INSTALL Checking in an INSTALL file 2012-11-18 18:54:10 +01:00
ir.c Fix FTFBS stuff 2012-12-19 21:05:40 +00:00
ir.h VINSTR_NRCALL, translated like any other call for now; to be used to mark a call which never returns, ie the error builtin 2012-12-19 20:38:32 +01:00
lexer.c 'noreturn' is - for now - a keyword, and used just like noref/var/const, to mark a function as not-returning 2012-12-19 20:56:22 +01:00
lexer.h Fix ternary operator entry for -std=gmqcc 2012-12-02 11:56:20 +01:00
LICENSE Update some info 2012-12-16 23:00:17 +00:00
main.c fix wrong --version string 2012-12-18 15:44:26 +01:00
Makefile default make target now is 'all' 2012-12-18 16:58:21 +01:00
opts.c Allow setting configuration file via commandline 2012-12-18 05:22:23 +00:00
opts.def Fix FTFBS stuff 2012-12-19 21:05:40 +00:00
parser.c Fix FTFBS stuff 2012-12-19 21:05:40 +00:00
README Update some info 2012-12-16 23:00:17 +00:00
test.c cmd_options -> opts_cmd_t to make testsuite and executor compile again 2012-12-18 11:46:15 +01:00
TODO Fix some typos 2012-12-16 22:52:17 +00:00
util.c Fix FTFBS stuff 2012-12-19 21:05:40 +00:00

GMQCC: An improved Quake C compiler

For licensing:          see the LICENSE file.
For installation notes: see the INSTALL file.
For a list of authors:  see the AUTHORS file.

For documentation:
    See the manpages, or visit the documentation online at
    http://graphitemaster.github.com/gmqcc/doc.html