aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-03-28Merge branch '1.2'Petri Lehtinen26-23/+147
2010-03-28Require autoconf 2.60Petri Lehtinen1-1/+1
2010-03-28Support compilers that don't have the "inline" keywordPetri Lehtinen5-8/+28
2010-03-26doc: Add chapter on RFC conformancePetri Lehtinen2-0/+103
2010-03-26Estimate real number underflows with 0.0Petri Lehtinen7-12/+3
2010-03-26Enhance tests for null bytePetri Lehtinen12-2/+12
2010-03-23Merge branch '1.2'Petri Lehtinen7-6/+45
2010-03-23Fix reference counting on true, false and nullPetri Lehtinen2-3/+34
2010-03-19Ignore temporary files *~Petri Lehtinen1-0/+1
2010-03-18c++ wrapper: add missing 'inline' statements to various constructorsAndres Freund1-6/+6
2010-03-18Don't include stdint.h anywherePetri Lehtinen1-1/+1
2010-02-11hashtable: Fix typo in commentPetri Lehtinen1-1/+1
2010-02-11Merge branch 'c++-enhance-proxies'Petri Lehtinen2-7/+54
2010-02-11Update CHANGES, change version to 1.2+Petri Lehtinen3-2/+11
2010-02-11Implement JSON_PRESERVE_ORDER encoding flagPetri Lehtinen10-20/+115
2010-02-09Optimize hashtable_set()Petri Lehtinen1-16/+24
2010-02-08C++: Optimize PropertyProxyPetri Lehtinen2-6/+18
2010-02-07C++: Make proxies saferPetri Lehtinen2-5/+40
2010-02-06Make int32_t available on all systemsPetri Lehtinen4-2/+10
2010-02-04Merge branch '1.2'Petri Lehtinen33-33/+33
2010-02-04Merge branch 'cleanup-c++-code'Petri Lehtinen6-847/+873
2010-02-04C++: Fix test_cpp.cpp to work with VPATH buildsPetri Lehtinen1-1/+2
2010-02-04C++: Add Value::dump_file(), load_file() and loads() that take an std::stringPetri Lehtinen2-0/+16
2010-02-04C++: Rename some functions to better match the C APIPetri Lehtinen3-10/+10
2010-02-04C++: #include <cstdio> in jansson.hppPetri Lehtinen1-0/+5
2010-02-04C++: Rename test.json to test_cpp.jsonPetri Lehtinen2-5/+4
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen34-34/+34
2010-02-02Add myself as another copyright holder for jansson.hpp and jansson.ippPetri Lehtinen2-0/+2
2010-02-02C++: Rename jansson-impl.hpp to jansson.ippPetri Lehtinen3-7/+7
2010-02-02C++: Rename namespace json::_private to json::detailPetri Lehtinen2-12/+12
2010-02-02C++: Untabify, reindent, delete trailing whitespacePetri Lehtinen3-819/+822
2010-02-02test/suites/api: Detect tests correctlyPetri Lehtinen1-5/+18
2010-02-01Add functions json_object_iter_{at,set,set_new}Petri Lehtinen7-0/+134
2010-01-28Merge branch '1.2'Petri Lehtinen4-15/+64
2010-01-28test/suites/api/test_object.c: Enhance tests for iteratorsPetri Lehtinen1-12/+60
2010-01-28test/suites/api: Fail when a test failsPetri Lehtinen1-1/+2
2010-01-28run-tests.sh: Print the test name correctly when VERBOSE=1Petri Lehtinen1-1/+1
2010-01-26doc/Makefile.am: Don't remove changes.rst in cleanPetri Lehtinen1-1/+1
2010-01-21Update LICENSEPetri Lehtinen1-1/+2
2010-01-21Merge branch 'c++-api'Petri Lehtinen8-2/+1025
2010-01-21jansson 1.2v1.2Petri Lehtinen4-6/+8
2010-01-21test/run-suites: Be less picky when searching for testsPetri Lehtinen1-1/+1
2010-01-21Distribute some missing filesPetri Lehtinen2-1/+3
2010-01-21Remove CHANGES preprocessing, as it didn't work with VPATH buildsPetri Lehtinen5-24/+14
2010-01-19CHANGES: Update for v1.2Petri Lehtinen1-2/+10
2010-01-18add meaningful copyright to jansson-impl.hpp tooSean Middleditch1-4/+2
2010-01-18add meaningful copyright to jansson.hppSean Middleditch1-4/+2
2010-01-18integrate jansson.hpp into build and test suiteSean Middleditch5-6/+10
2010-01-18Merge branch 'master' of /home/elanthis/Source/janssonxxSean Middleditch4-0/+1023
2010-01-18replace json::from() with explicit Value() constructorsSean Middleditch3-75/+75