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...> - 2013-05-08 21:04:46
|
Revision: 259
http://sourceforge.net/p/jsoncpp/code/259
Author: blep
Date: 2013-05-08 21:04:42 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Added clang compiler for continuous integration.
Modified Paths:
--------------
trunk/jsoncpp/.travis.yml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-05-08 20:46:57
|
Revision: 258
http://sourceforge.net/p/jsoncpp/code/258
Author: blep
Date: 2013-05-08 20:46:56 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Added basic Travis CI integration contributed by Igor Okulist.
Added Paths:
-----------
trunk/jsoncpp/.travis.yml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-05-08 20:37:56
|
Revision: 257
http://sourceforge.net/p/jsoncpp/code/257
Author: blep
Date: 2013-05-08 20:37:54 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Fixed CMake / Unix build instructions.
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...> - 2013-05-08 20:21:15
|
Revision: 256
http://sourceforge.net/p/jsoncpp/code/256
Author: blep
Date: 2013-05-08 20:21:11 +0000 (Wed, 08 May 2013)
Log Message:
-----------
- New CMake based build system. Based in part on contribution from
Igor Okulist and Damien Buhl (Patch #14). Added support for running
tests and building with DLL on Windows.
- added missing JSON_API
- Visual Studio DLL: suppressed warning "C4251: <data member>: <type>
needs to have dll-interface to be used by..." via pragma push/pop
in json-cpp headers.
- New header json/version.h now contains version number macros
(JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH
and JSONCPP_VERSION_HEXA). While this header is generated by CMake,
it is committed to ease build with alternate build system
(CMake only update the file when it changes avoid issues with VCS).
Modified Paths:
--------------
trunk/jsoncpp/NEWS.txt
trunk/jsoncpp/README.txt
trunk/jsoncpp/amalgamate.py
trunk/jsoncpp/include/json/config.h
trunk/jsoncpp/include/json/reader.h
trunk/jsoncpp/include/json/value.h
trunk/jsoncpp/include/json/writer.h
Added Paths:
-----------
trunk/jsoncpp/CMakeLists.txt
trunk/jsoncpp/include/CMakeLists.txt
trunk/jsoncpp/include/json/version.h
trunk/jsoncpp/src/CMakeLists.txt
trunk/jsoncpp/src/jsontestrunner/CMakeLists.txt
trunk/jsoncpp/src/lib_json/CMakeLists.txt
trunk/jsoncpp/src/lib_json/version.h.in
trunk/jsoncpp/src/test_lib_json/CMakeLists.txt
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-04-12 14:10:24
|
Revision: 255
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=255&view=rev
Author: blep
Date: 2013-04-12 14:10:13 +0000 (Fri, 12 Apr 2013)
Log Message:
-----------
- Patch #3393345: BOOST_FOREACH compatibility. Made Json::iterator more standard compliant, added missing iterator_category and value_type typedefs (contribued by Robert A. Iannucci).
- Patch #3474563: added missing JSON_API on some classes causing link issues when building as a dynamic library on Windows (contributed by Francis Bolduc).
Modified Paths:
--------------
trunk/jsoncpp/NEWS.txt
trunk/jsoncpp/doc/roadmap.dox
trunk/jsoncpp/include/json/value.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-04-12 13:26:29
|
Revision: 254
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=254&view=rev
Author: blep
Date: 2013-04-12 13:26:23 +0000 (Fri, 12 Apr 2013)
Log Message:
-----------
Patch #3600941: Missing field copy in Json::Value::iterator causing infinite loop when using experimental internal map (#define JSON_VALUE_USE_INTERNAL_MAP) (contributed by Ming-Lin Kao).
Modified Paths:
--------------
trunk/jsoncpp/NEWS.txt
trunk/jsoncpp/src/lib_json/json_valueiterator.inl
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-04-12 13:11:22
|
Revision: 253
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=253&view=rev
Author: blep
Date: 2013-04-12 13:11:14 +0000 (Fri, 12 Apr 2013)
Log Message:
-----------
Patch #3539678: Copy constructor does not initialize allocated_ for stringValue (contributed by rmongia).
Modified Paths:
--------------
trunk/jsoncpp/NEWS.txt
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...> - 2013-02-18 15:53:59
|
Revision: 252
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=252&view=rev
Author: blep
Date: 2013-02-18 15:53:47 +0000 (Mon, 18 Feb 2013)
Log Message:
-----------
Fix gcc -Wall warnings (patch from Matt McCormick)
Modified Paths:
--------------
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...> - 2012-12-20 10:08:57
|
Revision: 251
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=251&view=rev
Author: blep
Date: 2012-12-20 10:08:50 +0000 (Thu, 20 Dec 2012)
Log Message:
-----------
Fixed warning(error?) on #if testing value of _MSC_VER without checking that it was defined.
Modified Paths:
--------------
trunk/jsoncpp/src/lib_json/json_reader.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...> - 2012-11-21 10:22:23
|
Hi, ALL
I have a doubt that the function std::string valueToString( double
value) for example , return std::string that will call copy construct
function.
. As we all know , this is Low performance. If we serialize a large
Json Value recursively, that will be expensive. So why don't we change the
interface to
. bool valueToString( double value, std::string& ret), return the
value by reference.
Thanks all.
.
Jianghua Yang
2012/9/25
|
|
From: <jso...@li...> - 2012-07-27 09:06:46
|
Revision: 250
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=250&view=rev
Author: blep
Date: 2012-07-27 09:06:40 +0000 (Fri, 27 Jul 2012)
Log Message:
-----------
Added missing "include/json/assertions.h" header in amalgamate.py.
Modified Paths:
--------------
trunk/jsoncpp/amalgamate.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2012-03-12 04:54:03
|
Revision: 249
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=249&view=rev
Author: aaronjacobs
Date: 2012-03-12 04:53:57 +0000 (Mon, 12 Mar 2012)
Log Message:
-----------
Made it possible to drop null placeholders from array output.
This can be used when it's clear that the consumer is able to deal with
this, as web browsers are. Thanks to Yatin Chawathe for the patch.
Modified Paths:
--------------
trunk/jsoncpp/include/json/writer.h
trunk/jsoncpp/src/lib_json/json_writer.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...> - 2012-01-08 23:50:01
|
Revision: 248
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=248&view=rev
Author: aaronjacobs
Date: 2012-01-08 23:49:55 +0000 (Sun, 08 Jan 2012)
Log Message:
-----------
Added an exit() to JSON_FAIL_MESSAGE to fix "no return" errors.
Modified Paths:
--------------
trunk/jsoncpp/include/json/assertions.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2011-12-22 03:18:30
|
Revision: 247
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=247&view=rev
Author: aaronjacobs
Date: 2011-12-22 03:18:24 +0000 (Thu, 22 Dec 2011)
Log Message:
-----------
Got rid of several unnecessary includes of <iostream>.
Including <iostream> causes the file to be polluted with a static
initializer for the __ioinit symbol. This can harm binary startup time.
For more info, see here:
http://neugierig.org/software/chromium/notes/2011/08/static-initializers.html
Modified Paths:
--------------
trunk/jsoncpp/include/json/assertions.h
trunk/jsoncpp/include/json/reader.h
trunk/jsoncpp/include/json/writer.h
trunk/jsoncpp/src/lib_json/json_reader.cpp
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...> - 2011-09-14 08:41:47
|
Revision: 246
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=246&view=rev
Author: aaronjacobs
Date: 2011-09-14 08:41:37 +0000 (Wed, 14 Sep 2011)
Log Message:
-----------
Made JSON_USE_EXCEPTION's value in config.h a default that can be overridden.
This allows users to override it with their compiler invocation. For example:
g++ -D JSON_USE_EXCEPTION=0 ...
Modified Paths:
--------------
trunk/jsoncpp/include/json/assertions.h
trunk/jsoncpp/include/json/config.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2011-06-27 13:50:33
|
Hi.
First, thanks developers for JsonCpp!
Second, my problem.
json_writer.cpp
->
case stringValue:
document_ += valueToQuotedString( value.asCString() );
((value).value_).string_
contains string NO escape sequence symbols, for example this line:
Р˜РЅС„РѕСЂРјР°С†РёСЏ Рѕ фирме РЅР° странице Рѕ фирме
but the input function:
parsingSuccessful = reader.parse( buffer, root );
I pass escape sequence, for example this line:
\n\t\u0417\u0430 18 \u043b\u0435\u0442 \u0440\u0430\u0431\u043e\u0442\u044b
How to disable convert escape sequence to other encoding? |
|
From: <jso...@li...> - 2011-06-24 21:15:36
|
Revision: 245
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=245&view=rev
Author: christopherdunn
Date: 2011-06-24 21:15:30 +0000 (Fri, 24 Jun 2011)
Log Message:
-----------
Updated bug-fix list.
Modified 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...> - 2011-06-22 21:04:47
|
Revision: 244
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=244&view=rev
Author: christopherdunn
Date: 2011-06-22 21:04:41 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
bug#2407932: strpbrk() could fail for NULL pointer.
Modified Paths:
--------------
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...> - 2011-06-22 08:30:27
|
Revision: 243
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=243&view=rev
Author: christopherdunn
Date: 2011-06-22 08:30:21 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
bug#3306345: minor typo in Path::resolve() -- missing bang.
Modified Paths:
--------------
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-06-22 00:43:37
|
Revision: 242
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=242&view=rev
Author: christopherdunn
Date: 2011-06-22 00:43:31 +0000 (Wed, 22 Jun 2011)
Log Message:
-----------
(bug#3314841) Fixed JSON_IS_AMALGAMATION. Using os.path for OSX filename compatibility.
Modified Paths:
--------------
trunk/jsoncpp/amalgamate.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2011-06-21 23:02:12
|
Revision: 241
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=241&view=rev
Author: christopherdunn
Date: 2011-06-21 23:02:06 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
More missing constructor initializers found by Coverity.
Modified Paths:
--------------
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...> - 2011-06-21 22:08:55
|
Revision: 240
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=240&view=rev
Author: christopherdunn
Date: 2011-06-21 22:08:49 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
Another simple addition for constructor initialization, PathArgument.
Modified Paths:
--------------
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-06-21 21:57:00
|
Revision: 239
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=239&view=rev
Author: christopherdunn
Date: 2011-06-21 21:56:54 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
Simple changes to Reader initialization, from Chromium folks. (I do not think this was submitted as a bug.)
Modified Paths:
--------------
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-06-21 21:53:08
|
Revision: 238
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=238&view=rev
Author: christopherdunn
Date: 2011-06-21 21:53:02 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
More eol changes.
Modified Paths:
--------------
trunk/jsoncpp/test/data/fail_test_array_01.json
trunk/jsoncpp/test/data/test_comment_01.expected
trunk/jsoncpp/test/data/test_comment_01.json
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
trunk/jsoncpp/test/data/test_string_01.json
trunk/jsoncpp/test/data/test_string_02.json
trunk/jsoncpp/test/data/test_string_03.json
trunk/jsoncpp/test/data/test_string_unicode_01.expected
trunk/jsoncpp/test/data/test_string_unicode_02.expected
trunk/jsoncpp/test/data/test_string_unicode_03.expected
trunk/jsoncpp/test/data/test_string_unicode_04.expected
trunk/jsoncpp/test/data/test_string_unicode_05.expected
Property Changed:
----------------
trunk/jsoncpp/test/data/fail_test_array_01.json
trunk/jsoncpp/test/data/test_array_07.expected
trunk/jsoncpp/test/data/test_array_07.json
trunk/jsoncpp/test/data/test_comment_01.expected
trunk/jsoncpp/test/data/test_comment_01.json
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
trunk/jsoncpp/test/data/test_large_01.expected
trunk/jsoncpp/test/data/test_large_01.json
trunk/jsoncpp/test/data/test_real_08.expected
trunk/jsoncpp/test/data/test_real_08.json
trunk/jsoncpp/test/data/test_real_09.expected
trunk/jsoncpp/test/data/test_real_09.json
trunk/jsoncpp/test/data/test_real_10.expected
trunk/jsoncpp/test/data/test_real_10.json
trunk/jsoncpp/test/data/test_real_11.expected
trunk/jsoncpp/test/data/test_real_11.json
trunk/jsoncpp/test/data/test_real_12.expected
trunk/jsoncpp/test/data/test_real_12.json
trunk/jsoncpp/test/data/test_string_01.expected
trunk/jsoncpp/test/data/test_string_01.json
trunk/jsoncpp/test/data/test_string_02.expected
trunk/jsoncpp/test/data/test_string_02.json
trunk/jsoncpp/test/data/test_string_03.expected
trunk/jsoncpp/test/data/test_string_03.json
trunk/jsoncpp/test/data/test_string_04.expected
trunk/jsoncpp/test/data/test_string_04.json
trunk/jsoncpp/test/data/test_string_05.expected
trunk/jsoncpp/test/data/test_string_05.json
trunk/jsoncpp/test/data/test_string_unicode_01.expected
trunk/jsoncpp/test/data/test_string_unicode_01.json
trunk/jsoncpp/test/data/test_string_unicode_02.expected
trunk/jsoncpp/test/data/test_string_unicode_02.json
trunk/jsoncpp/test/data/test_string_unicode_03.expected
trunk/jsoncpp/test/data/test_string_unicode_03.json
trunk/jsoncpp/test/data/test_string_unicode_04.expected
trunk/jsoncpp/test/data/test_string_unicode_04.json
trunk/jsoncpp/test/data/test_string_unicode_05.expected
trunk/jsoncpp/test/data/test_string_unicode_05.json
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2011-06-21 21:18:55
|
Revision: 237
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=237&view=rev
Author: christopherdunn
Date: 2011-06-21 21:18:49 +0000 (Tue, 21 Jun 2011)
Log Message:
-----------
Switched CRLF to LF in repo, and added svn:eol-style native. I might have missed a few files though. Just committing what I have so far.
Modified Paths:
--------------
trunk/jsoncpp/amalgamate.py
trunk/jsoncpp/devtools/antglob.py
trunk/jsoncpp/devtools/fixeol.py
trunk/jsoncpp/devtools/licenseupdater.py
trunk/jsoncpp/devtools/tarball.py
trunk/jsoncpp/scons-tools/globtool.py
trunk/jsoncpp/test/jsonchecker/readme.txt
trunk/jsoncpp/test/rununittests.py
Property Changed:
----------------
trunk/jsoncpp/amalgamate.py
trunk/jsoncpp/devtools/__init__.py
trunk/jsoncpp/devtools/antglob.py
trunk/jsoncpp/devtools/fixeol.py
trunk/jsoncpp/devtools/licenseupdater.py
trunk/jsoncpp/devtools/tarball.py
trunk/jsoncpp/scons-tools/globtool.py
trunk/jsoncpp/test/jsonchecker/readme.txt
trunk/jsoncpp/test/rununittests.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|