6 Commits

Author SHA1 Message Date
Jason Turner
4edea184de Move towards more header only implementation friendly 2009-06-13 21:55:55 +00:00
Jason Turner
1eb0964f4e Reduce problems for header only implementation be eliminating static class object 2009-06-13 20:55:47 +00:00
Jason Turner
dc0f74fd36 Reference counting working for reals now. Previously it was counting the wrong thing (but was almost good enough) 2009-06-12 05:19:58 +00:00
Jason Turner
b96059cba8 Memory management with freeing when applicable 2009-06-12 00:01:54 +00:00
Jason Turner
9838e34a96 First take on recycling of pointers for use in reference objects. Two caveats:
1) Static member defined in header. this will have to be cleaned up as it prevents mult-file compilation.
2) Ptrs are never let go of, so data is never freed, so every object that is ever created is always created
2009-06-11 22:01:15 +00:00
Jonathan Turner
7c935702f6 Last step of new move attempt 2009-06-11 17:38:34 +00:00