help rebasing
[platform/upstream/jsoncpp.git] / src / test_lib_json / main.cpp
2015-02-15 Christopher Dunnhelp rebasing 1.4.2
2015-02-15 Christopher DunnMerge pull request #172 from cdunn2001/master
2015-02-15 Christopher DunnIteratorTest
2015-02-13 Christopher DunnMerge pull request #167 from cdunn2001/fail-if-extra
2015-02-13 Christopher DunnfailIfExtra
2015-02-11 Christopher DunnMerge pull request #166 from cdunn2001/stackLimit
2015-02-11 Christopher Dunntest stackLimit
2015-02-11 Christopher Dunn1st StreamWriterTest
2015-02-08 Christopher DunnMerge pull request #161 from cdunn2001/master
2015-02-08 Christopher DunnCharReader/Builder
2015-01-23 Christopher DunnMerge pull request #135 from cdunn2001/removeMember 1.3.0
2015-01-23 Christopher Dunndeprecate old removeMember()
2015-01-21 Christopher DunnMerge pull request #127 from cdunn2001/removeIndex
2015-01-20 Christopher Dunntest removeIndex/Member()
2015-01-20 Christopher Dunnfix compiler warning for a test
2015-01-06 Christopher DunnMerge pull request #109 from open-source-parsers/double... 1.1.0
2015-01-06 Christopher Dunnfix double->string->double round-trip (bump minor ver.)
2014-09-18 Christopher DunnRevert "Revert "Removed vim mode lines.""
2014-09-16 Christopher DunnRevert "Removed vim mode lines."
2014-09-15 Aaron JacobsEnabled PointerBindsToType in clang-format options.
2014-09-14 Aaron JacobsRemoved vim mode lines.
2014-08-13 Christopher DunnMerge pull request #25 from cgilling/master
2014-08-13 Chris Gillingadd tests to check that exceptions are thrown for wrong...
2014-07-11 Christopher Dunnvim modelines
2014-06-30 Aaron JacobsRan clang-format over all .h and .cpp files.
2014-05-13 Christopher Dunnfix stdexcept svn-import
2014-04-23 Aaron JacobsFixed a test that causes a crash when exceptions are...
2014-04-23 Aaron JacobsAdded structured error reporting to Reader.
2014-04-19 Christopher Dunnvim modeline
2014-04-19 Christopher DunnJSON_ASSERT -> JSON_ASSERT_MESSAGE
2013-09-23 Baptiste LepilleurFixed broken build on VS 2012
2013-08-08 Aaron JacobsReplaced the complex implementation of valueToString...
2013-08-08 Aaron JacobsAdded more floating point tests.
2013-08-08 Aaron JacobsAdded further floating point tests.
2013-02-18 Baptiste LepilleurFix gcc -Wall warnings (patch from Matt McCormick)
2012-03-12 Aaron JacobsMade it possible to drop null placeholders from array...
2011-05-27 Baptiste LepilleurFixed unit tests execution on MSVC 6 by removing usage...
2011-05-26 Baptiste LepilleurFixed compilation issues with MSVC 6: replace usage...
2011-05-26 Baptiste LepilleurFixed MSVS 2003, 2005 and 2008 tests execution by norma...
2011-05-26 Baptiste Lepilleur- Fixed unit test compilation on MSVS 2003, 2005 and...
2011-05-26 Aaron JacobsFixed some test bugs that show up when 64-bit mode...
2011-05-26 Aaron JacobsReworked the type conversion system again, so that:A
2011-05-26 Aaron JacobsMade the unit test's output more readable, adding to...
2011-05-25 Aaron JacobsRemoved some out of date TODOs.
2011-05-25 Aaron JacobsFixed test failures with 64-bit support disabled.
2011-05-25 Aaron JacobsGave a more consistent behavior to the Value::isFoo...
2011-05-25 Aaron JacobsFixed bugs in asInt64 and asUInt64.
2011-05-25 Aaron JacobsAdded tests for default numeric values.
2011-05-25 Aaron JacobsFixed a test bug.
2011-05-25 Aaron JacobsMade tests more comprehensive.
2011-05-25 Aaron JacobsGave tests more general names in preparation for making...
2011-05-25 Aaron JacobsFixed some whitespace.
2011-05-25 Aaron JacobsAdded tests for 64-bit integers.
2011-05-25 Aaron JacobsGreatly fleshed out numeric type tests.
2011-05-25 Aaron JacobsAdded some missing checks.
2011-05-25 Aaron JacobsRenamed test cases to make more sense with the upcoming...
2011-05-25 Aaron JacobsFixed a whitespace problem.
2011-05-02 Baptiste LepilleurValue::compare() is now const and has an actual impleme...
2011-05-02 Baptiste Lepilleur- Bug #3200841: removed "warning C4127: conditional...
2010-12-24 Baptiste LepilleurAdded float Json::Value::asFloat() to obtain a floating...
2010-12-24 Baptiste Lepilleur- Array index can be passed as int to operator[], allow...
2010-04-20 Baptiste LepilleurJsonCpp is now licensed under MIT license, or public...
2010-02-23 Baptiste Lepilleur- changed SVN EOL properties so that HTML file are...
2009-11-21 Baptiste Lepilleur- added mini unit testing framework