quakeforge/libs/object
Brian Koropoff 991fc06360 Garbage collection:
Moved from reference counting over to a mark and sweep method.  Objects
are now required to implement an allRefs method which returns a pointer
to a list of all other referenced objects.  How the list is maintained
is up to each object.  The retain/release mechanism still works; objects
with any references will not be garbage collected, even if the collector
thinks they should be.
2003-12-09 02:01:05 +00:00
..
ArrayList.c Garbage collection: 2003-12-09 02:01:05 +00:00
Collection.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Double.c Garbage collection: 2003-12-09 02:01:05 +00:00
garbage.c Garbage collection: 2003-12-09 02:01:05 +00:00
Integer.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Iterator.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
List.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
Makefile.am Fix a bug with ArrayList_Deinit_f (tried too hard to be clever), and add 2003-12-07 22:45:32 +00:00
Number.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00
object.c Garbage collection: 2003-12-09 02:01:05 +00:00
String.c Move the QF object system into it's own library, fix up the standard 2003-12-07 04:50:46 +00:00