libgc 1:7.2d-5ubuntu2 source package in Ubuntu

Changelog

libgc (1:7.2d-5ubuntu2) trusty; urgency=medium

  * Don't run the tests when cross building.
 -- Matthias Klose <email address hidden>   Sun, 08 Dec 2013 02:30:22 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Trusty
Original maintainer:
Christoph Egger
Architectures:
any
Section:
devel
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main devel

Downloads

File Size SHA-256 Checksum
libgc_7.2d.orig.tar.gz 1.2 MiB d9fe0ae8650d43746a48bfb394cab01a319f3809cee19f8ebd16aa985b511c5e
libgc_7.2d-5ubuntu2.debian.tar.gz 17.8 KiB b5ddf3f47790401a4ca9abffbc9148bb0b3284b8094de61abdbc15de1d55c47a
libgc_7.2d-5ubuntu2.dsc 1.3 KiB 563a18866419f8d091e8edc1168623285c0a07a15d4516649af49a3209c97381

Available diffs

View changes file

Binary packages built by this source

libgc-dev: conservative garbage collector for C (development)

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s 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
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.
 .
 This package is required to compile and link programs that use libgc1c2.

libgc1c2: conservative garbage collector for C and C++

 Boehm-Demers-Weiser's GC is a garbage collecting storage allocator that is
 intended to be used as a plug-in replacement for C's malloc or C++'s 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
 used.
 .
 This version of the collector is thread safe, has C++ support and uses the
 defaults for everything else. However, it does not work as a drop-in malloc(3)
 replacement.