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
(18) |
2
(18) |
3
|
4
|
5
|
6
|
7
|
8
|
9
|
10
|
11
|
12
|
13
|
14
|
15
|
16
|
17
|
18
|
19
|
20
|
21
|
22
|
23
|
24
(12) |
25
(17) |
26
(13) |
27
(1) |
28
|
29
|
30
|
31
|
|
|
|
|
From: <jso...@li...> - 2011-05-27 08:12:47
|
Revision: 235 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=235&view=rev Author: blep Date: 2011-05-27 08:12:41 +0000 (Fri, 27 May 2011) Log Message: ----------- Fixed unit tests execution on MSVC 6 by removing usage of std::numeric_limits. It was returning 0 value in some max cases. Fixed Value::asFloat() to use integerToDouble(). Modified Paths: -------------- 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...> - 2011-05-26 22:55:29
|
Revision: 234 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=234&view=rev Author: blep Date: 2011-05-26 22:55:24 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed compilation issues with MSVC 6: replace usage of ostringstream with valueToString to support 64 bits integer and high precision floating point conversion to string. Replace usage of ULL and LL literal with UInt64(expr) and Int64(expr). Introduced helper function uint64ToDouble() to work-around missing conversion. Unit tests do not pass yet. Modified Paths: -------------- trunk/jsoncpp/src/lib_json/json_value.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-26 20:14:37
|
Revision: 233 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=233&view=rev Author: blep Date: 2011-05-26 20:14:32 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed MSVS 2003, 2005 and 2008 tests execution by normalizing floating-point string representation using helper normalizeFloatingPointStr(). Modified Paths: -------------- trunk/jsoncpp/src/jsontestrunner/main.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...> - 2011-05-26 17:14:33
|
Revision: 232 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=232&view=rev Author: blep Date: 2011-05-26 17:14:26 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed unit test failure on IBM AIX xlC by hard-coding the maxUInt64AsDouble as double constant instead of relying on double(Value::maxUInt64) which produces an incorrect value. 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-05-26 07:32:42
|
Revision: 231 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=231&view=rev Author: blep Date: 2011-05-26 07:32:36 +0000 (Thu, 26 May 2011) Log Message: ----------- - Fixed unit test compilation on MSVS 2003, 2005 and 2008. - Worked-around unit test failure with MSVS* by "forcing" all floating-point numbers to be loaded from memory instead of FPU registers. Modified Paths: -------------- 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...> - 2011-05-26 06:58:58
|
Revision: 230 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=230&view=rev Author: aaronjacobs Date: 2011-05-26 06:58:52 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed some test bugs that show up when 64-bit mode is disabled. Modified Paths: -------------- 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...> - 2011-05-26 06:58:20
|
Revision: 229 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=229&view=rev Author: aaronjacobs Date: 2011-05-26 06:58:14 +0000 (Thu, 26 May 2011) Log Message: ----------- Added a few test cases that Google is using internally for patches made in the past. Added Paths: ----------- trunk/jsoncpp/test/data/test_array_07.expected trunk/jsoncpp/test/data/test_array_07.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 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-26 03:44:08
|
Revision: 228 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=228&view=rev Author: aaronjacobs Date: 2011-05-26 03:44:02 +0000 (Thu, 26 May 2011) Log Message: ----------- Another round of attempting to fix VC++ errors... 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-05-26 03:32:17
|
Revision: 227 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=227&view=rev Author: aaronjacobs Date: 2011-05-26 03:32:11 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed more default cases. 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-05-26 03:27:50
|
Revision: 226 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=226&view=rev Author: aaronjacobs Date: 2011-05-26 03:27:44 +0000 (Thu, 26 May 2011) Log Message: ----------- Got rid of some unreachable code. 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-05-26 03:04:07
|
Revision: 225 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=225&view=rev Author: aaronjacobs Date: 2011-05-26 03:04:01 +0000 (Thu, 26 May 2011) Log Message: ----------- Fixed a double -> float compilation warning/error. 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-05-26 02:46:34
|
Revision: 224 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=224&view=rev Author: aaronjacobs Date: 2011-05-26 02:46:28 +0000 (Thu, 26 May 2011) Log Message: ----------- Reworked the type conversion system again, so that:A * isFoo methods determine exact representability. * asFoo methods cause casting when safe. * isConvertibleTo indicates whether casting is safe. See NEWS.txt for details. Modified Paths: -------------- trunk/jsoncpp/NEWS.txt trunk/jsoncpp/src/lib_json/json_value.cpp trunk/jsoncpp/src/test_lib_json/jsontest.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...> - 2011-05-26 00:30:45
|
Revision: 223 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=223&view=rev Author: aaronjacobs Date: 2011-05-26 00:30:39 +0000 (Thu, 26 May 2011) Log Message: ----------- Made the unit test's output more readable, adding to jsontest's capabilities (and simplifying its implementation) in the process. Modified Paths: -------------- trunk/jsoncpp/src/test_lib_json/jsontest.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...> - 2011-05-26 00:12:54
|
Revision: 222 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=222&view=rev Author: aaronjacobs Date: 2011-05-26 00:12:48 +0000 (Thu, 26 May 2011) Log Message: ----------- Made jsontest work with 64-bit integers, and fixed an error. Modified Paths: -------------- trunk/jsoncpp/src/test_lib_json/jsontest.cpp trunk/jsoncpp/src/test_lib_json/jsontest.h This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |
From: <jso...@li...> - 2011-05-25 23:27:04
|
Revision: 221 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=221&view=rev Author: aaronjacobs Date: 2011-05-25 23:26:58 +0000 (Wed, 25 May 2011) Log Message: ----------- Removed some out of date TODOs. Modified Paths: -------------- 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...> - 2011-05-25 05:54:05
|
Revision: 220 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=220&view=rev Author: aaronjacobs Date: 2011-05-25 05:53:59 +0000 (Wed, 25 May 2011) Log Message: ----------- Fixed test failures with 64-bit support disabled. Modified Paths: -------------- 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...> - 2011-05-25 05:50:19
|
Revision: 219 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=219&view=rev Author: aaronjacobs Date: 2011-05-25 05:50:13 +0000 (Wed, 25 May 2011) Log Message: ----------- Fixed a 'comparison between signed and unsigned' error. 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-05-25 05:00:03
|
Revision: 218 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=218&view=rev Author: aaronjacobs Date: 2011-05-25 04:59:57 +0000 (Wed, 25 May 2011) Log Message: ----------- Added line breaks to make error messages easier to read. 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-05-25 04:35:03
|
Revision: 217 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=217&view=rev Author: aaronjacobs Date: 2011-05-25 04:34:57 +0000 (Wed, 25 May 2011) Log Message: ----------- Fixed a compilation warning/error. 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-05-25 04:19:23
|
Revision: 216 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=216&view=rev Author: aaronjacobs Date: 2011-05-25 04:19:17 +0000 (Wed, 25 May 2011) Log Message: ----------- Gave a more consistent behavior to the Value::isFoo methods. See NEWS.txt for more details. 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...> - 2011-05-25 03:16:55
|
Revision: 215 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=215&view=rev Author: aaronjacobs Date: 2011-05-25 03:16:49 +0000 (Wed, 25 May 2011) Log Message: ----------- Fixed bugs in asInt64 and asUInt64. Modified Paths: -------------- 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...> - 2011-05-25 02:54:17
|
Revision: 214 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=214&view=rev Author: aaronjacobs Date: 2011-05-25 02:54:11 +0000 (Wed, 25 May 2011) Log Message: ----------- Added tests for default numeric values. Modified Paths: -------------- 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...> - 2011-05-25 01:51:36
|
Revision: 213 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=213&view=rev Author: aaronjacobs Date: 2011-05-25 01:51:30 +0000 (Wed, 25 May 2011) Log Message: ----------- Fixed a test bug. Modified Paths: -------------- 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...> - 2011-05-25 01:46:56
|
Revision: 212 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=212&view=rev Author: aaronjacobs Date: 2011-05-25 01:46:50 +0000 (Wed, 25 May 2011) Log Message: ----------- Made tests more comprehensive. Modified Paths: -------------- 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...> - 2011-05-25 01:24:29
|
Revision: 211 http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=211&view=rev Author: aaronjacobs Date: 2011-05-25 01:24:23 +0000 (Wed, 25 May 2011) Log Message: ----------- Gave tests more general names in preparation for making them much more comprehensive. Modified Paths: -------------- 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. |