Skip to content

bdwgc/bdwgc-d

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bdwgc-d -- Boehm-Demers-Weiser conservative garbage collector library for D

Static Badge Latest release Artifacts Ask DeepWiki

D library for interfacing with libgc (bdwgc) using importC

What's the difference between libgc-d?

A: bdwgc-d is generated by importC, not manual binding wrapper.

Required

Warning

GDC/GNU D does not directly compile C files into modules.

How to use

dub add bdwgc-d

Compiler Support

bdwgc-d should be compatible with multiple D compilers including ldc2, and dmd. When you use dub to build your project, it should automatically detect the compiler you have installed and use it to compile your code.

Acknowledge for reference