vibe-core/source/vibe/internal
Sönke Ludwig cfb4f83113 Add makeGCSafe/disposeGCSafe as GC safe variants of make/dispose.
If necessary, these will call GC.addRange/GC.removeRange to avoid dangling GC references.
2017-07-20 13:34:12 +02:00
..
allocator.d Add makeGCSafe/disposeGCSafe as GC safe variants of make/dispose. 2017-07-20 13:34:12 +02:00
array.d Use scope parameters for FixedRingBuffer as appropriate. 2017-02-22 19:51:15 +01:00
async.d Remove all trailing whitespace 2017-07-03 12:19:27 +02:00
freelistref.d Fix some safety annotation issues. 2016-11-10 12:19:39 +01:00
hashmap.d Use a thread local allocator instead of processAllocator in HashMap. 2017-06-28 17:22:13 +02:00
interfaceproxy.d Fix InterfaceProxy when used with class instances. 2017-07-19 00:10:39 +02:00
string.d Use std.experimental.allocator and remove the custom allocator module. 2016-11-08 15:32:25 +01:00
traits.d Remove all trailing whitespace 2017-07-03 12:19:27 +02:00
typetuple.d Initial commit. 2016-03-01 20:30:42 +01:00