aboutsummaryrefslogtreecommitdiff
path: root/src/test/univalue_tests.cpp
AgeCommit message (Expand)Author
2017-12-12[tests] remove redundant univalue_tests.cppJohn Newbery
2017-11-16scripted-diff: Replace #include "" with #include <> (ryanofsky)MeshCollider
2017-01-05Merge #9281: Refactor: Remove using namespace <xxx> from bench/ & test/ sourcesMarcoFalke
2017-01-02Refactoring: Removed using namespace <xxx> from bench/ and test/ source files.Karl-Johan Alm
2016-12-31Increment MIT Licence copyright header year on files modified in 2016isle2983
2016-11-06[copyright] copyright header style uniformisle2983
2016-01-05Add missing copyright headersMarcoFalke
2015-10-01[Univalue] add univalue over subtreeJonas Schnelli
2015-08-20Stop parsing JSON after first finished construct.Daniel Kraft
2015-07-18univalue: Avoid unnecessary roundtrip through double for numbersWladimir J. van der Laan
2015-06-25UniValue: don't escape solidus, keep espacing of reverse solidusJonas Schnelli
2015-06-11Fix univalue handling of \u0000 characters.Daniel Kraft
2015-06-04univalue: add type check unit testsJonas Schnelli
2015-06-04univalue: add support for real, fix percision and make it json_spirit compatibleJonas Schnelli
2015-06-04UniValue: prefer .size() to .count(), to harmonize w/ existing treeJeff Garzik
2015-03-12tests: add a BasicTestingSetup and apply to all testsWladimir J. van der Laan
2014-12-16Remove references to X11 licenceMichael Ford
2014-08-20UniValue tests: use more BOOST_CHECK()Jeff Garzik
2014-08-20UniValue: add unit testsJeff Garzik