| .. |
|
bench
|
773f65d163
codec: bench: allow easy running of benchmarks with or without generated
|
6 år sedan |
|
codecgen
|
c44ddad323
codecgen: deleteTempFiles iff codecgen was successful.
|
6 år sedan |
|
0_importpath.go
|
74d13ae498
change repo name to go-codec and use import path and go.mod to ensure stable legacy import path.
|
6 år sedan |
|
binc.go
|
47ff638901
codec: binc: by defaut, binc encodes as symbols only if explicitly configured via BincHandle.AsSymbols
|
6 år sedan |
|
build.sh
|
a359a297a2
codec: build.sh: nit
|
6 år sedan |
|
cbor.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
cbor_test.go
|
7865e43e77
codec: reflect.ValueOf is now rv4i (to allow future optimization)
|
6 år sedan |
|
codec_test.go
|
9e27c93f59
codec: test: update time Ext implementation
|
6 år sedan |
|
codecgen.go
|
aa28833c9f
codec: fix package name to codec
|
7 år sedan |
|
decode.go
|
bbab85ee41
codec: make detachZeroCopyBytes robuts so it works well for bytes and IO paths
|
6 år sedan |
|
doc.go
|
01ca2b437b
codec: documentation: nits
|
6 år sedan |
|
encode.go
|
d192c3eb23
codec: optimize iteration of slices/array/chan
|
6 år sedan |
|
fast-path.generated.go
|
2019b5eec8
codec: remove EncodeAsis and optimize access to jsonEncDriver
|
6 år sedan |
|
fast-path.go.tmpl
|
dffca6f219
codec: clean up comments in template files
|
6 år sedan |
|
fast-path.not.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
float.go
|
0cf90f7e87
codec: add (unsafe) alloc-free support for map iteration 1.12+
|
6 år sedan |
|
gen-dec-array.go.tmpl
|
2019b5eec8
codec: remove EncodeAsis and optimize access to jsonEncDriver
|
6 år sedan |
|
gen-dec-map.go.tmpl
|
dffca6f219
codec: clean up comments in template files
|
6 år sedan |
|
gen-enc-chan.go.tmpl
|
9af07b2035
codec: streamline chan encoding/decoding
|
7 år sedan |
|
gen-helper.generated.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
gen-helper.go.tmpl
|
dffca6f219
codec: clean up comments in template files
|
6 år sedan |
|
gen.generated.go
|
dffca6f219
codec: clean up comments in template files
|
6 år sedan |
|
gen.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
goversion_arrayof_gte_go15.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_arrayof_lt_go15.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_fmt_time_gte_go15.go
|
f20d06940e
codec: support go 1.4 alternative for time.AppendFormat
|
6 år sedan |
|
goversion_fmt_time_lt_go15.go
|
f20d06940e
codec: support go 1.4 alternative for time.AppendFormat
|
6 år sedan |
|
goversion_makemap_gte_go19.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_makemap_lt_go19.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_maprange_gte_go112.go
|
72028106ff
codec: mapRange takes a mapIter so it is stack-allocated
|
6 år sedan |
|
goversion_maprange_lt_go112.go
|
72028106ff
codec: mapRange takes a mapIter so it is stack-allocated
|
6 år sedan |
|
goversion_unexportedembeddedptr_gte_go110.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_unexportedembeddedptr_lt_go110.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_unsupported_lt_go14.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_vendor_eq_go15.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_vendor_eq_go16.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_vendor_gte_go17.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
goversion_vendor_lt_go15.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
helper.go
|
bbab85ee41
codec: make detachZeroCopyBytes robuts so it works well for bytes and IO paths
|
6 år sedan |
|
helper.s
|
5713c65652
codec: empty helper to allow go:linkname to work
|
6 år sedan |
|
helper_internal.go
|
3161930c95
codec: when growing the capacity of a slice, ensure newCap is greater than oldCap
|
6 år sedan |
|
helper_not_unsafe.go
|
d192c3eb23
codec: optimize iteration of slices/array/chan
|
6 år sedan |
|
helper_test.go
|
08f7b401ae
codec: fix TermWhitespace handling
|
6 år sedan |
|
helper_unsafe.go
|
d192c3eb23
codec: optimize iteration of slices/array/chan
|
6 år sedan |
|
json.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
mammoth-test.go.tmpl
|
7865e43e77
codec: reflect.ValueOf is now rv4i (to allow future optimization)
|
6 år sedan |
|
mammoth2-test.go.tmpl
|
92b7607989
codec: refactor for better inlining, improve intf for string encoding, and fix some vet/staticcheck/false-sharing concerns
|
7 år sedan |
|
mammoth2_codecgen_generated_test.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
mammoth2_generated_test.go
|
e05b287349
codec: handle []byte encoded as array (as opposed to native mode per format)
|
6 år sedan |
|
mammoth_generated_test.go
|
7865e43e77
codec: reflect.ValueOf is now rv4i (to allow future optimization)
|
6 år sedan |
|
msgpack.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
prebuild.go
|
d360c11643
codec: trim the sort implementations to only those possibly used
|
6 år sedan |
|
py_test.go
|
e60f01bc16
codec: update copyright to say 2012-2018
|
8 år sedan |
|
reader.go
|
82dbfaf494
codec: clean up reader.go (remove old comments)
|
6 år sedan |
|
register_ext.go
|
8c78ba40d8
codec: move references to SetXXXExt from format handler files
|
6 år sedan |
|
rpc.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
shared_test.go
|
82c888b413
codec: support test execution in go 1.4
|
6 år sedan |
|
simple.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
sort-slice.generated.go
|
d360c11643
codec: trim the sort implementations to only those possibly used
|
6 år sedan |
|
sort-slice.go.tmpl
|
dffca6f219
codec: clean up comments in template files
|
6 år sedan |
|
test-cbor-goldens.json
|
c476cf2bad
codec: some overflow and 0-length container fixes, and cbor tests.
|
11 år sedan |
|
test.py
|
5038cc52f7
codec: test.py: use 127.0.0.1 always for localhost
|
8 år sedan |
|
values_codecgen_generated_test.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
values_flex_test.go
|
82c888b413
codec: support test execution in go 1.4
|
6 år sedan |
|
values_test.go
|
f06fded8c4
codec: test: add test for checking if TestStruc encoded == decoded
|
6 år sedan |
|
writer.go
|
c8e440640c
codec: clean up old comments in code
|
6 år sedan |
|
xml.go
|
fbe36f8c79
codec: resolve TODO's
|
6 år sedan |
|
z_all_test.go
|
d51d2e5fca
codec: fix and add tests for PreferArrayOverSlice
|
6 år sedan |