Share

google-sparsehash

Code

Programming Languages: C++

License: BSD License

Show:

What's happening?

  • google-sparsehash

    efalk added dbentley49 to the google-sparsehash project.

    2009-05-16 19:29:42 UTC by efalk

  • Comment: Visual C++ 7.1 patch for google-sparsehash ver. 0.3

    Closing; I've moved this patch verbatim over to code.google.com/p/google-sparsehash, where all future development will be happening.

    2007-01-26 02:09:29 UTC by csilvers

  • Comment: Visual C++ 7.1 patch and solution

    Closing; I've moved this patch verbatim over to code.google.com/p/google-sparsehash, where all future development will be happening.

    2007-01-26 02:07:44 UTC by csilvers

  • Moved to code.google.com

    This project has moved to code.google.com. Check out http://code.google.com/p/google-sparsehash/.

    2007-01-25 23:15:41 UTC by csilvers

  • Comment: V0.5 include path problem when build out of src tree

    Hmm, probably the right fix is to not include those auto-generated files in the tar file; I'm not sure how they got in there. In any case, you should run ./configure on your system to make sure the auto-generated files are right for you. I'd hate to have the default files "kinda of" work, where they compile but don't produce correct results! For that reason, I'd rather not apply the patch...

    2007-01-16 23:57:56 UTC by csilvers

  • V0.5 include path problem when build out of src tree

    It seems that the 0.5 tar.gz file contains a few configure generated files: src/google/sparsehash/config.h src/google/sparsehash/hash_fun.h src/hash_map.h If leaving these files untouched, build out tree would be OK in some cases, but not in others. The following small patch seems to work for me: diff --git a/Makefile.am b/Makefile.am index c6bafff..3748d56 100644 --- a/Makefile.am.

    2006-12-09 17:28:18 UTC by nobody

  • Version 0.5 released

    Sat Oct 21 13:47:47 2006 Google Inc. <opensource@google.com> * sparsehash: version 0.5 release * Support uint16_t (SunOS) in addition to u_int16_t (BSD) (csilvers) * Get rid of UNDERSTANDS_ITERATOR_TAGS; everyone understands (csilvers) * Test that empty-key and deleted-key differ (rbayardo) * Fix example docs: strcmp needs to test for NULL...

    2006-10-22 23:52:05 UTC by csilvers

  • Comment: config.h #defines conflict with user's definitions

    Logged In: YES user_id=1239124 Fixed in release 0.4.

    2006-05-10 03:51:05 UTC by csilvers

  • Comment: postfix ++ in const_iterator

    Logged In: YES user_id=1239124 Fixed in release 0.4.

    2006-05-10 03:50:40 UTC by csilvers

  • Version 0.4 released

    * Remove POD requirement for keys and values! (austern) * Add tr1-compatible type-traits system to speed up POD ops. (austern) * Fixed const-iterator bug where postfix ++ didn't compile. (csilvers) * Fixed iterator comparison bugs where <= was incorrect. (csilvers) * Clean up config.h to keep its #defines from conflicting. (csilvers) * Big do.

    2006-05-10 03:43:01 UTC by csilvers