提交历史

作者 SHA1 备注 提交日期
  Ugorji Nwoke c8e440640c codec: clean up old comments in code 5 年之前
  Ugorji Nwoke fbe36f8c79 codec: resolve TODO's 5 年之前
  Ugorji Nwoke 2019b5eec8 codec: remove EncodeAsis and optimize access to jsonEncDriver 5 年之前
  Ugorji Nwoke 31766e6012 codec: StringToRaw should only be checked in the Handle 5 年之前
  Ugorji Nwoke 39e69f67bb codecgen: add build tag to generated code that it is only supported in go 1.6+ 5 年之前
  Ugorji Nwoke ffda9d4fba codec: streamline nil decoding: nil means zero value consistently 5 年之前
  Ugorji Nwoke a2a200a106 codec: streamline encoding of nil values 5 年之前
  Ugorji Nwoke d138090090 codecgen: handle encodenil if slice/map value is nil 5 年之前
  Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 5 年之前
  Ugorji Nwoke 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() 5 年之前
  Ugorji Nwoke 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt 5 年之前
  Ugorji Nwoke e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) 5 年之前
  Ugorji Nwoke 9d568df03b codecgen: clean up and optimize generated code 5 年之前
  Ugorji Nwoke eb5e2717b6 codec: fast-path: optimize: remove unnecessary local variables 5 年之前
  Ugorji Nwoke 070826dc1c codec: remove "internal" deprecated methods of encDriver and decDriver 5 年之前
  Ugorji Nwoke b976395925 codecgen: use fully qualified name even for embedded fields 5 年之前
  Ugorji Nwoke b43ddd09e2 codecgen: (false || false) fails vet check (redundant or) 5 年之前
  Ugorji Nwoke a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers 5 年之前
  Ugorji Nwoke aa2c01e021 codec: introduce EncodeOptions:StringToRaw flag to control string encoding 5 年之前
  Ugorji Nwoke 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns 5 年之前
  Ugorji Nwoke 037e5aa7ef codec: provide TimeNotBuiltin option to allow time.Time be handled in custom way 6 年之前
  Ugorji Nwoke e5646b99d2 codec: support ability to preserve missing fields 6 年之前
  Ugorji Nwoke eeb0478a81 codec: if json and the struct field name (or encode name) is ascii and alphanumeric, just write it out 6 年之前
  Ugorji Nwoke b4c50a2b19 codecgen: handle struct fields of type *time.Time correctly 6 年之前
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding 6 年之前
  Ugorji Nwoke 0d023046ac codec: use exact value for word size, instead of depending on strconv 6 年之前
  Ugorji Nwoke ccfe18359b codecgen: fix decStruct to handle all variations (pointers, fields, slice/array elem) 6 年之前
  Ugorji Nwoke d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info 6 年之前
  Ugorji Nwoke c93fc2cdd1 codec: refactor struct field loading and data structures, for performance and memory friendliness 6 年之前
  Ugorji Nwoke 4ad9ed71b1 codec: re-factor and streamline code for publishing standards, consistency and performance 6 年之前