You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(5) |
Nov
(5) |
Dec
(1) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
|
Feb
(4) |
Mar
(1) |
Apr
(10) |
May
|
Jun
(1) |
Jul
|
Aug
(1) |
Sep
(4) |
Oct
|
Nov
|
Dec
|
2011 |
Jan
(1) |
Feb
(1) |
Mar
(2) |
Apr
|
May
(30) |
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
(2) |
Nov
|
Dec
|
2012 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2013 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
(2) |
Aug
(2) |
Sep
|
Oct
(1) |
Nov
|
Dec
|
2014 |
Jan
|
Feb
|
Mar
|
Apr
(3) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2015 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(3) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(1) |
Dec
(1) |
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2018 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
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
(1) |
18
(1) |
19
|
20
|
21
|
22
(1) |
23
(1) |
24
|
25
|
26
|
27
|
28
|
|
|
|
|
|
|
From: Baptiste L. <bap...@gm...> - 2010-02-23 16:01:33
|
Hi all, I've been getting a lot of positive feedbacks on JsonCpp lately and many contributions in the last 3 months. I've also got a few "where can I download JsonCpp" questions... So, I think it is well past time to actually publish a tarball to make the sources more accessible. Current release plans are: - remove the "experimental" nature of the iterator API (many users feedback indicate that it works even though we still lack tests to prove it) - tag the source with release-0.5.0 - makes a tarball of a svn export - publish the source and doc tarball on sourceforge The current doc have already been published to http://jsoncpp.sf.net/. Does anyone see any "MUST DO before release" items? I plan to make the release this week-end, unless a serious show stopper appears. Baptiste. |
From: Baptiste L. <bap...@gm...> - 2010-02-22 08:58:59
|
Hi all, just a head up to let you know that I modified the build system. Doxygen documentation is no longer generated from the Scons script. To replace it, a small python script named doxybuild.py is invoked from the command-line. It uses doc/doxyfile.in as a template, does substitution (version number & directories), and optionaly generates the tarball. This solves all the (build) issues related to having doxygen generation in Scons, and makes development workflow easier when working on the doc (e.g. you can opt out of graph generation to reduce doc generation time and are assurred that the doc is regenerated). * Building the documentation: =========================== Run the python script doxybuild.py from the top directory: python doxybuild.py --open --with-dot See doxybuild.py --help for options. E:\prg\vc\Lib\jsoncpp-trunk>python doxybuild.py -h Usage: doxybuild.py Generates doxygen documentation in build/doxygen. Optionaly makes a tarball of the documentation to dist/. Must be started in the project top directory. Options: -h, --help show this help message and exit --with-dot Enable usage of DOT to generate collaboration diagram --dot=DOT_PATH Path to GraphViz dot tool. Must be full qualified path. [Default: c:\wut\files\Graphviz\bin\dot.exe] --doxygen=DOXYGEN_PATH Path to Doxygen tool. [Default: C:\wut\prg\doxygen\bin\doxygen.exe] --with-html-help Enable generation of Microsoft HTML HELP --no-uml-look Generates DOT graph without UML look [Default: False] --open Open the HTML index in the web browser after generation --tarball Generates a tarball of the documentation in dist/ directory |
From: Baptiste L. <bap...@gm...> - 2010-02-18 16:15:06
|
You can only get the code from the SVN repository at the current time. There is no embedded support for XML conversion, but it should be easy to do as you can easily walk the object tree (test already to serialization in a flat format for comparison against expected output). Baptiste. 2010/2/17 sking <sk...@we...> > Hi, > > I can’t seem to find the link to download the code? > > Any install script needed. > > I am looking for a c++ version of json to xml convertor. > > Thanks > > > > Sam > |
From: sking <sk...@we...> - 2010-02-17 17:38:35
|
Hi, I can't seem to find the link to download the code? Any install script needed. I am looking for a c++ version of json to xml convertor. Thanks Sam |