jansson.git
2010-06-13 Petri Lehtinenjansson 1.3 v1.3
2010-06-12 Petri LehtinenRemove the C++ interface
2010-06-12 Petri LehtinenMerge branch '1.2'
2010-06-10 Petri LehtinenFix a few memory leaks in tests origin/1.2
2010-05-20 Petri LehtinenMerge branch '1.2'
2010-05-20 Petri LehtinenClarify the documentation on reference stealing
2010-05-14 Petri LehtinenZero the visited flag after an encoding error
2010-05-14 Petri LehtinenZero the visited flag after encoding an empty array...
2010-05-07 Petri LehtinenMerge branch '1.2'
2010-05-07 Petri Lehtinenload.c: Make stream_init() static
2010-04-03 Petri LehtinenMerge branch '1.2'
2010-04-03 Petri Lehtinenjansson 1.2.1 v1.2.1
2010-04-03 Petri Lehtinendoc: Distribute conformance.rst
2010-03-28 Petri LehtinenMerge branch '1.2'
2010-03-28 Petri LehtinenRequire autoconf 2.60
2010-03-28 Petri LehtinenSupport compilers that don't have the "inline" keyword
2010-03-26 Petri Lehtinendoc: Add chapter on RFC conformance
2010-03-26 Petri LehtinenEstimate real number underflows with 0.0
2010-03-26 Petri LehtinenEnhance tests for null byte
2010-03-23 Petri LehtinenMerge branch '1.2'
2010-03-23 Petri LehtinenFix reference counting on true, false and null
2010-03-19 Petri LehtinenIgnore temporary files *~
2010-03-18 Andres Freundc++ wrapper: add missing 'inline' statements to various...
2010-03-18 Petri LehtinenDon't include stdint.h anywhere
2010-02-11 Petri Lehtinenhashtable: Fix typo in comment
2010-02-11 Petri LehtinenMerge branch 'c++-enhance-proxies'
2010-02-11 Petri LehtinenUpdate CHANGES, change version to 1.2+
2010-02-11 Petri LehtinenImplement JSON_PRESERVE_ORDER encoding flag
2010-02-09 Petri LehtinenOptimize hashtable_set()
2010-02-08 Petri LehtinenC++: Optimize PropertyProxy
2010-02-07 Petri LehtinenC++: Make proxies safer
2010-02-06 Petri LehtinenMake int32_t available on all systems
2010-02-04 Petri LehtinenMerge branch '1.2'
2010-02-04 Petri LehtinenMerge branch 'cleanup-c++-code'
2010-02-04 Petri LehtinenC++: Fix test_cpp.cpp to work with VPATH builds
2010-02-04 Petri LehtinenC++: Add Value::dump_file(), load_file() and loads...
2010-02-04 Petri LehtinenC++: Rename some functions to better match the C API
2010-02-04 Petri LehtinenC++: #include <cstdio> in jansson.hpp
2010-02-04 Petri LehtinenC++: Rename test.json to test_cpp.json
2010-02-02 Petri LehtinenAdd year 2010 to copyright notices
2010-02-02 Petri LehtinenAdd myself as another copyright holder for jansson...
2010-02-02 Petri LehtinenC++: Rename jansson-impl.hpp to jansson.ipp
2010-02-02 Petri LehtinenC++: Rename namespace json::_private to json::detail
2010-02-02 Petri LehtinenC++: Untabify, reindent, delete trailing whitespace
2010-02-02 Petri Lehtinentest/suites/api: Detect tests correctly
2010-02-01 Petri LehtinenAdd functions json_object_iter_{at,set,set_new}
2010-01-28 Petri LehtinenMerge branch '1.2'
2010-01-28 Petri Lehtinentest/suites/api/test_object.c: Enhance tests for iterators
2010-01-28 Petri Lehtinentest/suites/api: Fail when a test fails
2010-01-28 Petri Lehtinenrun-tests.sh: Print the test name correctly when VERBOSE=1
2010-01-26 Petri Lehtinendoc/Makefile.am: Don't remove changes.rst in clean
2010-01-21 Petri LehtinenUpdate LICENSE
2010-01-21 Petri LehtinenMerge branch 'c++-api'
2010-01-21 Petri Lehtinenjansson 1.2 v1.2
2010-01-21 Petri Lehtinentest/run-suites: Be less picky when searching for tests
2010-01-21 Petri LehtinenDistribute some missing files
2010-01-21 Petri LehtinenRemove CHANGES preprocessing, as it didn't work with...
2010-01-19 Petri LehtinenCHANGES: Update for v1.2
2010-01-19 Sean Middleditchadd meaningful copyright to jansson-impl.hpp too
2010-01-19 Sean Middleditchadd meaningful copyright to jansson.hpp
2010-01-19 Sean Middleditchintegrate jansson.hpp into build and test suite
2010-01-19 Sean MiddleditchMerge branch 'master' of /home/elanthis/Source/janssonxx
2010-01-19 Sean Middleditchreplace json::from() with explicit Value() constructors
2010-01-19 Sean Middleditchmove static functions out of Value, add test driver...
2010-01-19 Sean Middleditchrename jansson namespace to json
2010-01-17 Petri LehtinenMerge branch '1.1'
2010-01-17 Sean Middleditchrename files to match upstream's preferences
2010-01-17 Sean Middleditchadd comments noting inefficiency of stream ops
2010-01-17 Sean Middleditchadded a couple minor comments
2010-01-17 Sean Middleditchcleanup code
2010-01-16 Sean Middleditchrename ArrayProxy to ElementProxy and ObjectProxy to...
2010-01-16 Sean Middleditchrename and move the _* private classes to _private...
2010-01-16 Sean Middleditchadd object property proxy support
2010-01-16 Sean Middleditchadd array element proxy support
2010-01-16 Sean Middleditchtemplatize janssonxx functionality to prepare for proxy...
2010-01-14 Petri Lehtinendoc: Convert CHANGES to reStructuredText and add it...
2010-01-14 Sean Middleditchdont attempt to create a std::string from NULL in as_st...
2010-01-14 Sean Middleditchsave flags default to 0
2010-01-14 Sean Middleditchadd a safeguard against NULL return output stream
2010-01-14 Sean Middleditchadd Value::from(float)
2010-01-13 Sean Middleditchinsert and remove methods
2010-01-13 Sean Middleditchadd proper attribution to janssonxx.h
2010-01-13 Sean Middleditchuse different temporaries in tests instead of reusing e3
2010-01-12 Sean Middleditchremove auto type conversion on array/object assignment
2010-01-12 Sean Middleditchrename as_json_t to as_json
2010-01-12 Sean Middleditchadd (ugly) stream support
2010-01-12 Sean Middleditchrename the set() methods
2010-01-12 Petri LehtinenUpdate documentation
2010-01-12 Sean Middleditchremove some unnecessary checks
2010-01-12 Sean Middleditchcleanup the take_ownership function a bit
2010-01-12 Sean Middleditchadded save_file and save_string methods
2010-01-12 Sean Middleditchinclude jansson.h inside the jansson namespace
2010-01-12 Sean Middleditchtest object property assignment and clear
2010-01-12 Sean Middleditchexpand array assignment tests
2010-01-12 Sean Middleditchadd link to Jansson web to README
2010-01-12 Sean Middleditchadded README
2010-01-12 Sean Middleditchcleaner assignment behavior
2010-01-12 Sean Middleditchignore test-bin output file
2010-01-12 Sean Middleditchadd tests
2010-01-12 Sean Middleditchinitial commit of janssonxx.h
next