Ugorji Nwoke
|
c8e440640c
codec: clean up old comments in code
|
5 years ago |
Ugorji Nwoke
|
2019b5eec8
codec: remove EncodeAsis and optimize access to jsonEncDriver
|
5 years ago |
Ugorji Nwoke
|
31766e6012
codec: StringToRaw should only be checked in the Handle
|
5 years ago |
Ugorji Nwoke
|
258d29cb75
codec: refactor json appendStringAsBytes and use pools for all []byte alloc
|
5 years ago |
Ugorji Nwoke
|
79ad6f2df1
codec: test: update generated test files
|
5 years ago |
Ugorji Nwoke
|
bf1e267bf3
codec: test: re-generating codecgen file for testing
|
5 years ago |
Ugorji Nwoke
|
ffda9d4fba
codec: streamline nil decoding: nil means zero value consistently
|
5 years ago |
Ugorji Nwoke
|
a2a200a106
codec: streamline encoding of nil values
|
5 years ago |
Ugorji Nwoke
|
aaa9e28013
codec: re-generate some files for testing in codecgen mode
|
5 years ago |
Ugorji Nwoke
|
0cf90f7e87
codec: add (unsafe) alloc-free support for map iteration 1.12+
|
5 years ago |
Ugorji Nwoke
|
d0398cecca
codec: re-generated some files
|
5 years ago |
Ugorji Nwoke
|
8b3661cea8
codec: redesign how codecFnInfo is loaded from, and support SelfExt
|
5 years ago |
Ugorji Nwoke
|
449ecf999a
codec: support for extension types which fully delegate encoding/decoding to library
|
5 years ago |
Ugorji Nwoke
|
86ce10f272
codec: misc refactoring, clean up and optimizations
|
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
|
60eb47a864
codec: test: skip subsequent structFieldInfo with same encName and same depth
|
5 years ago |
Ugorji Nwoke
|
070826dc1c
codec: remove "internal" deprecated methods of encDriver and decDriver
|
5 years ago |
Ugorji Nwoke
|
8202dfddc2
codecgen: fix test for embedded types with similarly named fields
|
5 years ago |
Ugorji Nwoke
|
a81c9e1360
codecgen: add tests for embedded fields with similar names and "redundant or" vet
|
5 years ago |
Ugorji Nwoke
|
b976395925
codecgen: use fully qualified name even for embedded fields
|
5 years ago |
Ugorji Nwoke
|
b43ddd09e2
codecgen: (false || false) fails vet check (redundant or)
|
5 years ago |
Ugorji Nwoke
|
a2154fa654
codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers
|
5 years ago |
Ugorji Nwoke
|
5292ae1e1c
codec: initial checkin of generated version of values_test.go
|
5 years ago |