0193642bf8Merge pull request #35 from akrieger/working
j4cbo
2015-04-22 16:36:27 -0700
e15ff418ddFor extra safety, add an explicit bounds check in utf8 parsing.
Andrew Krieger
2015-04-22 14:00:47 -0700
cfdd67577cUse strtod not atof
Steven Kabbes
2014-11-18 15:57:04 +0100
ae9542cc35in encode_utf8, there is an implicit truncating cast that VS2015CTP6 is warning about. I've added static_cast<char> to silence the warning and express the intent.
Steve Carroll
2015-03-03 17:47:56 -0800
51166ddca6Merge pull request #27 from k0zmo/const-pair
j4cbo
2015-01-08 13:41:49 -0800
7fd738ae42iterate over pair of const string and Json
k0zmo
2014-12-30 10:28:51 +0100
be631169dbMerge pull request #24 from masamitsu-murase/use_compare
j4cbo
2014-12-04 10:14:07 -0800
e31ac4ebb4Merge pull request #23 from masamitsu-murase/use_static_cast_for_hierarchy_navigation
j4cbo
2014-12-03 16:29:28 -0800
37ca641d82Use static_cast instead of reinterpret_cast for hierarchy navigation.
Masamitsu MURASE
2014-11-30 03:49:23 +0900
c6a8736171Use string::compare to improve performance.
Masamitsu MURASE
2014-11-30 03:36:23 +0900
6de4c29e76fix int->double->int conversion in JsonInt
Jacob Potter
2014-09-22 11:59:58 -0700
73baf7e677Style fixes
Jacob Potter
2014-09-15 11:33:11 -0700
679e4b83d2Another VS14 fix
Jacob Potter
2014-08-14 12:14:21 -0700
7103522344Identify map- and vector-like objects in a VS14-compatible way
Jacob Potter
2014-08-13 14:58:20 -0700
d9bdd84c76Limit maximum nesting depth (issue reported by Jeff Larson)
Jacob Potter
2014-06-04 12:22:06 -0700
80578664deMerge pull request #1 from CodeFridge/feature/const
j4cbo
2014-03-27 08:42:43 -0700
731322c2b8Add const to comparisons
Steven Kabbes
2014-03-27 03:55:52 -0700
277e1b166fMake Json safe to use during static initialization.
Jacob Potter
2014-01-29 13:30:18 -0800
d2e5485973Spacing fix
Jacob Potter
2014-01-27 10:59:17 -0800
979cb4ca76Add LICENSE.txt; some minor cleanups
Jacob Potter
2013-10-01 19:04:32 -0700
fe5e2167a5Initial commit
Jacob Potter
2013-09-03 14:45:11 -0700
92ec61e4b8Fix the printf problem -- use std::cout :)
Joshua MacDonald
2013-02-08 23:14:47 -0800
54f346f981Update README / CMakeLists.txt; fix for -Wformat warning in btree_bench.cc
Joshua MacDonald
2013-02-08 22:56:25 -0800
f85129d4d7Fixes for open-source build following upstream bug fix
josh macdonald
2013-02-05 22:12:13 -0800
c790956d18Fix 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
5633058db4Update copyright notices; scrub a few references to Cord, StringPiece
Joshua MacDonald
2013-01-25 00:46:48 -0800
9fe3bb3b33support for >= 256 values per node
Josh MacDonald
2011-12-14 10:14:35 -0800
dd97f135d0Fix for kTargetNodeSize too large
Josh MacDonald
2011-12-13 10:48:14 -0800
1a14ff58c9Initial 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