aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2010-06-18Merge remote branch 'elanthis/c++-docs' into c++-apic++-apiPetri Lehtinen1-0/+145
2010-06-12Merge branch '1.2'Petri Lehtinen1-0/+2
2010-06-10Fix a few memory leaks in tests1.2Petri Lehtinen1-0/+2
2010-05-20Merge branch '1.2'Petri Lehtinen5-21/+147
2010-05-20Clarify the documentation on reference stealingPetri Lehtinen1-3/+25
2010-05-14Zero the visited flag after an encoding errorPetri Lehtinen2-16/+67
2010-05-14Zero the visited flag after encoding an empty array or objectPetri Lehtinen4-2/+55
2010-05-07Merge branch '1.2'Petri Lehtinen1-1/+2
2010-05-07load.c: Make stream_init() staticPetri Lehtinen1-1/+2
2010-04-03Merge branch '1.2'Petri Lehtinen5-5/+36
2010-04-03jansson 1.2.1v1.2.1Petri Lehtinen4-3/+33
2010-04-03doc: Distribute conformance.rstPetri Lehtinen1-2/+3
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-11expand C++ docs a little furtherSean Middleditch1-7/+85
2010-02-11Merge branch 'master' of git://github.com/akheron/jansson into c++-docsSean Middleditch17-46/+205
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-09Merge branch 'master' into c++-docsSean Middleditch41-885/+1058
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 'master' of git://github.com/akheron/jansson into c++-docsSean Middleditch17-44/+188
2010-01-28Merge branch '1.2'Petri Lehtinen4-15/+64