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...> - 2014-11-18 23:57:07
|
Hi there, I have added a function to the jsoncpp class suite to support a template based styled writing. In other words, you can supply a template json object to styled writer which tells the writer which fields of the target json objects to display when it is doing styled writing. Like to know how to check in this patch. -John- |
|
From: <jso...@li...> - 2014-05-13 09:49:28
|
Revision: 283
http://sourceforge.net/p/jsoncpp/code/283
Author: christopherdunn
Date: 2014-05-13 09:49:25 +0000 (Tue, 13 May 2014)
Log Message:
-----------
fix stdexcept
https://sourceforge.net/p/jsoncpp/bugs/68/
Modified Paths:
--------------
trunk/jsoncpp/include/json/assertions.h
trunk/jsoncpp/include/json/version.h
trunk/jsoncpp/src/lib_json/json_reader.cpp
trunk/jsoncpp/src/lib_json/json_value.cpp
trunk/jsoncpp/src/test_lib_json/main.cpp
Property Changed:
----------------
trunk/jsoncpp/include/json/version.h
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2014-04-23 23:58:01
|
Revision: 282
http://sourceforge.net/p/jsoncpp/code/282
Author: aaronjacobs
Date: 2014-04-23 23:57:59 +0000 (Wed, 23 Apr 2014)
Log Message:
-----------
Fixed a test that causes a crash when exceptions are disabled.
While I was at it, corrected whitespace too.
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...> - 2014-04-23 23:41:14
|
Revision: 281
http://sourceforge.net/p/jsoncpp/code/281
Author: aaronjacobs
Date: 2014-04-23 23:41:12 +0000 (Wed, 23 Apr 2014)
Log Message:
-----------
Added structured error reporting to Reader.
This allows applications for interactively viewing or editing JSON to do
a better job of highlighting errors. Also added offset accessors to
Value, offering the same sort of functionality even for non-errors.
Thanks to Zach Clifford (zac...@go...) for the patch.
Modified Paths:
--------------
trunk/jsoncpp/include/json/reader.h
trunk/jsoncpp/include/json/value.h
trunk/jsoncpp/src/lib_json/json_reader.cpp
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...> - 2014-04-23 23:28:27
|
Revision: 280
http://sourceforge.net/p/jsoncpp/code/280
Author: aaronjacobs
Date: 2014-04-23 23:28:23 +0000 (Wed, 23 Apr 2014)
Log Message:
-----------
Added features that allow the reader to accept common non-standard JSON.
This is a version of patch #17, from Clay Wood:
http://sourceforge.net/p/jsoncpp/patches/17/
Modified Paths:
--------------
trunk/jsoncpp/include/json/features.h
trunk/jsoncpp/include/json/reader.h
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...> - 2014-04-19 21:41:06
|
Revision: 279
http://sourceforge.net/p/jsoncpp/code/279
Author: christopherdunn
Date: 2014-04-19 21:41:03 +0000 (Sat, 19 Apr 2014)
Log Message:
-----------
vim modeline
http://vim.wikia.com/wiki/Modeline_magic
Modified Paths:
--------------
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_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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2014-04-19 21:19:27
|
Revision: 278
http://sourceforge.net/p/jsoncpp/code/278
Author: christopherdunn
Date: 2014-04-19 21:19:24 +0000 (Sat, 19 Apr 2014)
Log Message:
-----------
Comment reading/write improvements
This patch fixes some aspects of reading and writing comments:
- Multiple C++-style comments before a Json value had extra newlines appended to them. This patch removes the addition of those newlines.
- Comments written before Json values in the StyledWriter were not indented to match the indentation level of the value. This patch adds indentation to comments.
- Fixed inconsistency in newlines following C- and C++-style comments being saved as part of the comment. All newlines at the end of a comment are now removed.
- Added an additional test of comments.
https://sourceforge.net/p/jsoncpp/patches/25/
Modified Paths:
--------------
trunk/jsoncpp/src/lib_json/json_reader.cpp
trunk/jsoncpp/src/lib_json/json_writer.cpp
Added Paths:
-----------
trunk/jsoncpp/test/data/test_comment_02.expected
trunk/jsoncpp/test/data/test_comment_02.json
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2014-04-19 06:37:24
|
Revision: 277
http://sourceforge.net/p/jsoncpp/code/277
Author: christopherdunn
Date: 2014-04-19 06:37:23 +0000 (Sat, 19 Apr 2014)
Log Message:
-----------
JSON_ASSERT -> JSON_ASSERT_MESSAGE
This way, assertions can produce exceptions.
https://sourceforge.net/p/jsoncpp/bugs/67/
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...> - 2014-01-29 00:13:42
|
Revision: 276
http://sourceforge.net/p/jsoncpp/code/276
Author: aaronjacobs
Date: 2014-01-29 00:13:38 +0000 (Wed, 29 Jan 2014)
Log Message:
-----------
Added missing includes for std::istream.
Thanks to Quentin Fiard for the report.
Modified Paths:
--------------
trunk/jsoncpp/include/json/reader.h
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...> - 2013-09-23 14:10:42
|
Revision: 275
http://sourceforge.net/p/jsoncpp/code/275
Author: blep
Date: 2013-09-23 14:10:39 +0000 (Mon, 23 Sep 2013)
Log Message:
-----------
Fixed broken build on VS 2012
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...> - 2013-08-08 23:08:30
|
Revision: 274
http://sourceforge.net/p/jsoncpp/code/274
Author: aaronjacobs
Date: 2013-08-08 23:08:28 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Fixed some snprintf-related build breakages in Visual Studio.
Modified Paths:
--------------
trunk/jsoncpp/src/jsontestrunner/main.cpp
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...> - 2013-08-08 00:39:33
|
Revision: 273
http://sourceforge.net/p/jsoncpp/code/273
Author: aaronjacobs
Date: 2013-08-08 00:39:32 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Updated two calls to sprintf that I missed in r269.
Revision Links:
--------------
http://sourceforge.net/p/jsoncpp/code/269
Modified Paths:
--------------
trunk/jsoncpp/src/jsontestrunner/main.cpp
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-08-08 00:39:14
|
Revision: 272
http://sourceforge.net/p/jsoncpp/code/272
Author: aaronjacobs
Date: 2013-08-08 00:39:12 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Replaced the complex implementation of valueToString(double).
The previous one was confusing and prone to buffer overflows, and didn't
work correctly with 16-decimal-digit numbers. The new one simply uses
snprintf with a standard format string.
The major change is that we don't always print a decimal point now.
Fortunately, JSON doesn't distinguish between integers and reals.
Modified Paths:
--------------
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...> - 2013-08-08 00:37:41
|
Revision: 271
http://sourceforge.net/p/jsoncpp/code/271
Author: aaronjacobs
Date: 2013-08-08 00:37:39 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Added more floating point tests.
The first demonstrates a bug that I will soon fix.
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...> - 2013-08-08 00:13:13
|
Revision: 270
http://sourceforge.net/p/jsoncpp/code/270
Author: aaronjacobs
Date: 2013-08-08 00:13:10 +0000 (Thu, 08 Aug 2013)
Log Message:
-----------
Added further floating point tests.
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...> - 2013-08-06 23:12:58
|
Revision: 269
http://sourceforge.net/p/jsoncpp/code/269
Author: aaronjacobs
Date: 2013-08-06 23:12:56 +0000 (Tue, 06 Aug 2013)
Log Message:
-----------
Switched away from sprintf, which is prone to buffer overflows.
Most reasonable platforms have this function. If you're here because
this broke the build for you, consider adding an ifdef for your platform
and using sprintf there (but not on other platforms).
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...> - 2013-05-09 18:42:37
|
Revision: 268
http://sourceforge.net/p/jsoncpp/code/268
Author: blep
Date: 2013-05-09 18:42:33 +0000 (Thu, 09 May 2013)
Log Message:
-----------
- CMake: added option to turn fail compilation if warning occurs, and warning level 4 with MSVC.
- Fixed some warnings
Modified Paths:
--------------
trunk/jsoncpp/CMakeLists.txt
trunk/jsoncpp/src/lib_json/json_value.cpp
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...> - 2013-05-09 16:24:15
|
Revision: 267
http://sourceforge.net/p/jsoncpp/code/267
Author: blep
Date: 2013-05-09 16:24:13 +0000 (Thu, 09 May 2013)
Log Message:
-----------
- disabled warning 4786 for VS6 caused by STL (identifier was truncated to '255' characters in the debug information)
- added batchbuild config for XP VM
Modified Paths:
--------------
trunk/jsoncpp/include/json/config.h
Added Paths:
-----------
trunk/jsoncpp/devtools/agent_vmxp.json
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-05-09 15:22:18
|
Revision: 266
http://sourceforge.net/p/jsoncpp/code/266
Author: blep
Date: 2013-05-09 15:22:14 +0000 (Thu, 09 May 2013)
Log Message:
-----------
Added simple batch build script for CMake.
Added Paths:
-----------
trunk/jsoncpp/devtools/agent_vmw7.json
trunk/jsoncpp/devtools/batchbuild.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|
|
From: <jso...@li...> - 2013-05-09 15:21:07
|
Revision: 265
http://sourceforge.net/p/jsoncpp/code/265
Author: blep
Date: 2013-05-09 15:21:06 +0000 (Thu, 09 May 2013)
Log Message:
-----------
Added missing source file to CMakeLists.txt.
Modified Paths:
--------------
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-05-09 15:20:36
|
Revision: 264
http://sourceforge.net/p/jsoncpp/code/264
Author: blep
Date: 2013-05-09 15:20:32 +0000 (Thu, 09 May 2013)
Log Message:
-----------
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...> - 2013-05-08 22:23:09
|
Revision: 263
http://sourceforge.net/p/jsoncpp/code/263
Author: blep
Date: 2013-05-08 22:23:07 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Fixed continuous integration matrix for debug/release build. Made static debug build verbose.
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 22:15:17
|
Revision: 262
http://sourceforge.net/p/jsoncpp/code/262
Author: blep
Date: 2013-05-08 22:15:15 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Added continuous integration matrix for debug/release build. Made static debug build verbose.
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 22:04:59
|
Revision: 261
http://sourceforge.net/p/jsoncpp/code/261
Author: blep
Date: 2013-05-08 22:04:57 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Added continuous integration matrix for shared/static library (specified through environment variables).
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 21:23:54
|
Revision: 260
http://sourceforge.net/p/jsoncpp/code/260
Author: blep
Date: 2013-05-08 21:23:52 +0000 (Wed, 08 May 2013)
Log Message:
-----------
Added continuous integration failure e-mail notification.
Modified Paths:
--------------
trunk/jsoncpp/.travis.yml
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|