Ugorji Nwoke de8af3ecfb codec: suite: add SelfExt tests před 6 roky
..
bench 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
codecgen fd33a05832 codec/codecgen: added copyright info před 6 roky
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. před 6 roky
binc.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
build.sh 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
cbor.go 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library před 6 roky
cbor_test.go be38b7006b codec: make tests more robust před 7 roky
codec_test.go 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library před 6 roky
codecgen.go aa28833c9f codec: fix package name to codec před 7 roky
decode.go 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat před 6 roky
doc.go 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library před 6 roky
encode.go 54a1849a7f codec: Fix CheckCircularRef where a pointer points to 2 different types před 6 roky
fast-path.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
fast-path.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
fast-path.not.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead před 7 roky
float.go 6edad4e9b6 codec: clean up float handling code před 6 roky
gen-dec-array.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
gen-dec-map.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding před 8 roky
gen-helper.generated.go 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat před 6 roky
gen-helper.go.tmpl 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat před 6 roky
gen.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
gen.go 9d568df03b codecgen: clean up and optimize generated code před 6 roky
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
helper.go 54a1849a7f codec: Fix CheckCircularRef where a pointer points to 2 different types před 6 roky
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info před 8 roky
helper_not_unsafe.go 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat před 6 roky
helper_test.go 08f7b401ae codec: fix TermWhitespace handling před 6 roky
helper_unsafe.go 0a3d04cd38 codec: json: try fast-path for decoding floats before defaulting to strconv.ParseFloat před 6 roky
json.go 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library před 6 roky
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns před 7 roky
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns před 7 roky
mammoth2_codecgen_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
mammoth2_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
mammoth_generated_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
msgpack.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers před 6 roky
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 před 8 roky
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead před 7 roky
selfext.go fbe40e3ea7 codec: SelfExt: move documentation to proper location před 6 roky
shared_test.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
simple.go 6edad4e9b6 codec: clean up float handling code před 6 roky
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers před 6 roky
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers před 6 roky
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. před 11 roky
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost před 8 roky
values_codecgen_generated_test.go 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library před 6 roky
values_flex_test.go 449ecf999a codec: support for extension types which fully delegate encoding/decoding to library před 6 roky
values_test.go 97b88dc962 codec: values_test.go: contain representative exact and non-exact floats před 6 roky
xml.go 86ce10f272 codec: misc refactoring, clean up and optimizations před 6 roky
z_all_test.go de8af3ecfb codec: suite: add SelfExt tests před 6 roky