Skip to content

Releases: brenhinkeller/StaticTools.jl

v0.8.11

14 Jun 18:44
338b91b

Choose a tag to compare

StaticTools v0.8.11

Diff since v0.8.10

Merged pull requests:

  • Add Bumper 0.7 to the compat list (#63) (@bvdmitri)
  • adaptions to Windows: readline(), added sleep_win() (#69) (@Thomas008)
  • Add Windows DLL Support and Template-like Variadic Print Functions (#70) (@kylincaster)

Closed issues:

  • Calling StaticTools.dlopen vs StaticCompiler.dlopen (#51)
  • Questions on e.g. GC.@preserve (#53)
  • MallocArray of MallocMatrix (#60)
  • Update Project.toml to use the latest version of Bumper.jl (#62)
  • Can't compile on Windows 10 (#64)
  • memory leak issue (#68)

v0.8.10

20 May 16:08
f3f3659

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

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

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

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

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

Choose a tag to compare

StaticTools v0.8.5

Diff since v0.8.4

v0.8.4

12 Mar 17:27

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

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

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: