Skip to content

Tags: RichieSams/FiberTaskingLib

Tags

v2.0.4

Toggle v2.0.4's commit message
fix(ci): Stop testing osx gcc-9

It's too annoying to get running properly, and it's pretty ancient

v2.0.3

Toggle v2.0.3's commit message
fix(readme): Update the README to fix some typos and phrases

v2.0.2

Toggle v2.0.2's commit message
fix: Fiber alignment for allocation

If the user isn't using FTL_FIBER_STACK_GUARD_PAGES, we must still set an alignment. Stacks require at least 16 byte alignment for basically all platforms. (Also passing zero for an alignment to AlignedAlloc() is an error)

Fixes #156

v2.0.1

Toggle v2.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix multicore on Linux (thread affinity) (#155)

fix: Set thread affinity for worker threads

Fixes #154

v2.0.0

Toggle v2.0.0's commit message
fix(ci): Fix release job name

v1.3.0

Toggle v1.3.0's commit message
fix: Remove static_assert

It requires c++ 20

v1.2.0

Toggle v1.2.0's commit message
fix(ci): Make sure Darwin is compiling with the correct compiler

v1.1.0

Toggle v1.1.0's commit message
feat(CI): Create setup for using GitHub releases and auto semver

v1.0.0

Toggle v1.0.0's commit message
Switch CI to Github Actions and massively simplify Makefile setup

To utilize the new CMake presets