Skip to content
Snippets Groups Projects
  1. Aug 26, 2014
    • Roman Tsisyk's avatar
      Refactor msgpack, yaml, cjson to use common code base · 5a7d8b07
      Roman Tsisyk authored
      Major changes:
      
       - All common logic and code from all serializes replaced by
         luaL_field/luaL_serializer functions
       - All features and methods were unified
       - cdata support added to JSON
       - ffi's .NULL added to JSON
       - .cfg{} method added to MsgPack, YAML and JSON
       - .new() method added to MsgPack and YAML
       - NaN and Inf checks ported from JSON
       - array vs map detection logic ported from JSON
       - support for __serialize hint added for table/cdata/userdata
       - _serializer_compact and _serializer_type superseded by __serialize
       - 64-bit integers encoding/decoding fixed in JSON and YAML
       - floating point encoding/decoding fixed in YAML
       - JSON was converted from submodule
       - New TAP-based tests added for MsgPack, MsgPackFFI, YAML, JSON
      5a7d8b07
    • Dmitry E. Oboukhov's avatar
      Drop out old sockets. · 36a574ae
      Dmitry E. Oboukhov authored
      36a574ae
  2. Aug 25, 2014
  3. Aug 23, 2014
  4. Aug 22, 2014
  5. Aug 21, 2014
  6. Aug 20, 2014
  7. Aug 19, 2014
  8. Aug 18, 2014
  9. Aug 15, 2014
Loading