|
From: <jso...@li...> - 2013-05-08 20:21:15
|
Revision: 256
http://sourceforge.net/p/jsoncpp/code/256
Author: blep
Date: 2013-05-08 20:21:11 +0000 (Wed, 08 May 2013)
Log Message:
-----------
- New CMake based build system. Based in part on contribution from
Igor Okulist and Damien Buhl (Patch #14). Added support for running
tests and building with DLL on Windows.
- added missing JSON_API
- Visual Studio DLL: suppressed warning "C4251: <data member>: <type>
needs to have dll-interface to be used by..." via pragma push/pop
in json-cpp headers.
- New header json/version.h now contains version number macros
(JSONCPP_VERSION_MAJOR, JSONCPP_VERSION_MINOR, JSONCPP_VERSION_PATCH
and JSONCPP_VERSION_HEXA). While this header is generated by CMake,
it is committed to ease build with alternate build system
(CMake only update the file when it changes avoid issues with VCS).
Modified Paths:
--------------
trunk/jsoncpp/NEWS.txt
trunk/jsoncpp/README.txt
trunk/jsoncpp/amalgamate.py
trunk/jsoncpp/include/json/config.h
trunk/jsoncpp/include/json/reader.h
trunk/jsoncpp/include/json/value.h
trunk/jsoncpp/include/json/writer.h
Added Paths:
-----------
trunk/jsoncpp/CMakeLists.txt
trunk/jsoncpp/include/CMakeLists.txt
trunk/jsoncpp/include/json/version.h
trunk/jsoncpp/src/CMakeLists.txt
trunk/jsoncpp/src/jsontestrunner/CMakeLists.txt
trunk/jsoncpp/src/lib_json/CMakeLists.txt
trunk/jsoncpp/src/lib_json/version.h.in
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.
|