An Improved Quake C Compiler
Find a file
2012-12-23 10:23:41 +01:00
doc manpage: capital section headings, updated -fcorrect-logic description, added -Wunknown-attribute 2012-12-22 18:19:51 +01:00
msvc Windows stuff for visual studio now offical works with exception to colorized output to cmd (which actually should work). As well as the testsuite which lacks implementations of task_popen/task_pclose. 2012-12-21 06:16:08 -05:00
tests fix -fshort-logic to cast to true boolean values 2012-12-22 20:05:15 +01:00
.gitattributes gitattributes for whitespace 2012-04-28 16:40:03 -04:00
ast.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
ast.h Fix: ast_value.cvq must be an int, not a bool; 2012-12-22 12:30:20 +01:00
AUTHORS Update some info 2012-12-16 23:00:17 +00:00
code.c Wrapper around FILE to take advantage of MSVC "secure" CRT. We don't actually defend bounds checks (we just hack in the few ones to silent MSVC .. and to pass WinRT "native code" rules) 2012-12-23 06:05:22 +00:00
conout.c Actually fix the segfault this time 2012-12-23 08:08:05 +00:00
exec.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
file.c Lies ... damned lies, all lies I tell you ... copy-pasta lies! 2012-12-23 08:17:05 +00:00
ftepp.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
gmqcc.h Importing utf8lib 2012-12-23 10:23:41 +01:00
gmqcc.ini.example Document ini.example 2012-12-21 04:01:47 +00:00
INSTALL Checking in an INSTALL file 2012-11-18 18:54:10 +01:00
ir.c Don't generate vector defs if the vector's name starts with a # because that's an 'IMMEDIATE' 2012-12-23 10:14:25 +01: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 Merge branch 'master' of github.com:graphitemaster/gmqcc 2012-12-23 06:06:57 +00:00
lexer.h Whitespace 2012-12-23 09:10:31 +00:00
LICENSE Update some info 2012-12-16 23:00:17 +00:00
main.c Actually fix the segfault this time 2012-12-23 08:08:05 +00:00
Makefile Importing utf8lib 2012-12-23 10:23:41 +01:00
opts.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +00:00
opts.def -Wunknown-attribute; and don't error on unknown attributes 2012-12-22 18:16:41 +01:00
parser.c Whitespace 2012-12-23 09:10:31 +00:00
README Update some info 2012-12-16 23:00:17 +00:00
test.c Whitespace 2012-12-23 09:10:31 +00:00
TODO Fix some typos 2012-12-16 22:52:17 +00:00
utf8lib.c Importing utf8lib 2012-12-23 10:23:41 +01:00
util.c Make compiler and virtual-machine compile as C++ code, also removed gmqcc_voidptr hack. 2012-12-23 07:51:19 +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