Skip to content

Tags: bvdmitri/StaticTools.jl

Tags

v0.8.10

Toggle v0.8.10's commit message
## StaticTools v0.8.10

[Diff since v0.8.9](brenhinkeller/StaticTools.jl@v0.8.9...v0.8.10)


**Merged pull requests:**
- Doc fix - Update stackarray.jl (brenhinkeller#56) (@PallHaraldsson)
- Update README.md - Windows limitations (brenhinkeller#57) (@PallHaraldsson)
- Update `stdoutp()`, `stderrp()`, and `stdinp()` for Windows (brenhinkeller#58) (@daizutabi)

**Closed issues:**
- Windows stdio (brenhinkeller#20)

v0.8.9

Toggle v0.8.9's commit message
## StaticTools v0.8.9

[Diff since v0.8.8](brenhinkeller/StaticTools.jl@v0.8.8...v0.8.9)

- Added `MallocSlabBuffer` which is a static compiler friendly version of `SlabBuffer` from [Bumper.jl](https://github.com/MasonProtter/Bumper.jl),

**Merged pull requests:**
- Update README.md possible (workaround) fix for example (brenhinkeller#50) (@PallHaraldsson)
- Add `MallocSlabBuffer` and Bumper.jl compat (brenhinkeller#54) (@MasonProtter)

**Closed issues:**
- LoopVectorization and 32-bit support (brenhinkeller#52)

v0.8.8

Toggle v0.8.8's commit message
## StaticTools v0.8.8

[Diff since v0.8.7](brenhinkeller/StaticTools.jl@v0.8.7...v0.8.8)


**Closed issues:**
- Passing primitives? (brenhinkeller#43)
- allocated inline assertion error for a MallocVector of struct with SVector or NTuple field. (brenhinkeller#45)

**Merged pull requests:**
- Try adding an iterate method for DenseStaticarray as well (brenhinkeller#42) (@brenhinkeller)
- Add utilities to convert object models (brenhinkeller#46) (@tshort)

v0.8.7

Toggle v0.8.7's commit message
## StaticTools v0.8.7

[Diff since v0.8.6](brenhinkeller/StaticTools.jl@v0.8.6...v0.8.7)



**Merged pull requests:**
- Iteration Base API (brenhinkeller#41) (@tshort)

v0.8.6

Toggle v0.8.6's commit message
## StaticTools v0.8.6

[Diff since v0.8.5](brenhinkeller/StaticTools.jl@v0.8.5...v0.8.6)


**Closed issues:**
- Iteration issue with StaticString (brenhinkeller#39)

**Merged pull requests:**
- Rename our type-stable iteration procedure to `iterate_stable` (brenhinkeller#40) (@brenhinkeller)

v0.8.5

Toggle v0.8.5's commit message
## StaticTools v0.8.5

[Diff since v0.8.4](brenhinkeller/StaticTools.jl@v0.8.4...v0.8.5)

v0.8.4

Toggle v0.8.4's commit message
## StaticTools v0.8.4

[Diff since v0.8.3](brenhinkeller/StaticTools.jl@v0.8.3...v0.8.4)


**Closed issues:**
- StaticStrings: I'm trying to add an iterate method , how can I fix an undefined reference to `ijl_trhow`? (brenhinkeller#35)

**Merged pull requests:**
- feat: Add support for `Base.iterate` and `Base.startswith`. (brenhinkeller#36) (@Klafyvel)
- feat: Add more string-iteration utilities and `Base.endswith` support. (brenhinkeller#37) (@Klafyvel)
- Feat add view support (brenhinkeller#38) (@Klafyvel)

v0.8.3

Toggle v0.8.3's commit message
## StaticTools v0.8.3

[Diff since v0.8.2](brenhinkeller/StaticTools.jl@v0.8.2...v0.8.3)

* Attempt to fix a few invalid llvmcalls


**Merged pull requests:**
- Fix a few issues with llvmcalls in llvmio and llvmlibc (brenhinkeller#34) (@brenhinkeller)

v0.8.2

Toggle v0.8.2's commit message
## StaticTools v0.8.2

[Diff since v0.8.1](brenhinkeller/StaticTools.jl@v0.8.1...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` and `parsedlm`
* Update readme


**Merged pull requests:**
- Improve test coverage, various bugfixes (brenhinkeller#32) (@brenhinkeller)

v0.8.1

Toggle v0.8.1's commit message
## StaticTools v0.8.1

[Diff since v0.8.0](brenhinkeller/StaticTools.jl@v0.8.0...v0.8.1)


**Closed issues:**
- Null termination issues in StaticString (brenhinkeller#2)
- `read` is broken (brenhinkeller#28)

**Merged pull requests:**
- use latest 1.8 for CI (brenhinkeller#30) (@Moelf)
- Readtest (brenhinkeller#31) (@brenhinkeller)