| 2013-04-12 |
blep | - Patch #3393345: BOOST_FOREACH compatibility. Made... master |
commit | commitdiff | tree |
| 2013-04-12 |
blep | Patch #3600941: Missing field copy in Json::Value:... |
commit | commitdiff | tree |
| 2013-04-12 |
blep | Patch #3539678: Copy constructor does not initialize... |
commit | commitdiff | tree |
| 2013-02-18 |
blep | Fix gcc -Wall warnings (patch from Matt McCormick) |
commit | commitdiff | tree |
| 2012-12-20 |
blep | Fixed warning(error?) on #if testing value of _MSC_VER... |
commit | commitdiff | tree |
| 2012-07-27 |
blep | Added missing "include/json/assertions.h" header in... |
commit | commitdiff | tree |
| 2012-03-12 |
aaronjacobs | Made it possible to drop null placeholders from array... git-svn |
commit | commitdiff | tree |
| 2012-01-08 |
aaronjacobs | Added an exit() to JSON_FAIL_MESSAGE to fix "no return... |
commit | commitdiff | tree |
| 2011-12-22 |
aaronjacobs | Got rid of several unnecessary includes of <iostream>. |
commit | commitdiff | tree |
| 2011-09-14 |
aaronjacobs | Made JSON_USE_EXCEPTION's value in config.h a default... |
commit | commitdiff | tree |
| 2011-06-24 |
christopherdunn | Updated bug-fix list. |
commit | commitdiff | tree |
| 2011-06-22 |
christopherdunn | bug#2407932: strpbrk() could fail for NULL pointer. |
commit | commitdiff | tree |
| 2011-06-22 |
christopherdunn | bug#3306345: minor typo in Path::resolve() -- missing... |
commit | commitdiff | tree |
| 2011-06-22 |
christopherdunn | (bug#3314841) Fixed JSON_IS_AMALGAMATION. Using os... |
commit | commitdiff | tree |
| 2011-06-21 |
christopherdunn | More missing constructor initializers found by Coverity. |
commit | commitdiff | tree |
| 2011-06-21 |
christopherdunn | Another simple addition for constructor initialization... |
commit | commitdiff | tree |
| 2011-06-21 |
christopherdunn | Simple changes to Reader initialization, from Chromium... |
commit | commitdiff | tree |
| 2011-06-21 |
christopherdunn | More eol changes. |
commit | commitdiff | tree |
| 2011-06-21 |
christopherdunn | Switched CRLF to LF in repo, and added svn:eol-style... |
commit | commitdiff | tree |
| 2011-06-21 |
christopherdunn | Just testing whether I can still commit changes. I... |
commit | commitdiff | tree |
| 2011-05-27 |
blep | Fixed unit tests execution on MSVC 6 by removing usage... |
commit | commitdiff | tree |
| 2011-05-26 |
blep | Fixed compilation issues with MSVC 6: replace usage... |
commit | commitdiff | tree |
| 2011-05-26 |
blep | Fixed MSVS 2003, 2005 and 2008 tests execution by norma... |
commit | commitdiff | tree |
| 2011-05-26 |
blep | Fixed unit test failure on IBM AIX xlC by hard-coding... |
commit | commitdiff | tree |
| 2011-05-26 |
blep | - Fixed unit test compilation on MSVS 2003, 2005 and... |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Fixed some test bugs that show up when 64-bit mode... |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Added a few test cases that Google is using internally... |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Another round of attempting to fix VC++ errors... |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Fixed more default cases. |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Got rid of some unreachable code. |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Fixed a double -> float compilation warning/error. |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Reworked the type conversion system again, so that:A |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Made the unit test's output more readable, adding to... |
commit | commitdiff | tree |
| 2011-05-26 |
aaronjacobs | Made jsontest work with 64-bit integers, and fixed... |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Removed some out of date TODOs. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed test failures with 64-bit support disabled. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed a 'comparison between signed and unsigned' error. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Added line breaks to make error messages easier to... |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed a compilation warning/error. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Gave a more consistent behavior to the Value::isFoo... |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed bugs in asInt64 and asUInt64. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Added tests for default numeric values. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed a test bug. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Made tests more comprehensive. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Gave tests more general names in preparation for making... |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed some whitespace. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Added tests for 64-bit integers. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Greatly fleshed out numeric type tests. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Added some missing checks. |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Renamed test cases to make more sense with the upcoming... |
commit | commitdiff | tree |
| 2011-05-25 |
aaronjacobs | Fixed a whitespace problem. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Fixed a "comparison between signed and unsigned" warnin... |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Added a .gitignore file, for ease of use with git-svn. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Fixed a missing include error. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Fixed a parsing bug in decodeNumber, updating the faili... |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Added some test cases that catch a parsing bug. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Fixed a bunch of compilation errors when JSON_HAS_INT64... |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Centralized assertion macros and made them obey JSON_US... |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Made two security fixes. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Updated a cast to use a more appropriate type. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Fixed constructor initializer list order warnings/errors. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Removed an unused typedef. |
commit | commitdiff | tree |
| 2011-05-24 |
aaronjacobs | Fixed a hard to debug crash on OS X related to sscanf... |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Released 0.6.0-rc2 |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Release 0.6.0-rc2 |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGA... |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Value::compare() is now const and has an actual impleme... |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Untabified some sources |
commit | commitdiff | tree |
| 2011-05-02 |
blep | - Added unit tests for comparison operators (except... |
commit | commitdiff | tree |
| 2011-05-02 |
blep | - Bug #3200841: removed "warning C4127: conditional... |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Bug #3200841: removed "warning C4127: conditional expre... |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Released 0.6.0-rc1 |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Need more tests on unicode |
commit | commitdiff | tree |
| 2011-05-02 |
blep | Added support for amalgated source and header generatio... |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Release 0.6.0-rc1 |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Release test-0.6.0 |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Release test-0.6.0 |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Added support for amalgated source and header generatio... |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Added project URL. |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Added recommended include path. |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Added known bug reference for experimental internal... |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Renamed Reader::getFormatedErrorMessages() to getFormat... |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Fixed bug #3139678: stack buffer overflow when parsing... |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed... |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Fixed latest readme.txt url. |
commit | commitdiff | tree |
| 2011-05-01 |
blep | Fixed url for scons 1.2 download. Clarify manual test... |
commit | commitdiff | tree |
| 2010-12-27 |
blep | Major rework of 64 integer support: 64 bits integer... |
commit | commitdiff | tree |
| 2010-12-24 |
blep | Fixed some documentation issues pointed out by Daniel. |
commit | commitdiff | tree |
| 2010-12-24 |
blep | Added float Json::Value::asFloat() to obtain a floating... |
commit | commitdiff | tree |
| 2010-12-24 |
blep | - Array index can be passed as int to operator[], allow... |
commit | commitdiff | tree |
| 2010-04-27 |
blep | updated license with clearer information |
commit | commitdiff | tree |
| 2010-04-27 |
blep | - added unit test and roadmap for handling of escape... |
commit | commitdiff | tree |
| 2010-04-20 |
blep | JsonCpp is now licensed under MIT license, or public... |
commit | commitdiff | tree |
| 2010-04-19 |
blep | - Moved definition of Json::Int and Json::UInt to confi... |
commit | commitdiff | tree |
| 2010-04-14 |
blep | - added need for 64 bits integer to roadmap |
commit | commitdiff | tree |
| 2010-03-13 |
blep | Removed experimental ValueAllocator, it caused static... |
commit | commitdiff | tree |
| 2010-03-13 |
blep | - extracted some utility functions out-of reader and... |
commit | commitdiff | tree |
| 2010-03-13 |
blep | Added NEWS.txt that provides a synopsis of the change... |
commit | commitdiff | tree |
| 2010-03-13 |
blep | - added support for compilation using Microsoft Visual... |
commit | commitdiff | tree |
| 2010-03-13 |
blep | - better execution examples |
commit | commitdiff | tree |
| next |