Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Context Navigation
Reverse Diff
Changes in
/
[1526e86:69addb4]
Files:
96 added
96 deleted
examples/ArrayN.c
(deleted)
examples/Initialization.c
(deleted)
examples/Initialization2.c
(deleted)
examples/Makefile.example
(deleted)
examples/Members.c
(deleted)
examples/Misc.c
(deleted)
examples/MiscError.c
(deleted)
examples/Rank2.c
(deleted)
examples/Tuple.c
(deleted)
examples/abstype.c
(deleted)
examples/constructors.c
(deleted)
examples/forward.c
(deleted)
examples/gc_no_raii/.gitignore
(deleted)
examples/gc_no_raii/bug-repro/assert.c
(deleted)
examples/gc_no_raii/bug-repro/blockers.tar.gz
(deleted)
examples/gc_no_raii/bug-repro/blockers/explicit_cast.c
(deleted)
examples/gc_no_raii/bug-repro/blockers/file_scope.c
(deleted)
examples/gc_no_raii/bug-repro/blockers/recursive_realloc.c
(deleted)
examples/gc_no_raii/bug-repro/crash.c
(deleted)
examples/gc_no_raii/bug-repro/deref.c
(deleted)
examples/gc_no_raii/bug-repro/field.c
(deleted)
examples/gc_no_raii/bug-repro/find.c
(deleted)
examples/gc_no_raii/bug-repro/inline.c
(deleted)
examples/gc_no_raii/bug-repro/malloc.c
(deleted)
examples/gc_no_raii/bug-repro/not_equal.c
(deleted)
examples/gc_no_raii/bug-repro/oddtype.c
(deleted)
examples/gc_no_raii/bug-repro/push_back.c
(deleted)
examples/gc_no_raii/bug-repro/push_back.h
(deleted)
examples/gc_no_raii/bug-repro/realloc.c
(deleted)
examples/gc_no_raii/bug-repro/return.c
(deleted)
examples/gc_no_raii/bug-repro/return_template.c
(deleted)
examples/gc_no_raii/bug-repro/slow_malloc.c
(deleted)
examples/gc_no_raii/bug-repro/static_const_local.c
(deleted)
examples/gc_no_raii/bug-repro/test-assert.cpp
(deleted)
examples/gc_no_raii/bug-repro/void_pointer.c
(deleted)
examples/gc_no_raii/bug-repro/while.c
(deleted)
examples/gc_no_raii/bug-repro/zero.c
(deleted)
examples/gc_no_raii/pool-alloc/allocate-malign.c
(deleted)
examples/gc_no_raii/pool-alloc/allocate-malloc.c
(deleted)
examples/gc_no_raii/pool-alloc/allocate-mmap.c
(deleted)
examples/gc_no_raii/pool-alloc/allocate-win-valloc.c
(deleted)
examples/gc_no_raii/premake4.lua
(deleted)
examples/gc_no_raii/src/allocate-pool.c
(deleted)
examples/gc_no_raii/src/allocate-pool.h
(deleted)
examples/gc_no_raii/src/gc.h
(deleted)
examples/gc_no_raii/src/gcpointers.c
(deleted)
examples/gc_no_raii/src/gcpointers.h
(deleted)
examples/gc_no_raii/src/internal/card_table.h
(deleted)
examples/gc_no_raii/src/internal/collector.c
(deleted)
examples/gc_no_raii/src/internal/collector.h
(deleted)
examples/gc_no_raii/src/internal/gc_tools.h
(deleted)
examples/gc_no_raii/src/internal/globals.h
(deleted)
examples/gc_no_raii/src/internal/memory_pool.c
(deleted)
examples/gc_no_raii/src/internal/memory_pool.h
(deleted)
examples/gc_no_raii/src/internal/object_header.c
(deleted)
examples/gc_no_raii/src/internal/object_header.h
(deleted)
examples/gc_no_raii/src/internal/state.c
(deleted)
examples/gc_no_raii/src/internal/state.h
(deleted)
examples/gc_no_raii/src/test_include.c
(deleted)
examples/gc_no_raii/src/tools.h
(deleted)
examples/gc_no_raii/src/tools/checks.h
(deleted)
examples/gc_no_raii/src/tools/print.c
(deleted)
examples/gc_no_raii/src/tools/print.h
(deleted)
examples/gc_no_raii/src/tools/worklist.h
(deleted)
examples/gc_no_raii/test/badlll.c
(deleted)
examples/gc_no_raii/test/gctest.c
(deleted)
examples/gc_no_raii/test/operators.c
(deleted)
examples/hashtable.cfa
(deleted)
examples/hashtable2.cfa
(deleted)
examples/huge.c
(deleted)
examples/includes.c
(deleted)
examples/index.h
(deleted)
examples/io/cat.c
(deleted)
examples/io/filereader.c
(deleted)
examples/io/simple/client.c
(deleted)
examples/io/simple/server.c
(deleted)
examples/io/simple/server.cfa
(deleted)
examples/io/simple/server_epoll.c
(deleted)
examples/io_uring.txt
(deleted)
examples/it_out.c
(deleted)
examples/multicore.c
(deleted)
examples/new.c
(deleted)
examples/poly-bench.c
(deleted)
examples/prolog.c
(deleted)
examples/quad.c
(deleted)
examples/s.c
(deleted)
examples/simplePoly.c
(deleted)
examples/simpler.c
(deleted)
examples/specialize.c
(deleted)
examples/square.c
(deleted)
examples/twice.c
(deleted)
examples/wrapper/.gitignore
(deleted)
examples/wrapper/premake4.lua
(deleted)
examples/wrapper/src/main.c
(deleted)
examples/wrapper/src/pointer.h
(deleted)
examples/zero_one.c
(deleted)
tests/zombies/ArrayN.c
(added)
tests/zombies/Initialization.c
(added)
tests/zombies/Initialization2.c
(added)
tests/zombies/Makefile.example
(added)
tests/zombies/Members.c
(added)
tests/zombies/Misc.c
(added)
tests/zombies/MiscError.c
(added)
tests/zombies/Rank2.c
(added)
tests/zombies/Tuple.c
(added)
tests/zombies/abstype.c
(added)
tests/zombies/constructors.c
(added)
tests/zombies/forward.c
(added)
tests/zombies/gc_no_raii/.gitignore
(added)
tests/zombies/gc_no_raii/bug-repro/assert.c
(added)
tests/zombies/gc_no_raii/bug-repro/blockers.tar.gz
(added)
tests/zombies/gc_no_raii/bug-repro/blockers/explicit_cast.c
(added)
tests/zombies/gc_no_raii/bug-repro/blockers/file_scope.c
(added)
tests/zombies/gc_no_raii/bug-repro/blockers/recursive_realloc.c
(added)
tests/zombies/gc_no_raii/bug-repro/crash.c
(added)
tests/zombies/gc_no_raii/bug-repro/deref.c
(added)
tests/zombies/gc_no_raii/bug-repro/field.c
(added)
tests/zombies/gc_no_raii/bug-repro/find.c
(added)
tests/zombies/gc_no_raii/bug-repro/inline.c
(added)
tests/zombies/gc_no_raii/bug-repro/malloc.c
(added)
tests/zombies/gc_no_raii/bug-repro/not_equal.c
(added)
tests/zombies/gc_no_raii/bug-repro/oddtype.c
(added)
tests/zombies/gc_no_raii/bug-repro/push_back.c
(added)
tests/zombies/gc_no_raii/bug-repro/push_back.h
(added)
tests/zombies/gc_no_raii/bug-repro/realloc.c
(added)
tests/zombies/gc_no_raii/bug-repro/return.c
(added)
tests/zombies/gc_no_raii/bug-repro/return_template.c
(added)
tests/zombies/gc_no_raii/bug-repro/slow_malloc.c
(added)
tests/zombies/gc_no_raii/bug-repro/static_const_local.c
(added)
tests/zombies/gc_no_raii/bug-repro/test-assert.cpp
(added)
tests/zombies/gc_no_raii/bug-repro/void_pointer.c
(added)
tests/zombies/gc_no_raii/bug-repro/while.c
(added)
tests/zombies/gc_no_raii/bug-repro/zero.c
(added)
tests/zombies/gc_no_raii/pool-alloc/allocate-malign.c
(added)
tests/zombies/gc_no_raii/pool-alloc/allocate-malloc.c
(added)
tests/zombies/gc_no_raii/pool-alloc/allocate-mmap.c
(added)
tests/zombies/gc_no_raii/pool-alloc/allocate-win-valloc.c
(added)
tests/zombies/gc_no_raii/premake4.lua
(added)
tests/zombies/gc_no_raii/src/allocate-pool.c
(added)
tests/zombies/gc_no_raii/src/allocate-pool.h
(added)
tests/zombies/gc_no_raii/src/gc.h
(added)
tests/zombies/gc_no_raii/src/gcpointers.c
(added)
tests/zombies/gc_no_raii/src/gcpointers.h
(added)
tests/zombies/gc_no_raii/src/internal/card_table.h
(added)
tests/zombies/gc_no_raii/src/internal/collector.c
(added)
tests/zombies/gc_no_raii/src/internal/collector.h
(added)
tests/zombies/gc_no_raii/src/internal/gc_tools.h
(added)
tests/zombies/gc_no_raii/src/internal/globals.h
(added)
tests/zombies/gc_no_raii/src/internal/memory_pool.c
(added)
tests/zombies/gc_no_raii/src/internal/memory_pool.h
(added)
tests/zombies/gc_no_raii/src/internal/object_header.c
(added)
tests/zombies/gc_no_raii/src/internal/object_header.h
(added)
tests/zombies/gc_no_raii/src/internal/state.c
(added)
tests/zombies/gc_no_raii/src/internal/state.h
(added)
tests/zombies/gc_no_raii/src/test_include.c
(added)
tests/zombies/gc_no_raii/src/tools.h
(added)
tests/zombies/gc_no_raii/src/tools/checks.h
(added)
tests/zombies/gc_no_raii/src/tools/print.c
(added)
tests/zombies/gc_no_raii/src/tools/print.h
(added)
tests/zombies/gc_no_raii/src/tools/worklist.h
(added)
tests/zombies/gc_no_raii/test/badlll.c
(added)
tests/zombies/gc_no_raii/test/gctest.c
(added)
tests/zombies/gc_no_raii/test/operators.c
(added)
tests/zombies/hashtable.cfa
(added)
tests/zombies/hashtable2.cfa
(added)
tests/zombies/huge.c
(added)
tests/zombies/includes.c
(added)
tests/zombies/index.h
(added)
tests/zombies/io/cat.c
(added)
tests/zombies/io/filereader.c
(added)
tests/zombies/io/simple/client.c
(added)
tests/zombies/io/simple/server.c
(added)
tests/zombies/io/simple/server.cfa
(added)
tests/zombies/io/simple/server_epoll.c
(added)
tests/zombies/io_uring.txt
(added)
tests/zombies/it_out.c
(added)
tests/zombies/multicore.c
(added)
tests/zombies/new.c
(added)
tests/zombies/poly-bench.c
(added)
tests/zombies/prolog.c
(added)
tests/zombies/quad.c
(added)
tests/zombies/s.c
(added)
tests/zombies/simplePoly.c
(added)
tests/zombies/simpler.c
(added)
tests/zombies/specialize.c
(added)
tests/zombies/square.c
(added)
tests/zombies/twice.c
(added)
tests/zombies/wrapper/.gitignore
(added)
tests/zombies/wrapper/premake4.lua
(added)
tests/zombies/wrapper/src/main.c
(added)
tests/zombies/wrapper/src/pointer.h
(added)
tests/zombies/zero_one.c
(added)
Note:
See
TracChangeset
for help on using the changeset viewer.
Download in other formats:
Unified Diff
Zip Archive