# # ChangeLog for src/examples/gc_no_raii/test # # Generated by Trac 1.2.1 # May 13, 2024, 2:15:30 AM Thu, 18 Aug 2016 14:08:31 GMT Thierry Delisle [6643e72] * src/examples/gc_no_raii/containers/vector (added) * src/examples/gc_no_raii/containers/vector.c (added) * src/examples/gc_no_raii/premake4.lua (modified) * src/examples/gc_no_raii/src/gc.h (modified) * src/examples/gc_no_raii/src/gcpointers.c (modified) * src/examples/gc_no_raii/src/gcpointers.h (modified) * src/examples/gc_no_raii/src/internal/collector.c (modified) * src/examples/gc_no_raii/src/internal/state.h (modified) * src/examples/gc_no_raii/test/gctest.c (modified) first basic test for garbage collector now compiles and works Wed, 10 Aug 2016 14:20:44 GMT Thierry Delisle [e297ceb] * src/examples/gc_no_raii/src/gc.h (modified) * src/examples/gc_no_raii/test/gctest.c (modified) added a version of gcmalloc that uses output arguments Thu, 04 Aug 2016 13:18:10 GMT Thierry Delisle [bee4283] * src/examples/gc_no_raii/bug-repro/return_template.c (modified) * src/examples/gc_no_raii/src/gc.h (modified) * src/examples/gc_no_raii/src/gcpointers.c (modified) * src/examples/gc_no_raii/src/gcpointers.h (modified) * src/examples/gc_no_raii/src/internal/memory_pool.h (modified) * src/examples/gc_no_raii/src/internal/state.h (modified) * src/examples/gc_no_raii/src/tools/worklist.h (modified) * src/examples/gc_no_raii/test/badlll.c (modified) * src/examples/gc_no_raii/test/gctest.c (modified) GC files now compile, still working on a compiling example Wed, 18 May 2016 16:53:12 GMT Thierry Delisle [85951a6] * src/examples/gc_no_raii/test/badlll.c (modified) fixed copy paste error in badlll Wed, 18 May 2016 16:36:20 GMT Thierry Delisle [bf5a70da] * src/examples/gc_no_raii/test/badlll.c (modified) implemented simple link list test Thu, 12 May 2016 14:14:36 GMT Thierry Delisle [f1e42c1] * src/examples/gc_no_raii/src/gc.h (modified) * src/examples/gc_no_raii/src/gcpointers.c (modified) * src/examples/gc_no_raii/src/gcpointers.h (modified) * src/examples/gc_no_raii/src/test_include.c (modified) * src/examples/gc_no_raii/src/vector.h (modified) * src/examples/gc_no_raii/test/badlll.c (modified) * src/examples/gc_no_raii/test/operators.c (added) added some basic tests and modified compilation to support them Tue, 10 May 2016 15:14:56 GMT Thierry Delisle [9421588a] * src/examples/gc_no_raii/test/badlll.c (added) * src/examples/gc_no_raii/test/gctest.c (modified) updated test files Tue, 10 May 2016 15:14:38 GMT Thierry Delisle [d48a9a7] * src/examples/gc_no_raii/premake4.lua (modified) * src/examples/gc_no_raii/src/test_include.c (added) * src/examples/gc_no_raii/test/gctest.c (moved) modified makefile to support multiple tests files