1
1
mirror of https://github.com/wader/fq.git synced 2024-12-29 00:22:38 +03:00
fq/pkg/decode
Mattias Wadman c4dd518e04 decode: Make compound range sort optional
Some formats might want to control child order
mp4: Keep tracks in track id order
dns: Keep label component order
elf: Keep seciton order
macho: Keep command and section order
2022-05-03 16:16:09 +02:00
..
decode_gen.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
decode_gen.go.tmpl decode,interp: Add arbitrary large integer support (BigInt) 2022-01-15 19:00:42 +01:00
decode.go decode: Make compound range sort optional 2022-05-03 16:16:09 +02:00
errors.go num,mathextra: Rename num package to mathextra 2022-01-15 19:00:42 +01:00
format.go decode,interp: Support for format specific options 2022-05-01 17:08:30 +02:00
io.go decode: Move io helper into *D 2021-11-18 01:17:41 +01:00
read.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
scalar.go bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
types.json bitio,decode: Refactor bitio usage and make buffer slicing more correct 2022-02-04 21:41:53 +01:00
value.go decode: Make compound range sort optional 2022-05-03 16:16:09 +02:00