1
1
mirror of https://github.com/wader/fq.git synced 2024-08-16 15:30:36 +03:00
Commit Graph

2475 Commits

Author SHA1 Message Date
Mattias Wadman
892a42da36 pe,pe_msdos_stub,coff: Add decoders 2024-04-03 09:57:03 +02:00
Mattias Wadman
b67ce0268c
Merge pull request #911 from wader/gomod-update
mod: go get non-bump tracked modules
2024-04-01 19:26:42 +02:00
Mattias Wadman
c5e84236df
Merge pull request #910 from wader/go-1.20-cleanup
fq: Use go 1.20 and cleanup
2024-04-01 19:26:33 +02:00
Mattias Wadman
bf7fa07c41 fq: Use go 1.20 and cleanup
Also rename *ex packages to *x
2024-04-01 19:14:10 +02:00
Mattias Wadman
c6165c0caf mod: go get non-bump tracked modules 2024-04-01 18:54:32 +02:00
Mattias Wadman
48351028c5
Merge pull request #909 from wader/lint-more-and-fixes
lint: More linters and some fixes
2024-04-01 18:32:41 +02:00
Mattias Wadman
4ac96a67e0
Merge pull request #908 from wader/decode-align-structs
decode: Align some heavily used structs to save space
2024-04-01 18:25:08 +02:00
Mattias Wadman
b542ff1d6c lint: More linters and some fixes 2024-04-01 18:24:41 +02:00
Mattias Wadman
621d7f2c22 decode: Align some heavily used structs to save space
From betteralign:
Compound: 8 bytes saved: struct with 40 pointer bytes could be 32
Value: 40 bytes saved: struct with 128 pointer bytes could be 88
2024-04-01 18:12:31 +02:00
Mattias Wadman
56cd9e83ed
Merge pull request #907 from wader/update-gojq
gojq: Update fq fork
2024-04-01 15:26:54 +02:00
Mattias Wadman
f5fd587350 gojq: Update fq fork
Fixes issue using ascii_downcase and ascii_upcase with decode value.

From upstream https://github.com/itchyny/gojq/blob/main/CHANGELOG.md:
* implement `ltrim`, `rtrim`, and `trim` functions
* implement `gojq.ParseError` for getting the offset and token of query parsing error
* implement `gojq.HaltError` for detecting halt errors and stopping outer iteration
* fix object construction with duplicate keys (`{x:0,y:1} | {a:.x,a:.y}`)
* fix `halt` and `halt_error` functions to stop the command execution immediately
* fix variable scope of binding syntax (`"a" as $v | def f: $v; "b" as $v | f`)
* fix pre-defined variables to be available in initial modules (`$ARGS` in `~/.jq`)
* fix `ltrimstr` and `rtrimstr` functions to emit error on non-string input
* fix `nearbyint` and `rint` functions to round ties to even
* improve parser to allow `reduce`, `foreach`, `if`, `try`-`catch` syntax as object values
* remove `pow10` in favor of `exp10`, define `scalbn` and `scalbln` by `ldexp`
2024-04-01 15:15:26 +02:00
Mattias Wadman
90c0d9be94
Merge pull request #905 from wader/bump-make-golangci-lint-1.57.2
Update make-golangci-lint to 1.57.2 from 1.57.1
2024-03-29 18:03:02 +01:00
Mattias Wadman
7625b97a09
Merge pull request #906 from wader/bump-github-golangci-lint-1.57.2
Update github-golangci-lint to 1.57.2 from 1.57.1
2024-03-29 18:02:45 +01:00
bump
14aeab0b73 Update github-golangci-lint to 1.57.2 from 1.57.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.2
2024-03-29 16:03:39 +00:00
bump
a3b63b1037 Update make-golangci-lint to 1.57.2 from 1.57.1
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.2
2024-03-29 16:03:37 +00:00
Mattias Wadman
a00cfe0342
Merge pull request #904 from wader/vorbis-opus-syms
opus,vorbis: More sym snake_case
2024-03-27 22:45:14 +01:00
Mattias Wadman
80bccc91ed opus,vorbis: More sym snake_case 2024-03-27 18:30:27 +01:00
Mattias Wadman
ae519be2fd
Merge pull request #902 from wader/gojq-update-halt_error-rework
gojq: Update fq fork
2024-03-24 15:10:40 +01:00
Mattias Wadman
e26704049f gojq: Update fq fork
From upstream:
fix halt and halt_error to stop command immediately
2024-03-24 14:57:42 +01:00
Mattias Wadman
3c93e21cfd
Merge pull request #900 from wader/bump-make-golangci-lint-1.57.1
Update make-golangci-lint to 1.57.1 from 1.57.0
2024-03-21 18:09:46 +01:00
Mattias Wadman
689e9cc49a
Merge pull request #901 from wader/bump-github-golangci-lint-1.57.1
Update github-golangci-lint to 1.57.1 from 1.57.0
2024-03-21 18:09:34 +01:00
bump
72b4569b15 Update github-golangci-lint to 1.57.1 from 1.57.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.1
2024-03-21 16:03:48 +00:00
bump
4f55b6afc6 Update make-golangci-lint to 1.57.1 from 1.57.0
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.1
2024-03-21 16:03:43 +00:00
Mattias Wadman
c364e1b661
Merge pull request #898 from wader/bump-make-golangci-lint-1.57.0
Update make-golangci-lint to 1.57.0 from 1.56.2
2024-03-20 19:07:01 +01:00
Mattias Wadman
b8be180e31
Merge pull request #899 from wader/bump-github-golangci-lint-1.57.0
Update github-golangci-lint to 1.57.0 from 1.56.2
2024-03-20 19:06:41 +01:00
bump
82d96cf990 Update github-golangci-lint to 1.57.0 from 1.56.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.0
2024-03-20 16:04:53 +00:00
bump
94e80864d7 Update make-golangci-lint to 1.57.0 from 1.56.2
Release notes https://github.com/golangci/golangci-lint/releases/tag/v1.57.0
2024-03-20 16:04:49 +00:00
Mattias Wadman
8f3c9cef20
Merge pull request #897 from wader/mp4-add-thmb
mp4: Add thmb box support
2024-03-19 17:52:37 +01:00
Mattias Wadman
2ea70c42ac mp4: Add thmb box support 2024-03-19 17:44:37 +01:00
Mattias Wadman
961101ad0d
Merge pull request #896 from wader/mp4-qt-zero-byte-hdlr-component-name
mp4: Turns out for qt brand hdlr component name might be zero bytes
2024-03-19 17:14:42 +01:00
Mattias Wadman
ed3a126f0a mp4: Turns out for qt brand hdlr component name might be zero bytes
From QuickTime File Format specification:
A (counted) string that specifies the name of the component—that is, the media handler used
when this media was created. This field may contain a zero-length (empty) string.
2024-03-19 17:06:21 +01:00
Mattias Wadman
853f78decc
Merge pull request #895 from wader/doc-update
doc: Regenerate after nes and new ansisvg
2024-03-17 14:03:51 +01:00
Mattias Wadman
36e8287c2b doc: Regenerate after nes and new ansisvg 2024-03-17 13:45:38 +01:00
Mattias Wadman
8855d7addf
Merge pull request #893 from mlofjard/nes
nes: Add support for iNES/NES 2.0 ROM files
2024-03-16 19:27:53 +01:00
Mikael Lofjärd
f3b54042b1 nes: Add support for iNES/NES 2.0 ROM files 2024-03-16 19:18:21 +01:00
Mattias Wadman
b5a96e06e1
Merge pull request #894 from wader/pssh_playready-sym-snake_case
pssh_playready: Use snake_case sym values
2024-03-11 17:26:22 +01:00
Mattias Wadman
87052733e6 pssh_playready: Use snake_case sym values 2024-03-11 17:00:26 +01:00
Mattias Wadman
79e7c71c73
Merge pull request #892 from wader/eval-error-in-path
interp: Add todo test for eval error in path
2024-03-10 10:12:16 +01:00
Mattias Wadman
0db671f626 interp: Add todo test for eval error in path 2024-03-10 09:59:18 +01:00
Mattias Wadman
1e88b9d2c0
Merge pull request #890 from wader/bump-docker-golang-1.22.1
Update docker-golang to 1.22.1 from 1.22.0
2024-03-06 17:15:56 +01:00
Mattias Wadman
354f7eaabc
Merge pull request #891 from wader/bump-github-go-version-1.22.1
Update github-go-version to 1.22.1 from 1.22.0
2024-03-06 17:15:49 +01:00
bump
2657988daf Update github-go-version to 1.22.1 from 1.22.0 2024-03-06 16:03:51 +00:00
bump
9aa99b47a3 Update docker-golang to 1.22.1 from 1.22.0 2024-03-06 16:03:45 +00:00
Mattias Wadman
ac596de1ad
Merge pull request #888 from wader/bump-gomod-golang-x-net-0.22.0
Update gomod-golang-x-net to 0.22.0 from 0.21.0
2024-03-05 17:27:26 +01:00
bump
85f60df2a7 Update gomod-golang-x-net to 0.22.0 from 0.21.0
Tags https://github.com/golang/net/tags
2024-03-05 17:19:24 +01:00
Mattias Wadman
28ccfdd079
Merge pull request #889 from wader/bump-gomod-golang-x-term-0.18.0
Update gomod-golang-x-term to 0.18.0 from 0.17.0
2024-03-05 17:18:10 +01:00
Mattias Wadman
d30a8fe7bf
Merge pull request #887 from wader/bump-gomod-golang-x-crypto-0.21.0
Update gomod-golang-x-crypto to 0.21.0 from 0.20.0
2024-03-05 17:17:34 +01:00
bump
ba9ecb5418 Update gomod-golang-x-term to 0.18.0 from 0.17.0
Tags https://github.com/golang/term/tags
2024-03-05 16:03:45 +00:00
bump
043f067f27 Update gomod-golang-x-crypto to 0.21.0 from 0.20.0
Tags https://github.com/golang/crypto/tags
2024-03-05 16:03:39 +00:00
Mattias Wadman
f7815d4c41
Merge pull request #885 from thesamesam/which-hunt
pkg/cli/test_exp.sh: use command -v
2024-02-28 00:16:27 +01:00