]> git.llucax.com Git - software/dgc/cdgc.git/commit
Remove Tango dependency
authorLeandro Lucarella <llucax@gmail.com>
Sat, 16 Jan 2010 00:29:31 +0000 (21:29 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Sat, 16 Jan 2010 00:39:14 +0000 (21:39 -0300)
commitf102613fc4eccc2bc732885bf78aeaa8804b9208
treead760b4f360cafc9bda01e312d3dea78ef8caa8a
parentb8af9d3c77843fc75c260f6c95028f769015532c
Remove Tango dependency

To avoid Tango dependency, we need to write our own C-API interface. This
is done in the new gc.libc module. In the future, maybe this module will
use Tango or Phobos accordly, but for now we stay free of dependencies (at
the expense of some extra work).
Makefile
gc/alloc.d
gc/bits.d
gc/gc.d
gc/iface.d
gc/libc.d [new file with mode: 0644]