Skip to content

Releases: brenhinkeller/StaticTools.jl

v0.8.10

20 May 16:08
f3f3659
Compare
Choose a tag to compare

StaticTools v0.8.10

Diff since v0.8.9

Merged pull requests:

Closed issues:

  • Windows stdio (#20)

v0.8.9

16 Nov 09:12
a4208a9
Compare
Choose a tag to compare

StaticTools v0.8.9

Diff since v0.8.8

  • Added MallocSlabBuffer which is a static compiler friendly version of SlabBuffer from Bumper.jl,

Merged pull requests:

Closed issues:

  • LoopVectorization and 32-bit support (#52)

v0.8.8

14 May 16:43
04026f6
Compare
Choose a tag to compare

StaticTools v0.8.8

Diff since v0.8.7

Closed issues:

  • Passing primitives? (#43)
  • allocated inline assertion error for a MallocVector of struct with SVector or NTuple field. (#45)

Merged pull requests:

  • Try adding an iterate method for DenseStaticarray as well (#42) (@brenhinkeller)
  • Add utilities to convert object models (#46) (@tshort)

v0.8.7

28 Mar 03:03
Compare
Choose a tag to compare

StaticTools v0.8.7

Diff since v0.8.6

Merged pull requests:

v0.8.6

27 Mar 01:04
73704ff
Compare
Choose a tag to compare

StaticTools v0.8.6

Diff since v0.8.5

Closed issues:

  • Iteration issue with StaticString (#39)

Merged pull requests:

  • Rename our type-stable iteration procedure to iterate_stable (#40) (@brenhinkeller)

v0.8.5

20 Mar 21:19
Compare
Choose a tag to compare

StaticTools v0.8.5

Diff since v0.8.4

v0.8.4

12 Mar 17:27
Compare
Choose a tag to compare

StaticTools v0.8.4

Diff since v0.8.3

Closed issues:

  • StaticStrings: I'm trying to add an iterate method , how can I fix an undefined reference to ijl_trhow? (#35)

Merged pull requests:

  • feat: Add support for Base.iterate and Base.startswith. (#36) (@Klafyvel)
  • feat: Add more string-iteration utilities and Base.endswith support. (#37) (@Klafyvel)
  • Feat add view support (#38) (@Klafyvel)

v0.8.3

02 Dec 01:48
de9b486
Compare
Choose a tag to compare

StaticTools v0.8.3

Diff since v0.8.2

  • Attempt to fix a few invalid llvmcalls

Merged pull requests:

v0.8.2

11 Nov 04:40
a3b06bb
Compare
Choose a tag to compare

StaticTools v0.8.2

Diff since v0.8.1

  • Test StackArray times table in integration tests
  • Refactor many-arg printf, allow up to ten arguments to print at once
  • Fix calling convention in dltime @ptrcall example
  • Fix some problems with parse and parsedlm
  • Update readme

Merged pull requests:

v0.8.1

02 Nov 04:13
Compare
Choose a tag to compare

StaticTools v0.8.1

Diff since v0.8.0

Closed issues:

  • Null termination issues in StaticString (#2)
  • read is broken (#28)

Merged pull requests: