Revision: 177
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=177&view=rev
Author: blep
Date: 2011-05-02 07:06:07 +0000 (Mon, 02 May 2011)
Log Message:
-----------
Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail.
The amalgated sources are generated by concatenating JsonCpp source in the correct order and defining macro JSON_IS_AMALGATED to prevent inclusion of other headers. Sources and header has been modified to prevent any inclusion when this macro is defined.
The script amalgate.py handle the generation.
Added Paths:
-----------
trunk/jsoncpp/amalgate.py
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|