Historique des commits

Auteur SHA1 Message Date
  Ugorji Nwoke 9d568df03b codecgen: clean up and optimize generated code il y a 5 ans
  Ugorji Nwoke eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables il y a 5 ans
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver il y a 5 ans
  Ugorji Nwoke b976395925 codecgen: use fully qualified name even for embedded fields il y a 5 ans
  Ugorji Nwoke b43ddd09e2 codecgen: (false || false) fails vet check (redundant or) il y a 5 ans
  Ugorji Nwoke a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers il y a 5 ans
  Ugorji Nwoke aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding il y a 5 ans
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns il y a 5 ans
  Ugorji Nwoke 037e5aa7ef codec: provide TimeNotBuiltin option to allow time.Time be handled in custom way il y a 6 ans
  Ugorji Nwoke e5646b99d2 codec: support ability to preserve missing fields il y a 6 ans
  Ugorji Nwoke eeb0478a81 codec: if json and the struct field name (or encode name) is ascii and alphanumeric, just write it out il y a 6 ans
  Ugorji Nwoke b4c50a2b19 codecgen: handle struct fields of type *time.Time correctly il y a 6 ans
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding il y a 6 ans
  Ugorji Nwoke 0d023046ac codec: use exact value for word size, instead of depending on strconv il y a 6 ans
  Ugorji Nwoke ccfe18359b codecgen: fix decStruct to handle all variations (pointers, fields, slice/array elem) il y a 6 ans
  Ugorji Nwoke d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info il y a 6 ans
  Ugorji Nwoke c93fc2cdd1 codec: refactor struct field loading and data structures, for performance and memory friendliness il y a 6 ans
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance il y a 6 ans
  Ugorji Nwoke 0e0d6e8695 codecgen: export c and m variables so they can be used by generated code il y a 6 ans
  Ugorji Nwoke bcec826260 codecgen: clean up generated code, and statically determine how to en|decode struct fields il y a 6 ans
  Ugorji Nwoke d36cb94d7a codecgen: fix bug with determining omitempty appropriately il y a 6 ans
  Ugorji Nwoke ae82d72256 codec: support IsZero and reflect.Type.Comparable for efficient comparison of structs to zero value il y a 6 ans
  Ugorji Nwoke 8badb251bd codecgen: support time.Time natively, and handle omitEmpty for structs il y a 6 ans
  Ugorji Nwoke 6e9891a451 codec: clean up, improved symbol handling and numeric overflow support il y a 6 ans
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 il y a 6 ans
  Ugorji Nwoke 4d084a8659 codec: streamline panic/recover error handling, manage compatibility with codecgen and support structs where fields are encoded as numbers il y a 6 ans
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs il y a 6 ans
  Ugorji Nwoke bdf09c214e codec: Add method for encoding/decoding a container containing uint8's. il y a 6 ans
  Ugorji Nwoke debb8e2d2e codec: support time.Time natively in all formats, and remove Builtin mode. il y a 6 ans
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign il y a 6 ans