aboutsummaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2010-03-28Merge branch '1.2'Petri Lehtinen4-16/+19
2010-03-28Support compilers that don't have the "inline" keywordPetri Lehtinen3-8/+18
2010-03-26Estimate real number underflows with 0.0Petri Lehtinen1-8/+1
2010-03-23Merge branch '1.2'Petri Lehtinen5-6/+13
2010-03-23Fix reference counting on true, false and nullPetri Lehtinen1-3/+3
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-11Implement JSON_PRESERVE_ORDER encoding flagPetri Lehtinen4-20/+65
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 Lehtinen3-2/+9
2010-02-04Merge branch '1.2'Petri Lehtinen12-12/+12
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 Lehtinen2-8/+8
2010-02-04C++: #include <cstdio> in jansson.hppPetri Lehtinen1-0/+5
2010-02-02Add year 2010 to copyright noticesPetri Lehtinen12-12/+12
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 Lehtinen2-673/+673
2010-02-01Add functions json_object_iter_{at,set,set_new}Petri Lehtinen4-0/+77
2010-01-21Merge branch 'c++-api'Petri Lehtinen3-1/+773
2010-01-21jansson 1.2v1.2Petri Lehtinen1-1/+1
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 Middleditch1-1/+1
2010-01-18Merge branch 'master' of /home/elanthis/Source/janssonxxSean Middleditch2-0/+776
2010-01-10Fix memory leaks in json_*_deep_copy()Petri Lehtinen1-2/+2
2010-01-10Use _nocheck functions internally for speedPetri Lehtinen1-4/+4
2009-12-31Add functions for shallow and deep copying JSON valuesPetri Lehtinen2-0/+161
2009-12-31Add equality test for JSON valuesPetri Lehtinen2-0/+98
2009-12-23Add _nocheck functionsPetri Lehtinen3-12/+18
2009-12-21Merge branch '1.1'Petri Lehtinen2-6/+6
2009-12-21Remove const qualifier from the json_t parameter in json_*_set() functions.Petri Lehtinen2-6/+6
2009-12-21Merge branch '1.1'Petri Lehtinen3-3/+20
2009-12-18jansson 1.1.3v1.1.3Petri Lehtinen1-1/+1
2009-12-18Encode reals correctlyPetri Lehtinen1-1/+16
2009-12-16Implement JSON_SORT_KEYS encoding flagPetri Lehtinen2-13/+87
2009-12-05Implement JSON_ENSURE_ASCII encoding flagPetri Lehtinen5-22/+88
2009-12-02Use int32_t instead of plain int with Unicode code pointsPetri Lehtinen3-6/+10
2009-11-29Only export symbols starting with "json_" in libjansson.laPetri Lehtinen1-1/+3
2009-11-29Make parse_json staticPetri Lehtinen1-1/+1
2009-11-08Merge branch '1.1'Petri Lehtinen2-2/+1
2009-11-08jansson 1.1.2v1.1.2Petri Lehtinen1-1/+1
2009-11-07Don't include stdint.h in jansson.hPetri Lehtinen1-1/+0
2009-11-04Merge branch '1.1'Petri Lehtinen1-1/+7
2009-11-04dump: Revise whitespace usagePetri Lehtinen2-16/+25