Commit History

Автор 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 години