Ugorji Nwoke 15165ac152 codec: updated GenVersion to 13: removed DecodeString() - use DecodeStringAsBytes пре 6 година
..
bench b78f69bc5c codec: bench: add easyjson to quick (json) test execution пре 6 година
codecgen c44ddad323 codecgen: deleteTempFiles iff codecgen was successful. пре 6 година
0_importpath.go 74d13ae498 change repo name to go-codec and use import path and go.mod to ensure stable legacy import path. пре 6 година
binc.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
build.sh cf85d7fda7 codec: test and bench: general clean up пре 6 година
cbor.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
cbor_test.go 9755d889f6 codec: remove comments and empty lines (nit) пре 6 година
codec_test.go dfc37c8976 codec: test: expand to include maps with struct keys пре 6 година
codecgen.go aa28833c9f codec: fix package name to codec пре 7 година
decode.go d1cf3a337a codec: clean up decoding for maps in reflect mode (kMap) пре 6 година
doc.go 79f15012c5 codec: update doc to show that Selfer is checked after extensions пре 6 година
encode.go 5950f00715 codec: add support for go 1.12 MapRange пре 6 година
fast-path.generated.go 79e5e7c841 codec: streamline and optimize fast-path functions пре 6 година
fast-path.go.tmpl 79e5e7c841 codec: streamline and optimize fast-path functions пре 6 година
fast-path.not.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt пре 6 година
float.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) пре 6 година
gen-dec-array.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations пре 6 година
gen-dec-map.go.tmpl 86ce10f272 codec: misc refactoring, clean up and optimizations пре 6 година
gen-enc-chan.go.tmpl 9af07b2035 codec: streamline chan encoding/decoding пре 7 година
gen-helper.generated.go 15165ac152 codec: updated GenVersion to 13: removed DecodeString() - use DecodeStringAsBytes пре 6 година
gen-helper.go.tmpl 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt пре 6 година
gen.generated.go 86ce10f272 codec: misc refactoring, clean up and optimizations пре 6 година
gen.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
goversion_arrayof_gte_go15.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_arrayof_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_makemap_gte_go19.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_makemap_lt_go19.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_maprange_gte_go112.go 5950f00715 codec: add support for go 1.12 MapRange пре 6 година
goversion_maprange_lt_go112.go 5950f00715 codec: add support for go 1.12 MapRange пре 6 година
goversion_unexportedembeddedptr_gte_go110.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_unexportedembeddedptr_lt_go110.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_unsupported_lt_go14.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_vendor_eq_go15.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_vendor_eq_go16.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_vendor_gte_go17.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
goversion_vendor_lt_go15.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
helper.go c1e0c9eb4f codec: expand pool (for use by binc) пре 6 година
helper_internal.go d41456c8f4 codec: refactor codecgen, optimize isEmptyValue and cache more static type info пре 8 година
helper_not_unsafe.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
helper_test.go 08f7b401ae codec: fix TermWhitespace handling пре 6 година
helper_unsafe.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
json.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
mammoth-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns пре 7 година
mammoth2-test.go.tmpl 92b7607989 codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns пре 7 година
mammoth2_codecgen_generated_test.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt пре 6 година
mammoth2_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) пре 6 година
mammoth_generated_test.go e05b287349 codec: handle []byte encoded as array (as opposed to native mode per format) пре 6 година
msgpack.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
prebuild.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers пре 6 година
py_test.go e60f01bc16 codec: update copyright to say 2012-2018 пре 8 година
rpc.go 6bfa3bf159 codec: do not pool codecFn helper - make it part of BasicHandle instead пре 7 година
shared_test.go cf85d7fda7 codec: test and bench: general clean up пре 6 година
simple.go 372321e378 codec: remove decDriver.DecodeString() - redundant, and replaced by DecodeStringAsBytes() пре 6 година
sort-slice.generated.go a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers пре 6 година
sort-slice.go.tmpl a2154fa654 codec: do not generate fast-path for uncommon types, and generate sort.Sort wrappers пре 6 година
test-cbor-goldens.json c476cf2bad codec: some overflow and 0-length container fixes, and cbor tests. пре 11 година
test.py 5038cc52f7 codec: test.py: use 127.0.0.1 always for localhost пре 8 година
values_codecgen_generated_test.go 8b3661cea8 codec: redesign how codecFnInfo is loaded from, and support SelfExt пре 6 година
values_flex_test.go dfc37c8976 codec: test: expand to include maps with struct keys пре 6 година
values_test.go dfc37c8976 codec: test: expand to include maps with struct keys пре 6 година
xml.go 86ce10f272 codec: misc refactoring, clean up and optimizations пре 6 година
z_all_test.go bf180612a3 codec: test suite: add TestCborSkipTags пре 6 година