jansson.git
2010-02-04 Petri LehtinenC++: Rename test.json to test_cpp.json
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
2010-01-10 Petri LehtinenFix memory leaks in json_equal() tests
2010-01-10 Petri LehtinenFix memory leaks in json_*_deep_copy()
2010-01-10 Petri LehtinenEnable Valgrind support in the API suite
2010-01-10 Petri LehtinenUse _nocheck functions internally for speed
2010-01-07 Petri LehtinenAdd pkg-config support origin/1.1
2009-12-31 Petri LehtinenAdd functions for shallow and deep copying JSON values
2009-12-31 Petri LehtinenAdd equality test for JSON values
2009-12-23 Petri LehtinenAdd check-exports test
2009-12-23 Petri LehtinenAdd _nocheck functions
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenRemove const qualifier from the json_t parameter in...
2009-12-21 Petri LehtinenFix tests for real
2009-12-21 Petri LehtinenMerge branch '1.1'
2009-12-21 Petri LehtinenEnhance tests
2009-12-18 Petri Lehtinenjansson 1.1.3 v1.1.3
2009-12-17 Petri LehtinenEncode reals correctly
2009-12-16 Petri LehtinenImplement JSON_SORT_KEYS encoding flag
2009-12-16 Petri LehtinenRefactor the test system
2009-12-05 Petri LehtinenImplement JSON_ENSURE_ASCII encoding flag
2009-12-02 Petri LehtinenUse int32_t instead of plain int with Unicode code...
2009-11-29 Petri LehtinenOnly export symbols starting with "json_" in libjansson.la
2009-11-29 Petri LehtinenMake parse_json static
2009-11-28 Petri Lehtinendoc/github_commits.c Add copyright notice
2009-11-08 Petri LehtinenMerge branch '1.1'
2009-11-08 Petri Lehtinenjansson 1.1.2 v1.1.2
2009-11-07 Petri LehtinenDon't include stdint.h in jansson.h
2009-11-04 Petri LehtinenMerge branch '1.1'
2009-11-04 Petri Lehtinendump: Revise whitespace usage
2009-11-03 Petri LehtinenBuild documentation in make html target
2009-10-29 Petri Lehtinenload: Parse a badly put - sign correctly
2009-10-27 Petri Lehtinenjson_load_file: Initialize the error struct properly
2009-10-26 Petri LehtinenMerge branch '1.1'
2009-10-26 Petri Lehtinenjansson 1.1.1 v1.1.1
2009-10-24 Petri LehtinenBuild documentation in distcheck-hook
2009-10-24 Petri LehtinenReally distribute all the docs
2009-10-24 Petri LehtinenDistribute all the docs
2009-10-24 Petri LehtinenFix version 1.1 release date in CHANGES
2009-10-21 Petri LehtinenFix version 1.1 release date in CHANGES
2009-10-21 Petri LehtinenSet the version number to 1.1+
next