Ugorji Nwoke
|
0053ebfd9d
codec: codecgen: gen.go: move stripVendor to a function that is kept in sync
|
8 gadi atpakaļ |
Ugorji Nwoke
|
ded73eae5d
codec: only generate Selfer methods if AST doesn't have those methods already
|
9 gadi atpakaļ |
Ugorji Nwoke
|
5cd0f2b3b6
codecgen: CLI: always assume that vendoring is enabled.
|
9 gadi atpakaļ |
Alfonso Acosta
|
ee524d388a
Add -nr flag to exclude types from code-generation
|
9 gadi atpakaļ |
Ugorji Nwoke
|
9d93fad923
codecgen: remove notfastpath from runtime tags for codecgen
|
10 gadi atpakaļ |
Ugorji Nwoke
|
f081086498
codec: Add Reset methods, performance improvements and bug fixes.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
5d8e71f204
codec: Canonical natural ordering, and MaxValueReset and InterfaceReset options
|
10 gadi atpakaļ |
Ugorji Nwoke
|
2f4b94206a
codec: support customization of struct tag keys; maintain default to "codec", "json".
|
10 gadi atpakaļ |
Ugorji Nwoke
|
b1301ebcb1
codecgen: Allow users specify random integer for use in generated code.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
150f436a33
codecgen: Fix imports with same name e.g. "runtime" and "k2/runtime".
|
10 gadi atpakaļ |
Ugorji Nwoke
|
5f1004d393
codec: update files to say MIT (not BSD-style) LICENSE, in line with the bundled license.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
76b996f311
codecgen: use buffered writer to improve writing performance.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
3bf34b310f
codecgen: fail early if running codecgen on main package.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
bbad871c52
codecgen: do not use 'codecgen' tag for the temp file.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
f1401fe11e
codecgen: Honor name from struct tag during encoding, and support unexported types.
|
10 gadi atpakaļ |
Ugorji Nwoke
|
f20364ed02
codec: support 'json:' as fallback to 'codec:' in struct tag configuration.
|
11 gadi atpakaļ |
Ugorji Nwoke
|
b9bc36280d
codec: fully support encoding/decoding from/to chan type.
|
11 gadi atpakaļ |
Ugorji Nwoke
|
006e153430
major update: support code generation, dramatically improve runtime introspection performance, bug fixes, etc.
|
11 gadi atpakaļ |