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
|
S | M | T | W | T | F | S |
---|---|---|---|---|---|---|
|
|
|
1
|
2
|
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
(6) |
22
(3) |
23
|
24
(1) |
25
|
26
|
27
(1) |
28
|
29
|
30
|
|
|
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. |
From: <jso...@li...> - 2011-06-21 20:34:46
|
Revision: 236 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=236&view=rev Author: christopherdunn Date: 2011-06-21 20:34:40 +0000 (Tue, 21 Jun 2011) Log Message: ----------- Just testing whether I can still commit changes. I cannot tell my access-level from the sf project page. Modified Paths: -------------- trunk/jsoncpp/README.txt This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |