Releases: brenhinkeller/StaticTools.jl
Releases · brenhinkeller/StaticTools.jl
v0.8.10
StaticTools v0.8.10
Merged pull requests:
- Doc fix - Update stackarray.jl (#56) (@PallHaraldsson)
- Update README.md - Windows limitations (#57) (@PallHaraldsson)
- Update
stdoutp()
,stderrp()
, andstdinp()
for Windows (#58) (@daizutabi)
Closed issues:
- Windows stdio (#20)
v0.8.9
StaticTools v0.8.9
- Added
MallocSlabBuffer
which is a static compiler friendly version ofSlabBuffer
from Bumper.jl,
Merged pull requests:
- Update README.md possible (workaround) fix for example (#50) (@PallHaraldsson)
- Add
MallocSlabBuffer
and Bumper.jl compat (#54) (@MasonProtter)
Closed issues:
- LoopVectorization and 32-bit support (#52)
v0.8.8
StaticTools v0.8.8
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
v0.8.6
StaticTools v0.8.6
Closed issues:
- Iteration issue with StaticString (#39)
Merged pull requests:
- Rename our type-stable iteration procedure to
iterate_stable
(#40) (@brenhinkeller)
v0.8.5
StaticTools v0.8.5
v0.8.4
StaticTools v0.8.4
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:
v0.8.3
StaticTools v0.8.3
- Attempt to fix a few invalid llvmcalls
Merged pull requests:
- Fix a few issues with llvmcalls in llvmio and llvmlibc (#34) (@brenhinkeller)
v0.8.2
StaticTools v0.8.2
- 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
andparsedlm
- Update readme
Merged pull requests:
- Improve test coverage, various bugfixes (#32) (@brenhinkeller)
v0.8.1
StaticTools v0.8.1
Closed issues:
Merged pull requests:
- use latest 1.8 for CI (#30) (@Moelf)
- Readtest (#31) (@brenhinkeller)