Index index by Group index by Distribution index by Vendor index by creation date index by Name Mirrors Help Search

gc-devel-7.6.4-1.16 RPM for s390x

From OpenSuSE Leap 15.3 for s390x

Name: gc-devel Distribution: SUSE Linux Enterprise 15
Version: 7.6.4 Vendor: SUSE LLC <https://www.suse.com/>
Release: 1.16 Build date: Sat May 26 01:45:42 2018
Group: Development/Libraries/C and C++ Build host: s390lp8
Size: 521191 Source RPM: gc-7.6.4-1.16.src.rpm
Packager: https://www.suse.com/
Url: http://www.hboehm.info/gc/
Summary: A garbage collector for C and C++
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.

Provides

Requires

License

BSD-3-Clause

Changelog

* Tue Jan 30 2018 jengelh@inai.de
  - Update to new upstream release 7.6.4
    * Also enable the TSX workaround for i386 (Linux)
    * Relax mark_mutex attribute needed to disable elision (Linux/x64)
    * Process all PT_LOAD segments before PT_GNU_RELRO segments (Glibc)
    * Add API function to calculate total memory in use by all GC blocks
    * Add API function to set/modify GC log file descriptor (Unix)
    * Add alt-stack registration support
    * Implement the finalization extension API
    * Implement thread suspend/resume API (Linux threads only)
* Mon Feb 01 2016 rguenther@suse.com
  - Force -std=gnu++98 for C++ testcases.
* Thu Mar 05 2015 jengelh@inai.de
  - Update homepage URLs
* Mon Dec 29 2014 p.drouand@gmail.com
  - Update to version 7.4.2
    * Add config option to use STGRTMIN-based signals for thread
    suspend/resume.
    * Allow parallel mark to be enabled on powerpc-linux systems.
    * Fix 'Array subscript is above array bounds' GCC warning in
    GC_new_kind/proc.
    * Fix 'attribute declaration must precede definition' warning.
    * Fix GC_finalized_malloc failure on disclaim_test.
    * Fix GC_sig_suspend initialization when non-constant SIGRTMIN used.
    * Fix data roots registration for Android/x86 and NDK ARM 'gold'
    linker.
    * Fix find stackbottom on BlueGene P/Q systems.
    * Fix machdep .lo files path in configure (SPARC, IA-64).
    * Fix ok_init assignment (missing cast) in GC_new_kind_inner.
  - Remove aarch64-support.patch; merged on upstream release
  - gc project has a new home; update URL tag and download source URL
* Sun May 26 2013 jengelh@inai.de
  - Make use of external libatomic_ops --
    openSUSE has it in a separate source package
  - Fix version: 7.2d is not a prerelease, so there is no need to
    call it 7.1*
  - More portable make install call; more robust file list
* Sat May 25 2013 root@localhost
  - libatomic_ops-aarch64.patch: update makefile to install missing headers,
    don't use AO_EXPECT_FALSE.
* Sat May 18 2013 schwab@suse.de
  - aarch64-support.patch: aarch64 support for gc from upstream
  - libatomic_ops-aarch64.patch: aarch64 support for libatomic_ops from
    upstream add-aarch64-support branch
* Mon Mar 25 2013 dmueller@suse.com
  - update to 7.2d
    + no upstream changelog available, but bring it two years
      further up to date
  - remove all patches. All upstream meanwhile
  - fix packaging of atomic_ops.pc
* Sun Mar 03 2013 jengelh@inai.de
  - Record autoconf requirements in spec file
* Tue Aug 07 2012 uli@suse.com
  - fix for malloc()/calloc() overflows (CVE-2012-2673, bnc#765444)
* Sat Feb 11 2012 coolo@suse.com
  - put the provides for libatomic-ops-devel in a package actually
    in existance
* Sun Dec 25 2011 idonmez@suse.com
  - Provide libatomic-ops-devel package too
* Tue Dec 13 2011 werner@suse.de
  - To use this with asymptote from TeX Live large config is required.
    Also fast garbage collection iby using pthread-based parallel mark
    implementation will help a lot.
* Sat Oct 01 2011 coolo@suse.com
  - add libtool as buildrequire to make the spec file more reliable
* Fri Sep 30 2011 crrodriguez@opensuse.org
  - Workaround qemu-arm bugs.
* Thu Sep 22 2011 jengelh@medozas.de
  - Implement shlib policy
  - Resolve rpmlint warning "no-pkg-config-provides"
  - Remove redundant/obsolete tags (cf. specfile guidelines;
    License field is inherited from (main) subpackage)
* Mon Jun 20 2011 pgajdos@novell.com
  - updated to 7.2alpha6
    * many bug fixes and new features from 6.6, see doc/README.changes
      for older changes and ChangeLog for recent changes
* Thu Apr 02 2009 crrodriguez@suse.de
  - remove static libraries and "la" files
  - run make check

Files

/usr/include/gc
/usr/include/gc.h
/usr/include/gc/cord.h
/usr/include/gc/cord_pos.h
/usr/include/gc/ec.h
/usr/include/gc/gc.h
/usr/include/gc/gc_allocator.h
/usr/include/gc/gc_backptr.h
/usr/include/gc/gc_config_macros.h
/usr/include/gc/gc_cpp.h
/usr/include/gc/gc_disclaim.h
/usr/include/gc/gc_gcj.h
/usr/include/gc/gc_inline.h
/usr/include/gc/gc_mark.h
/usr/include/gc/gc_pthread_redirects.h
/usr/include/gc/gc_tiny_fl.h
/usr/include/gc/gc_typed.h
/usr/include/gc/gc_version.h
/usr/include/gc/javaxfc.h
/usr/include/gc/leak_detector.h
/usr/include/gc/weakpointer.h
/usr/include/gc_cpp.h
/usr/lib64/libcord.so
/usr/lib64/libgc.so
/usr/lib64/libgccpp.so
/usr/lib64/pkgconfig/bdw-gc.pc
/usr/share/doc/packages/gc
/usr/share/doc/packages/gc/AUTHORS
/usr/share/doc/packages/gc/README.DGUX386
/usr/share/doc/packages/gc/README.amiga
/usr/share/doc/packages/gc/README.arm.cross
/usr/share/doc/packages/gc/README.autoconf
/usr/share/doc/packages/gc/README.cmake
/usr/share/doc/packages/gc/README.cords
/usr/share/doc/packages/gc/README.darwin
/usr/share/doc/packages/gc/README.environment
/usr/share/doc/packages/gc/README.ews4800
/usr/share/doc/packages/gc/README.hp
/usr/share/doc/packages/gc/README.linux
/usr/share/doc/packages/gc/README.macros
/usr/share/doc/packages/gc/README.md
/usr/share/doc/packages/gc/README.rs6000
/usr/share/doc/packages/gc/README.sgi
/usr/share/doc/packages/gc/README.solaris2
/usr/share/doc/packages/gc/README.symbian
/usr/share/doc/packages/gc/README.uts
/usr/share/doc/packages/gc/README.win64
/usr/share/doc/packages/gc/debugging.html
/usr/share/doc/packages/gc/finalization.html
/usr/share/doc/packages/gc/gc.man
/usr/share/doc/packages/gc/gcdescr.html
/usr/share/doc/packages/gc/gcinterface.html
/usr/share/doc/packages/gc/leak.html
/usr/share/doc/packages/gc/overview.html
/usr/share/doc/packages/gc/porting.html
/usr/share/doc/packages/gc/scale.html
/usr/share/doc/packages/gc/simple_example.html
/usr/share/doc/packages/gc/tree.html


Generated by rpm2html 1.8.1

Fabrice Bellet, Tue Apr 9 15:08:25 2024