|
From: <jso...@li...> - 2011-05-01 20:13:46
|
Revision: 165
http://jsoncpp.svn.sourceforge.net/jsoncpp/?rev=165&view=rev
Author: blep
Date: 2011-05-01 20:13:40 +0000 (Sun, 01 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.
Modified Paths:
--------------
trunk/jsoncpp/NEWS.txt
trunk/jsoncpp/README.txt
trunk/jsoncpp/include/json/config.h
trunk/jsoncpp/include/json/features.h
trunk/jsoncpp/include/json/forwards.h
trunk/jsoncpp/include/json/reader.h
trunk/jsoncpp/include/json/value.h
trunk/jsoncpp/include/json/writer.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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|