Name bdwgc
Version 8.2.2 (cd1fbc1dbfd2cc888436944dd2784f39820698d7)
Summary A garbage collector for C and C++
Description The Boehm-Demers-Weiser conservative garbage collector can be used as a garbage collecting replacement for C malloc or C++ new. It allows you to allocate memory basically as you normally would, without explicitly deallocating memory that is no longer useful. The collector automatically recycles memory when it determines that it can no longer be otherwise accessed. The collector is also used by a number of programming language implementations that either use C as intermediate code, want to facilitate easier interoperation with C libraries, or just prefer the simple collector interface. Alternatively, the garbage collector may be used as a leak detector for C or C++ programs, though that is not its primary goal. Empirically, this collector works with most unmodified C programs, simply by replacing malloc with GC_malloc calls, replacing realloc with GC_realloc calls, and removing free calls.
Section devel
License MIT
Homepage http://www.hboehm.info/gc/
Recipe file recipes-support/bdwgc/bdwgc_8.2.2.bb
Layer meta-oe (mickledore branch)
Inherits
  • autotools
  • pkgconfig
  • siteconfig
  • siteinfo
Dependencies
  • autoconf-native
  • automake-native
  • libatomic-ops
  • libtool-cross
  • libtool-native
  • pkgconfig-native
  • virtual/i686-oe-linux-compilerlibs
  • virtual/i686-oe-linux-gcc
  • virtual/libc
PACKAGECONFIG options

Sources

git://github.com/ivmai/bdwgc.git

Patches

None

Other branches

This recipe in other branches of meta-oe:

Branch Recipe
master bdwgc 8.2.8
scarthgap (Yocto Project 5.0) bdwgc 8.2.6
nanbield (Yocto Project 4.3) bdwgc 8.2.4
mickledore (Yocto Project 4.2) bdwgc 8.2.2 (this recipe)
langdale (Yocto Project 4.1) bdwgc 8.2.2
kirkstone (Yocto Project 4.0) bdwgc 8.2.0
honister (Yocto Project 3.4) bdwgc 8.0.6
hardknott (Yocto Project 3.3) bdwgc 8.0.4
gatesgarth (Yocto Project 3.2) bdwgc 8.0.4
dunfell (Yocto Project 3.1) bdwgc 8.0.4
zeus (Yocto Project 3.0) bdwgc 8.0.4
warrior (Yocto Project 2.7) bdwgc 7.6.12
thud (Yocto Project 2.6) bdwgc 7.6.0
sumo (Yocto Project 2.5) bdwgc 7.6.0
rocko (Yocto Project 2.4) bdwgc 7.6.0