提交歷史

作者 SHA1 備註 提交日期
  Sam Jaffe 1e75da82b5 Fixing compiler errors (include/malformed) 8 年之前
  Samuel Jaffe 4b6d76372d Fixing compiler warnings for implicit casts and unused parameters. 8 年之前
  Samuel Jaffe 730ef2f1ae Adding static lib version, linked test cases against that to allow running coverage tools without installing. 8 年之前
  Samuel Jaffe 66fcedb6ff Adding collection and object writing tests. 8 年之前
  Samuel Jaffe 6547fa3510 Adding json writing checks to test cased for string, int, double, bool and tuple. 8 年之前
  Samuel Jaffe 018198158f Updating vector and map binders to be more generic - supporting non-associative and associative structures, respectively. 8 年之前
  Samuel Jaffe c86688cd01 Adding support in object binder to throw an exception if there are any keys that were missing. 8 年之前
  Samuel Jaffe bcbc63184b Fixing bug where booleans did not advance the tracker. 8 年之前
  Samuel Jaffe 3350dba094 Adding C++11 compatible version of std::tuple/std::array make functions. 8 年之前
  Samuel Jaffe fce4057b40 Adding C++14 feature for constructing array/tuple bindings of guaranteed correct size, with much lower verbosity. 8 年之前
  Samuel Jaffe 9cb0ae0cc2 Adding get_binder, for std::tuple bindings. 8 年之前
  Samuel Jaffe ff7096827d Make binder constructors implicit for convenience. 8 年之前
  Samuel Jaffe 66dbd3768a Adding more tests for double and int. 8 年之前
  Samuel Jaffe ff2b56e612 Using strto* functions instead of sto*, so that we don't need to catch/rethrow exceptions. 8 年之前
  Samuel Jaffe 32fa614aa3 Add short-circuit for floating-point type assignments. 8 年之前
  Samuel Jaffe 522100365c Adding direct-to-value binder scheme, primarily for testing purposes. 8 年之前
  Samuel Jaffe 572d120e61 Fixing quote-escaping in string parser. 8 年之前
  Samuel Jaffe 227e4ac9c6 Adding support for integral types shorter than int32_t, and floating point types other than double. 8 年之前
  Samuel Jaffe 7acec3206d Fixing error in json integer limits. 8 年之前
  Samuel Jaffe b4171bfc66 Fixed a bug with negative number handling. 9 年之前
  Samuel Jaffe 435e658b79 Fixing include paths 9 年之前
  Samuel Jaffe cc5508c5d8 Xcode schema update, not important 9 年之前
  Samuel Jaffe 357524597e Cleaned up includes 9 年之前
  Samuel Jaffe 3f4d671e87 Moved parsing utilities to json_parser.cpp. 9 年之前
  Samuel Jaffe 22ca06f921 Separated out the various binder implementations to their own files. 9 年之前
  Samuel Jaffe 7295113df9 Moved example program to json_test.cpp 9 年之前
  Samuel Jaffe a5d2abe2b5 Initial commit of JSON parser/object. Contains the ability to directly map the JSON string to member variables inline. This skips over deserializing the object out into a JSON tree itself. 9 年之前