Commit History

Author SHA1 Message Date
  Ugorji Nwoke 82c888b413 codec: support test execution in go 1.4 5 years ago
  Ugorji Nwoke 2b90750527 codec: test: streamline and add for struct keytype, RawToString, StringToRaw, MapValueReset, ... 5 years ago
  Ugorji Nwoke 0cf90f7e87 codec: add (unsafe) alloc-free support for map iteration 1.12+ 5 years ago
  Ugorji Nwoke 09134a0411 Merge branch 'master' of https://github.com/ugorji/go 5 years ago
  Jernej Kos f0f82f0300 codec: Tests and fix for #301 (#302) 5 years ago
  Ugorji Nwoke dfc37c8976 codec: test: expand to include maps with struct keys 5 years ago
  Ugorji Nwoke 7a66d0f64d codec: honor SelfExt during naked decoding 5 years ago
  Ugorji Nwoke 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library 5 years ago
  Ugorji Nwoke c14a182bc7 codec: test: move some types from values_test.go into values_flex_test.go 5 years ago
  Ugorji Nwoke ce1d126566 codec: misc fixes - handle error from io.Reader.Read, fix MissingFielder support, refactor for better mid-stack inlining, use custom bufio.Writer impl, etc 5 years ago
  Ugorji Nwoke e105254e6a codec: use single line comments to comment out +build in various files 5 years ago
  Ugorji Nwoke e5e69e061d codec: move missingfielder types from values_test to values_flex_test.go 5 years ago
  Ugorji Nwoke 587a7e6ca2 codec: arrays are decodeable iff they are addressable 5 years ago
  Ugorji Nwoke b4c50a2b19 codecgen: handle struct fields of type *time.Time correctly 6 years ago
  Ugorji Nwoke 9af07b2035 codec: streamline chan encoding/decoding 6 years ago
  Ugorji Nwoke 2a18715848 codec: remove noop code - it never worked well as a test of the cost of the framework 6 years ago
  Ugorji Nwoke e60f01bc16 codec: update copyright to say 2012-2018 6 years ago
  Ugorji Nwoke 84cb69a8af codec: multiple clean-ups especially on optimizing extension support and removing TODOs 6 years ago
  Ugorji Nwoke a437b1adc2 codec: test: move AnonInTestStrucIntf from values_test.go into values_flex_test.go 6 years ago
  Ugorji Nwoke dade91789f codec: test: move features broken in other libs out of values_test.go into values_flex_test.go 6 years ago
  Ugorji Nwoke 50329c0f55 codec: test: make values_test.go more fair for benchmarking purposes vs other libs 6 years ago
  Ugorji Nwoke 06aece491b codec: test: move unique codec-only features into values_flex_test.go 6 years ago
  Ugorji Nwoke b6896933d9 codec: test: move types and fields into values_test.go 6 years ago
  Ugorji Nwoke d7f7caed82 codec: test: add tests for encoding and decoding of extensions 6 years ago
  Ugorji Nwoke 5a66da2e74 codec: fix suggestions raised by golint -min_confidence 0.9, misspellings and ineffassign 6 years ago
  Ugorji Nwoke b039683517 codec: clean up recognizedRtid support, add more tests and update testing TODO 6 years ago
  Ugorji Nwoke f26fc641ec codec: add buffered reading/writing support and overall cleanup and fixes 6 years ago
  Ugorji Nwoke 50530d8d14 codec: Multiple fixes, enhancements and test expansion across the board. 6 years ago