You can subscribe to this list here.
2005 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(30) |
Aug
|
Sep
(3) |
Oct
(3) |
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2006 |
Jan
|
Feb
(7) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(4) |
Dec
|
2010 |
Jan
(1) |
Feb
(41) |
Mar
(15) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(4) |
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(79) |
Jun
(11) |
Jul
|
Aug
|
Sep
(1) |
Oct
|
Nov
|
Dec
(1) |
2012 |
Jan
(1) |
Feb
|
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
(1) |
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2013 |
Jan
|
Feb
(1) |
Mar
|
Apr
(3) |
May
(13) |
Jun
|
Jul
|
Aug
(6) |
Sep
(1) |
Oct
|
Nov
|
Dec
|
2014 |
Jan
(1) |
Feb
|
Mar
|
Apr
(6) |
May
(1) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
|
From: <jso...@li...> - 2011-05-01 16:28:01
|
Revision: 161 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=161&view=rev Author: blep Date: 2011-05-01 16:27:55 +0000 (Sun, 01 May 2011) Log Message: ----------- Renamed Reader::getFormatedErrorMessages() to getFormattedErrorMessages. Bug #3023708 (Formatted has 2 't'). The old member function is deprecated but still present for backward compatibility. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/doc/jsoncpp.dox trunk/jsoncpp/include/json/config.h trunk/jsoncpp/include/json/reader.h trunk/jsoncpp/src/jsontestrunner/main.cpp trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_value.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:47:44
|
Revision: 160 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=160&view=rev Author: blep Date: 2011-05-01 15:47:38 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed bug #3139678: stack buffer overflow when parsing a double with a length of 32 characters. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/src/lib_json/json_reader.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:40:54
|
Revision: 159 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=159&view=rev Author: blep Date: 2011-05-01 15:40:47 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed bug #3139677: JSON [1 2 3] was incorrectly parsed as [1, 3]. Error is now correctly detected. Modified runjsontests.py to allow test that expect failure in jsoncpp test suite. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/test/runjsontests.py Added Paths: ----------- trunk/jsoncpp/test/data/fail_test_array_01.json This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:09:22
|
Revision: 158 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=158&view=rev Author: blep Date: 2011-05-01 15:09:16 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed latest readme.txt url. Modified Paths: -------------- trunk/jsoncpp/doc/jsoncpp.dox This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-01 15:06:47
|
Revision: 157 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=157&view=rev Author: blep Date: 2011-05-01 15:06:40 +0000 (Sun, 01 May 2011) Log Message: ----------- Fixed url for scons 1.2 download. Clarify manual test run executable path. Modified Paths: -------------- trunk/jsoncpp/README.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-12-27 17:45:29
|
Revision: 156 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=156&view=rev Author: blep Date: 2010-12-27 17:45:23 +0000 (Mon, 27 Dec 2010) Log Message: ----------- Major rework of 64 integer support: 64 bits integer are only returned when explicitly request via Json::Value::asInt64(), unlike previous implementation where Json::Value::asInt() returned a 64 bits integer. This eases porting portable code and does not break compatibility with the previous release. Json::Value::asLargestInt() has also be added to ease writing portable code independent of 64 bits integer support. It is typically used to implement writers. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/include/json/config.h trunk/jsoncpp/include/json/value.h trunk/jsoncpp/include/json/writer.h trunk/jsoncpp/src/jsontestrunner/main.cpp trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_tool.h trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/lib_json/json_writer.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-12-24 19:58:29
|
Revision: 155 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=155&view=rev Author: blep Date: 2010-12-24 19:58:23 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Fixed some documentation issues pointed out by Daniel. Modified Paths: -------------- trunk/jsoncpp/doc/header.html trunk/jsoncpp/doc/jsoncpp.dox This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-12-24 19:30:12
|
Revision: 154 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=154&view=rev Author: blep Date: 2010-12-24 19:30:06 +0000 (Fri, 24 Dec 2010) Log Message: ----------- Added float Json::Value::asFloat() to obtain a floating point value as a float (avoid lost of precision warning caused by used of asDouble() to initialize a float). Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/include/json/value.h trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/test_lib_json/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-12-24 12:47:20
|
Revision: 153 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=153&view=rev Author: blep Date: 2010-12-24 12:47:14 +0000 (Fri, 24 Dec 2010) Log Message: ----------- - Array index can be passed as int to operator[], allowing use of literal: Json::Value array; array.append( 1234 ); int value = array[0].asInt(); // did not compile previously Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/include/json/value.h trunk/jsoncpp/src/jsontestrunner/main.cpp trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/test_lib_json/jsontest.h trunk/jsoncpp/src/test_lib_json/main.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-04-27 16:38:36
|
Revision: 152 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=152&view=rev Author: blep Date: 2010-04-27 16:38:30 +0000 (Tue, 27 Apr 2010) Log Message: ----------- updated license with clearer information Modified Paths: -------------- trunk/jsoncpp/LICENSE trunk/jsoncpp/NEWS.txt trunk/jsoncpp/README.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-04-27 16:37:57
|
Revision: 151 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=151&view=rev Author: blep Date: 2010-04-27 16:37:50 +0000 (Tue, 27 Apr 2010) Log Message: ----------- - added unit test and roadmap for handling of escape sequence "\/" Modified Paths: -------------- trunk/jsoncpp/doc/roadmap.dox Added Paths: ----------- trunk/jsoncpp/test/data/test_string_03.expected trunk/jsoncpp/test/data/test_string_03.json This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-04-20 21:35:25
|
Revision: 150 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=150&view=rev Author: blep Date: 2010-04-20 21:35:19 +0000 (Tue, 20 Apr 2010) Log Message: ----------- JsonCpp is now licensed under MIT license, or public domain if desired and recognized in your jurisdiction. Modified Paths: -------------- trunk/jsoncpp/LICENSE trunk/jsoncpp/NEWS.txt trunk/jsoncpp/README.txt trunk/jsoncpp/doc/jsoncpp.dox trunk/jsoncpp/doxybuild.py trunk/jsoncpp/include/json/autolink.h trunk/jsoncpp/include/json/config.h trunk/jsoncpp/include/json/features.h trunk/jsoncpp/include/json/forwards.h trunk/jsoncpp/include/json/json.h trunk/jsoncpp/include/json/reader.h trunk/jsoncpp/include/json/value.h trunk/jsoncpp/include/json/writer.h trunk/jsoncpp/src/jsontestrunner/main.cpp trunk/jsoncpp/src/lib_json/json_batchallocator.h trunk/jsoncpp/src/lib_json/json_internalarray.inl trunk/jsoncpp/src/lib_json/json_internalmap.inl trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_tool.h trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/lib_json/json_valueiterator.inl trunk/jsoncpp/src/lib_json/json_writer.cpp trunk/jsoncpp/src/test_lib_json/jsontest.cpp trunk/jsoncpp/src/test_lib_json/jsontest.h trunk/jsoncpp/src/test_lib_json/main.cpp Added Paths: ----------- trunk/jsoncpp/devtools/licenseupdater.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-04-19 07:37:48
|
Revision: 149 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=149&view=rev Author: blep Date: 2010-04-19 07:37:41 +0000 (Mon, 19 Apr 2010) Log Message: ----------- - Moved definition of Json::Int and Json::UInt to config.h which compiler detection logic to define them to 64 bits integer if JSON_NO_INT64 is not defined. - Added Json::ArrayIndex as an unsigned int to forwards.h - Modified Json::Value to consistently use Json::ArrayIndex. - Added int/unsigned int constructor overload to Json::Value to avoid ambiguous constructor call. - Modified jsontestrunner/main.cpp to use Json::valueToString for Value::asInt() conversion to string. - Modified Json::Reader to only overflow to double when the number is too large (previous code relied on the fact that an int fitted in a double without precision loss). - Generalized uintToString() helpers and buffer size to automatically adapt to the precision of Json::UInt. - Added specific conversion logic for UInt to double conversion on Microsoft Visual Studio 6 which only support __int64 to double conversion (unsigned __int64 conversion is not supported) - Added test for 64 bits parsing/writing. Notes: those will fail when compiled with JSON_NO_INT64 (more dev required to adapt). Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/include/json/config.h trunk/jsoncpp/include/json/forwards.h trunk/jsoncpp/include/json/value.h trunk/jsoncpp/src/jsontestrunner/main.cpp trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_tool.h trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/lib_json/json_writer.cpp Added Paths: ----------- trunk/jsoncpp/test/data/test_integer_06_64bits.expected trunk/jsoncpp/test/data/test_integer_06_64bits.json trunk/jsoncpp/test/data/test_integer_07_64bits.expected trunk/jsoncpp/test/data/test_integer_07_64bits.json trunk/jsoncpp/test/data/test_integer_08_64bits.expected trunk/jsoncpp/test/data/test_integer_08_64bits.json This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-04-14 13:17:33
|
Revision: 148 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=148&view=rev Author: blep Date: 2010-04-14 13:17:26 +0000 (Wed, 14 Apr 2010) Log Message: ----------- - added need for 64 bits integer to roadmap Modified Paths: -------------- trunk/jsoncpp/doc/roadmap.dox This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-23 00:10:41
|
Revision: 147 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=147&view=rev Author: christopherdunn Date: 2010-03-23 00:10:35 +0000 (Tue, 23 Mar 2010) Log Message: ----------- Just testing svn commit. Added Paths: ----------- branches/jsoncpp/cdunn-146/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-13 13:10:33
|
Revision: 146 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=146&view=rev Author: blep Date: 2010-03-13 13:10:27 +0000 (Sat, 13 Mar 2010) Log Message: ----------- Removed experimental ValueAllocator, it caused static initialization/destruction order issues (bug #2934500). The DefaultValueAllocator has been inlined in code. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/include/json/forwards.h trunk/jsoncpp/include/json/value.h trunk/jsoncpp/src/lib_json/json_internalmap.inl trunk/jsoncpp/src/lib_json/json_value.cpp This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-13 12:24:45
|
Revision: 145 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=145&view=rev Author: blep Date: 2010-03-13 12:24:38 +0000 (Sat, 13 Mar 2010) Log Message: ----------- - extracted some utility functions out-of reader and parser. Modified Paths: -------------- trunk/jsoncpp/src/lib_json/json_reader.cpp trunk/jsoncpp/src/lib_json/json_writer.cpp Added Paths: ----------- trunk/jsoncpp/src/lib_json/json_tool.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-13 11:14:56
|
Revision: 144 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=144&view=rev Author: blep Date: 2010-03-13 11:14:49 +0000 (Sat, 13 Mar 2010) Log Message: ----------- Added NEWS.txt that provides a synopsis of the change since the last version. Integrated NEWS.txt in documentation. Modified Paths: -------------- trunk/jsoncpp/doc/jsoncpp.dox trunk/jsoncpp/doxybuild.py Added Paths: ----------- trunk/jsoncpp/NEWS.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-13 10:59:57
|
Revision: 143 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=143&view=rev Author: blep Date: 2010-03-13 10:59:50 +0000 (Sat, 13 Mar 2010) Log Message: ----------- - added support for compilation using Microsoft Visual Studio 2008 Modified Paths: -------------- trunk/jsoncpp/README.txt trunk/jsoncpp/SConstruct trunk/jsoncpp/makerelease.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-13 07:59:13
|
Revision: 142 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=142&view=rev Author: blep Date: 2010-03-13 07:59:07 +0000 (Sat, 13 Mar 2010) Log Message: ----------- - better execution examples Modified Paths: -------------- trunk/jsoncpp/makerelease.py This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-13 07:55:53
|
Revision: 141 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=141&view=rev Author: blep Date: 2010-03-13 07:55:46 +0000 (Sat, 13 Mar 2010) Log Message: ----------- - add LD_LIBRARY_PATH to propagated environment variables as it is required for some compiler installations. Modified Paths: -------------- trunk/jsoncpp/SConstruct This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-12 10:17:52
|
Revision: 140 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=140&view=rev Author: blep Date: 2010-03-12 10:17:46 +0000 (Fri, 12 Mar 2010) Log Message: ----------- - fixed project links section name Modified Paths: -------------- trunk/jsoncpp/doc/jsoncpp.dox This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-12 07:46:26
|
Revision: 139 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=139&view=rev Author: blep Date: 2010-03-12 07:46:20 +0000 (Fri, 12 Mar 2010) Log Message: ----------- Released 0.5.0 Modified Paths: -------------- trunk/jsoncpp/version This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-12 07:31:10
|
Revision: 138 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=138&view=rev Author: blep Date: 2010-03-12 07:31:04 +0000 (Fri, 12 Mar 2010) Log Message: ----------- Release 0.5.0 Added Paths: ----------- tags/jsoncpp/0.5.0/ tags/jsoncpp/0.5.0/LICENSE tags/jsoncpp/0.5.0/README.txt tags/jsoncpp/0.5.0/SConstruct tags/jsoncpp/0.5.0/devtools/ tags/jsoncpp/0.5.0/devtools/__init__.py tags/jsoncpp/0.5.0/devtools/fixeol.py tags/jsoncpp/0.5.0/devtools/tarball.py tags/jsoncpp/0.5.0/doc/doxyfile.in tags/jsoncpp/0.5.0/doc/footer.html tags/jsoncpp/0.5.0/doc/header.html tags/jsoncpp/0.5.0/doc/jsoncpp.dox tags/jsoncpp/0.5.0/doxybuild.py tags/jsoncpp/0.5.0/include/json/value.h tags/jsoncpp/0.5.0/makefiles/vs71/jsoncpp.sln tags/jsoncpp/0.5.0/makefiles/vs71/jsontest.vcproj tags/jsoncpp/0.5.0/makefiles/vs71/lib_json.vcproj tags/jsoncpp/0.5.0/makefiles/vs71/test_lib_json.vcproj tags/jsoncpp/0.5.0/makerelease.py tags/jsoncpp/0.5.0/src/test_lib_json/jsontest.cpp tags/jsoncpp/0.5.0/src/test_lib_json/jsontest.h tags/jsoncpp/0.5.0/src/test_lib_json/main.cpp tags/jsoncpp/0.5.0/src/test_lib_json/sconscript tags/jsoncpp/0.5.0/version Removed Paths: ------------- tags/jsoncpp/0.5.0/README.txt tags/jsoncpp/0.5.0/SConstruct tags/jsoncpp/0.5.0/devtools/wscript tags/jsoncpp/0.5.0/doc/doxyfile.in tags/jsoncpp/0.5.0/doc/footer.html tags/jsoncpp/0.5.0/doc/header.html tags/jsoncpp/0.5.0/doc/jsoncpp.dox tags/jsoncpp/0.5.0/doc/sconscript tags/jsoncpp/0.5.0/include/json/value.h tags/jsoncpp/0.5.0/makefiles/vs71/jsoncpp.sln tags/jsoncpp/0.5.0/makefiles/vs71/jsontest.vcproj tags/jsoncpp/0.5.0/makefiles/vs71/lib_json.vcproj tags/jsoncpp/0.5.0/makefiles/vs71/test_lib_json.vcproj tags/jsoncpp/0.5.0/scons-tools/doxygen.py tags/jsoncpp/0.5.0/src/test_lib_json/jsontest.cpp tags/jsoncpp/0.5.0/src/test_lib_json/jsontest.h tags/jsoncpp/0.5.0/src/test_lib_json/main.cpp tags/jsoncpp/0.5.0/src/test_lib_json/sconscript This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2010-03-12 07:29:34
|
Revision: 137 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=137&view=rev Author: blep Date: 2010-03-12 07:29:28 +0000 (Fri, 12 Mar 2010) Log Message: ----------- Overwriting previous tag Removed Paths: ------------- tags/jsoncpp/0.5.0/ This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |