jsoncpp/src/lib_json
2011-05-24 00:43:30 +00:00
..
json_batchallocator.h Removed an unused typedef. 2011-05-24 00:42:15 +00:00
json_internalarray.inl Fixed constructor initializer list order warnings/errors. 2011-05-24 00:42:58 +00:00
json_internalmap.inl Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail. 2011-05-01 20:13:40 +00:00
json_reader.cpp Fixed a hard to debug crash on OS X related to sscanf format strings. 2011-05-24 00:41:12 +00:00
json_tool.h Major rework of 64 integer support: 64 bits integer are only returned when explicitly request via Json::Value::asInt64(), unlike previous implementation where Json::Value::asInt() returned a 64 bits integer. 2010-12-27 17:45:23 +00:00
json_value.cpp Updated a cast to use a more appropriate type. 2011-05-24 00:43:30 +00:00
json_valueiterator.inl Added support for amalgated source and header generation (a la sqlite). Refer to README.txt section "Generating amalgated source and header" for detail. 2011-05-01 20:13:40 +00:00
json_writer.cpp Fixed typo: amalga*ma*te. Replaced macro JSON_IS_AMALGATED with JSON_IS_AMALGAMATION 2011-05-02 21:09:30 +00:00
sconscript Added prop svn:eol-style native. Stripped carriage-returns on unix. Hopefully, this will work for Windows too now. 2007-06-13 15:48:30 +00:00