quakeforge/tools/qfcc/source
Jeff Teunissen 6ead583195 Ruamoko: Implement infinity.
The special token __INFINITY__, like __FILE__ and friends, will expand to
a floating-point expression containing a value the C compiler considers
infinite. Obviously, this assumes that the system has relatively modern
float hardware -- but if it doesn't, having Ruamoko be able to represent
float infinity is the least of your problems. :)
2011-12-14 12:20:10 -05:00
..
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
Makefile.am Fix constant value type handling. 2011-03-22 12:24:39 +09:00
class.c Fix an unterminated array. 2011-07-30 15:01:16 +09:00
codespace.c Clean out some unnecessary types from the progs engine and clean up the mess. 2011-01-10 12:25:31 +09:00
constfold.c Bring back the unsigned type (PROGS version bump) 2011-04-09 10:07:47 +09:00
cpp.c more vc2005 patches from phrosty 2007-04-11 22:03:36 +00:00
debug.c Fix constant value type handling. 2011-03-22 12:24:39 +09:00
def.c Fix initialized variable type handling. 2011-03-30 21:21:38 +09:00
defspace.c Fix constant value type handling. 2011-03-22 12:24:39 +09:00
diagnostic.c Add "debug" diagnotic printing, and use it. 2011-01-28 13:28:45 +09:00
disassemble.c Fix copyright headers. 2011-01-25 09:01:37 +09:00
dot_expr.c Bring back the unsigned type (PROGS version bump) 2011-04-09 10:07:47 +09:00
dot_flow.c Bring back the unsigned type (PROGS version bump) 2011-04-09 10:07:47 +09:00
dump_globals.c More tests and fix vector/quaternion global dumps. 2011-08-11 14:58:13 +09:00
dump_lines.c Header update for the renamed files. 2011-02-24 13:00:19 +09:00
dump_modules.c Make module dumping a little more informative. 2011-03-08 22:43:53 +09:00
dump_strings.c Header update for the renamed files. 2011-02-24 13:00:19 +09:00
emit.c Allocate space for temp defs using size rather than type. 2011-03-23 21:32:14 +09:00
expr.c Ruamoko: Implement infinity. 2011-12-14 12:20:10 -05:00
function.c Fix the bogus source file for "redefined" functions. 2011-03-22 13:45:44 +09:00
grab.c Move the diagnostic functions into their own file. 2011-01-24 21:54:57 +09:00
idstuff.c Write the linker output to progs.dat. 2011-03-02 20:51:00 +09:00
linker.c Clean up some doxygen warnings. 2011-07-10 19:12:07 +09:00
method.c Fix constant value type handling. 2011-03-22 12:24:39 +09:00
obj_file.c Fix a missed byteswap when loading qfo files. 2011-11-15 17:36:55 +09:00
obj_type.c Mingw build fixes. 2011-03-27 08:26:42 +09:00
opcodes.c Give special treatment to opcodes that have void operand types. 2011-01-27 15:44:11 +09:00
options.c Optionally create *_[xyz] symbols for accessing vector components. 2011-03-07 10:21:40 +09:00
qc-lex.l Correct the spelling of "int" and clean up the mess. 2011-03-25 16:53:04 +09:00
qc-parse.y Clean up a bunch of bison unused warnings. 2011-06-21 19:52:47 +09:00
qfcc.c Fix constant value type handling. 2011-03-22 12:24:39 +09:00
qfpreqcc Make qfpreqcc a little noisier when qfcc can't be run. 2010-01-16 02:05:05 +00:00
qfprogs.c Move the essential init code into Sys_Init(). 2011-09-11 14:56:47 +09:00
qp-lex.l Add "return" to pascal. 2011-01-30 22:16:59 +09:00
qp-parse.y Move method function defs into the far data space. 2011-02-15 15:33:18 +09:00
reloc.c Make relocation records store the space of the relocation. 2011-02-12 22:34:38 +09:00
statements.c Make statement dumps a little more informative. 2011-04-10 09:08:46 +09:00
strpool.c Begin work on rewriting obj_file.c for the new format. 2011-02-22 15:42:49 +09:00
struct.c Rename ty_type_e to ty_meta_e and type_t.ty to type_t.meta 2011-03-22 16:06:47 +09:00
stub.c Fix constant value type handling. 2011-03-22 12:24:39 +09:00
switch.c Bring back the unsigned type (PROGS version bump) 2011-04-09 10:07:47 +09:00
symtab.c Preserve relocs across def churning. 2011-03-09 10:52:29 +09:00
type.c Bring back the unsigned type (PROGS version bump) 2011-04-09 10:07:47 +09:00
value.c Support converting to/from unsigned values. 2011-04-09 11:32:33 +09:00