Releases: brenhinkeller/StaticTools.jl
Releases · brenhinkeller/StaticTools.jl
v0.8.11
StaticTools v0.8.11
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:
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
MallocSlabBufferwhich is a static compiler friendly version ofSlabBufferfrom Bumper.jl,
Merged pull requests:
- Update README.md possible (workaround) fix for example (#50) (@PallHaraldsson)
- Add
MallocSlabBufferand 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
StackArraytimes table in integration tests - Refactor many-arg
printf, allow up to ten arguments to print at once - Fix calling convention in
dltime@ptrcallexample - Fix some problems with
parseandparsedlm - Update readme
Merged pull requests:
- Improve test coverage, various bugfixes (#32) (@brenhinkeller)