# # ChangeLog for src/examples/gc_no_raii/regen_makefile.sh # # Generated by Trac 1.2.1 # May 1, 2024, 2:11:16 AM Tue, 19 Apr 2016 17:19:25 GMT Thierry Delisle [385c130] * src/examples/gc_no_raii/bug-repro/push_back.c (added) * src/examples/gc_no_raii/bug-repro/test-assert.cpp (added) * src/examples/gc_no_raii/bug-repro/void_pointer.c (modified) * src/examples/gc_no_raii/cfa (deleted) * src/examples/gc_no_raii/regen_makefile.sh (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/collector.h (modified) * src/examples/gc_no_raii/src/internal/gc_tools.h (modified) * src/examples/gc_no_raii/src/internal/memory_pool.h (modified) * src/examples/gc_no_raii/src/internal/state.c (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/src/vector.c (added) * src/examples/gc_no_raii/src/vector.h (modified) pre merge Thu, 14 Jan 2016 17:36:39 GMT Thierry Delisle [15db1ab] * .gitignore (modified) * src/examples/gc_no_raii/cfa (added) * src/examples/gc_no_raii/gc-internal/object_header.h (added) * src/examples/gc_no_raii/gc.h (added) * src/examples/gc_no_raii/gcpointers.c (added) * src/examples/gc_no_raii/gcpointers.h (added) * src/examples/gc_no_raii/gctest.c (added) * src/examples/gc_no_raii/premake4.lua (added) * src/examples/gc_no_raii/regen_makefile.sh (added) * src/examples/gc_no_raii/tools.h (added) * src/examples/gc_no_raii/tools/checks.h (added) * src/examples/gc_no_raii/tools/print.c (added) * src/examples/gc_no_raii/tools/print.h (added) added some files for the garbage collector and hack together the ...