quakeforge/tools/qfcc
Bill Currie 8710977323 Rework transfer_type to avoid infinite recursion.
This is similar to the problem with infinite recursion when encoding types.
The problem is with structs with self-referential pointers (eg, struct foo
{struct foo *bar}). The solution is to copy the type data to a buffer and
mark the buffer as transfered before actually processing the type. Further
processing of the type is done via the buffer.
2012-11-11 20:20:07 +09:00
..
doc Add an extended mode to qfcc. 2012-07-14 17:16:33 +09:00
include Revamp the static class creation. 2012-11-10 12:56:19 +09:00
source Rework transfer_type to avoid infinite recursion. 2012-11-11 20:20:07 +09:00
test Rework the unary_expr grammar to allow ++*foo. 2012-11-09 12:32:38 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in fix CPP_NAME for independently built qfcc 2002-06-04 20:43:11 +00:00
Makefile.am Do an audit of the Makefile.am files. 2012-02-07 16:04:19 +09:00
TODO Update TODO. 2011-02-22 12:23:00 +09:00