Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 383817 - dev-cpp/sparsehash-1.12 version bump
Summary: dev-cpp/sparsehash-1.12 version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal enhancement (vote)
Assignee: C++ Team [disbanded]
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-09-20 11:33 UTC by Tolga Dalman
Modified: 2012-06-16 08:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tolga Dalman 2011-09-20 11:33:40 UTC
Changelog from http://code.google.com/p/google-sparsehash/:
* sparsehash: version 1.11 release
* Improve performance on pointer keys by ignoring always-0 low bits
* Fix missing $(top_srcdir) in Makefile.am, which broke some compiles
* BUGFIX: Fix a crashing typo-bug in swap()
* PORTING: Remove support for old compilers that do not use 'std'
* Add some new benchmarks to test for a place dense_hash_* does badly
* Some cosmetic changes due to a switch to a new releasing tool

Thanks!
Comment 1 Johan Bergström 2011-12-27 19:41:41 UTC
	* sparsehash: version 1.12 release
	* Add support for serializing/unserializing dense_hash_map/set to disk
	* New simpler and more flexible serialization API
	* Be more consistent about clearing on unserialize() even if it fails
	* Quiet some compiler warnings about unused variables
	* Add a timing test for iterating (suggested by google code issue 77)
	* Add offset_to_pos, the opposite of pos_to_offset, to sparsetable
	* PORTING: Add some missing #includes, needed on some systems
	* Die at configure-time when g++ isn't installed
	* Successfully make rpm's even when dpkg is missing
	* Improve deleted key test in util/gtl/{dense,sparse}hashtable
	* Update automake to 1.10.1, and autoconf to 2.62
Comment 2 Tiziano Müller (RETIRED) gentoo-dev 2012-06-16 08:23:06 UTC
Version 2.0.2 is now in the tree.