jsoncpp/src/lib_json
2011-05-24 23:08:59 +00:00
..
json_batchallocator.h Removed an unused typedef. 2011-05-24 00:42:15 +00:00
json_internalarray.inl Centralized assertion macros and made them obey JSON_USE_EXCEPTION. 2011-05-24 01:03:22 +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 parsing bug in decodeNumber, updating the failing test cases to be 2011-05-24 03:59:24 +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 Fixed a "comparison between signed and unsigned" warning/error. 2011-05-24 23:08:59 +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