1
1
mirror of https://github.com/wader/fq.git synced 2024-09-11 20:07:11 +03:00
Commit Graph

23 Commits

Author SHA1 Message Date
Mattias Wadman
15ed1611b8 fq: Release 0.10.0 2024-02-11 17:01:55 +01:00
Mattias Wadman
3e00ccbff6 fq: Release 0.9.0 2023-11-25 18:37:10 +01:00
Mattias Wadman
cc01267ee9 fq: Release 0.8.0 2023-09-27 12:15:59 +02:00
Mattias Wadman
ad535ce94d fq: Release 0.7.0 2023-07-07 11:25:47 +02:00
Mattias Wadman
2388ccdbb8 fq: Release 0.6.0 2023-05-16 14:25:55 +02:00
Mattias Wadman
43459aa70a fq: Release 0.5.0 2023-04-13 17:26:37 +02:00
Mattias Wadman
1fa55ec7d7 fq: Release 0.4.0 2023-03-08 17:30:28 +01:00
Mattias Wadman
00c0cde6ab fq: Release 0.3.0 2023-02-02 11:23:02 +01:00
Mattias Wadman
76e8504796 fq: Release 0.2.0 2022-12-23 14:15:15 +01:00
Mattias Wadman
bd4287b4ff fq: Release 0.1.0 2022-11-24 16:16:53 +01:00
Mattias Wadman
9621f996b6 fq: Release 0.0.10 2022-10-04 18:21:17 +02:00
Mattias Wadman
1997b4b3eb fq: Release 0.0.9 2022-08-25 17:29:09 +02:00
Mattias Wadman
db70fcca4e fq: Release 0.0.8 2022-07-24 12:15:08 +02:00
Mattias Wadman
f5be5180f0 interp: Cleanup and clarify some format naming 2022-07-16 22:04:21 +02:00
Mattias Wadman
1ddea1ada3 interp,format: Refactor registry usage and use function helpers
Move registry to interp and add support for functions and filesystems.
This will be used later for allow formats to add own functions and fq code.

Add gojqextra function helpers to have more comfortable API to add functions.
Takes care of argument type casting and JQValue:s and some more things.

Refactor interp package to use new function helper and registry. Probably
fixes a bunch of JQValue bugs and other type errors.

Refactor out some mpeg nal things to mpeg format.

Refactor interp jq code into display.q and init.jq.

Remove undocumented aes_ctr funciton, was a test. Hopefully will add more crypto things laster.
2022-07-16 19:24:13 +02:00
Mattias Wadman
3745181dea fq: Release 0.0.7 2022-05-01 17:39:07 +02:00
Mattias Wadman
18b3da4de9 fq: Update version to 0.0.6 2022-03-11 17:02:11 +01:00
Mattias Wadman
aef476deef fq: Update version to 0.0.5 2022-02-13 23:47:45 +01:00
Mattias Wadman
ca68e6a1e4 interp: Add Platform() method to OS interface
Felt bad that main should have to know about it
2022-01-29 11:31:36 +01:00
Mattias Wadman
233d86a384 fq: Add arch and os to --version 2022-01-26 18:09:59 +01:00
Mattias Wadman
aa7adb681d fq: Update version to 0.0.4 2022-01-21 13:54:07 +01:00
Mattias Wadman
78c0775e63 fq: Embed version in source
Related to #68
2022-01-19 20:45:08 +01:00
Mattias Wadman
a7a58c8fb2 fq: Rename main.go to fq.go 2021-12-03 10:35:52 +01:00