File tree Expand file tree Collapse file tree 4 files changed +1
-14
lines changed
Expand file tree Collapse file tree 4 files changed +1
-14
lines changed Original file line number Diff line number Diff line change 1- [submodule "experimental_allocator "]
2- path = experimental_allocator
3- url = https://github.com/Hackerpilot/experimental_allocator.git
Original file line number Diff line number Diff line change 11{
22 "name" : " emsi_containers" ,
3- "description" : " Containers that do not use the GC " ,
3+ "description" : " Containers that use Phobos' experimental allocators " ,
44 "homepage" : " https://github.com/economicmodeling/containers" ,
55 "license" : " BSL-1.0" ,
66 "authors" : [
77 " EMSI"
88 ],
9- "dependencies" : {
10- "experimental_allocator" : " ~>2.70.0-b1"
11- }
129}
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -33,13 +33,7 @@ looptest: looptest.d
3333 ../src/memory/allocators.d \
3434 ../src/containers/ttree.d \
3535 ../src/containers/internal/node.d \
36- ../experimental_allocator/src/std/experimental/allocator/package.d \
37- ../experimental_allocator/src/std/experimental/allocator/common.d \
38- ../experimental_allocator/src/std/experimental/allocator/gc_allocator.d \
39- ../experimental_allocator/src/std/experimental/allocator/mallocator.d \
40- ../experimental_allocator/src/std/experimental/allocator/typed.d \
4136 -I../src/ \
42- -I../experimental_allocator/src/ \
4337
4438clean :
4539 rm -f tests
You can’t perform that action at this time.
0 commit comments