Commit Graph

  • 8de8b467ac Fix "partly outside array bounds" warnings for GCC 12 master Vitaliy Filippov 2024-01-15 03:03:28 +0300
  • 45e6d1f131 Replace deprecated allocator::rebind with allocator_traits::rebind_alloc Vitaliy Filippov 2022-05-04 11:45:52 +0300
  • 6e20146406 Fix "btree_internal_locate_* previously defined as class" warnings Vitaliy Filippov 2022-01-15 23:37:53 +0300
  • 8dad748216 Ability to store an extra portion data of fixed, yet unknown during compilation, size with every value extra-data Vitaliy Filippov 2020-11-28 00:09:59 +0300
  • 5dc108754a Fix "Dereferencing type-punned pointer will break strict aliasing rules..." Vitaliy Filippov 2020-03-14 02:13:05 +0300
  • 92ec61e4b8 Fix the printf problem -- use std::cout :) Joshua MacDonald 2013-02-08 23:14:47 -0800
  • 54f346f981 Update README / CMakeLists.txt; fix for -Wformat warning in btree_bench.cc Joshua MacDonald 2013-02-08 22:56:25 -0800
  • f85129d4d7 Fixes for open-source build following upstream bug fix josh macdonald 2013-02-05 22:12:13 -0800
  • c790956d18 Fix several range constructor bugs: (a) btree_multiset's range constructor did not compile (b) btree_map's range constructor ignored the inputs! These bugs were masked by the test, which due to an oversight skipped the use of range constructors as part of the {base,unique,multi}_checker testing types. Verified that the corrected test fails without the fix, added an additional sanity check (which made the problem stand out independent of the problems discovered in btree_test.h) Joshua MacDonald 2013-02-05 22:04:33 -0800
  • 5633058db4 Update copyright notices; scrub a few references to Cord, StringPiece Joshua MacDonald 2013-01-25 00:46:48 -0800
  • 7aad0f28fd Update README; remove benchmarks.awk sername=jmacd 2013-01-22 15:57:34 -0800
  • ce6c9fd34c Build fixes josh macdonald 2013-01-14 02:08:38 -0800
  • 2fd7ed36a9 Make btree_bench work; compiled & tested on OS X 10.7.5 using gcc 4.7.2 -std=c++11 josh macdonald 2013-01-13 00:16:02 -0800
  • 88853fbc9e Build outside of Google; add CMakeLists.txt, README Josh MacDonald 2012-07-17 17:25:01 -0700
  • 9783752d62 Remove files that are very google-specific Josh MacDonald 2012-07-17 17:22:55 -0700
  • eaf6eb103d Updates from google3; adding safe_btree comments, container (in)equality operators Josh MacDonald 2012-07-17 17:20:45 -0700
  • 89a0af9086 Simplify btree_base_field_type<> Josh MacDonald 2011-12-14 13:47:35 -0800
  • 9fe3bb3b33 support for >= 256 values per node Josh MacDonald 2011-12-14 10:14:35 -0800
  • dd97f135d0 Fix for kTargetNodeSize too large Josh MacDonald 2011-12-13 10:48:14 -0800
  • 1a14ff58c9 Initial checkin of C++ btree code, has some useless google3-specific bits to be removed and needs a Makefile. Josh MacDonald 2011-12-12 13:46:12 -0800