Skip to content

Releases: project-everest/everparse

v2022.06.13

13 Jun 23:05
Compare
Choose a tag to compare
v2022.06.13 Pre-release
Pre-release

Release v2022.06.13

v2022.05.10

11 May 00:47
Compare
Choose a tag to compare
v2022.05.10 Pre-release
Pre-release

Release v2022.05.10

v2022.02.02

02 Feb 14:43
Compare
Choose a tag to compare
v2022.02.02 Pre-release
Pre-release

Release v2022.02.02

v2021.12.10

10 Dec 18:45
Compare
Choose a tag to compare
v2021.12.10 Pre-release
Pre-release

Release v2021.12.10

v2021.09.15

15 Sep 21:44
Compare
Choose a tag to compare
v2021.09.15 Pre-release
Pre-release

Release v2021.09.15

v2021.03.28

29 Mar 05:24
Compare
Choose a tag to compare

Changes from v2021.03.05 to v2021.03.28:

  • Support for big-endian unsigned integers (#40 )
  • Support for UINT16 bitfields. Thanks @aseemr and @nikswamy !
  • Support for UINT8 bitfields (#51 )
  • byte-size-at-most becomes byte-size-single-element-array-at-most (#52 ). Thanks @aseemr and @nikswamy !

The Linux package has been built and tested for Ubuntu >= 18.04 LTS with glibc >= 2.23

v2021.03.05

05 Mar 23:52
Compare
Choose a tag to compare

Changes from Release v2020.12.03 to v2021.03.05:

v2020.12.03

03 Dec 18:37
Compare
Choose a tag to compare
v2020.12.03 Pre-release
Pre-release

Changes from v2020.11.16 and Release v2020.12.03:

  • QuackyDucky: an abstract type can be marked with the /*@has_lserializer*/ attribute, so that it can be considered a "simple" type, with its low-level readers and writers declared and reused in other derived types.

v2020.11.16

17 Nov 07:21
Compare
Choose a tag to compare

Changes between v2020.10.30 and Release v2020.11.16:

  • 3d support for zero-terminated C strings (see #36), thanks to help from @nikswamy
  • 3d no longer generates a bundled input-buffer-and-size struct, the two buffer and size arguments to validators are now separated from each other.

v2020.10.30

30 Oct 19:35
Compare
Choose a tag to compare
v2020.10.30 Pre-release
Pre-release

Changes between v2020.10.23 and Release v2020.10.30

  • More inlining of parser kinds, to speed up F* normalization (thanks @aseemr !)
  • With -types-to Bar.fst, QuackyDucky can now save type definitions for simple types into a single Bar.fst file instead of scattering them around their respective .fsti files.