Skip to content

Releases: RichieSams/FiberTaskingLib

Release v2.0.4

01 Apr 15:31
Compare
Choose a tag to compare

2.0.4 (2024-04-01)

Bug Fixes

  • ci: Stop testing osx gcc-9 (3a0566c)
  • osx: Add a workaround for a bug in the new OSX linker (10a6de0)

Release v2.0.3

21 Nov 14:26
Compare
Choose a tag to compare

2.0.3 (2023-11-21)

Bug Fixes

  • readme: Update the README to fix some typos and phrases (27230a2)

Release v2.0.2

21 Nov 14:02
Compare
Choose a tag to compare

2.0.2 (2023-11-21)

Bug Fixes

Release v2.0.1

21 Nov 13:43
0f3692c
Compare
Choose a tag to compare

2.0.1 (2023-11-21)

Release v2.0.0

05 Nov 15:36
Compare
Choose a tag to compare

2.0.0 (2023-11-05)

⚠ BREAKING CHANGES

  • This removes AtomicCounter, TaskCounter, and AtomicFlag. And replaces them with WaitGroup. WaitGroup functions very similarly to TaskCounter, but users no longer need to worry about how many "waiting fiber slots" they need. Fibtex is also restructured. It's no longer possible to configure the "lock behavior"

Features

  • Restructure how we do sync / waits (8350d60)

Bug Fixes

  • ci: Fix release job name (ec3c32c)

Release v1.3.0

30 Oct 03:47
Compare
Choose a tag to compare

1.3.0 (2023-10-30)

Features

Bug Fixes

  • cmake: Set the c++ std for tests as well (b2906da)
  • Remove static_assert (bf6f8a8)

Release v1.2.0

30 Oct 02:02
Compare
Choose a tag to compare

1.2.0 (2023-10-30)

Features

  • cmake: Update the CMake minimum version required (b6eac95)

Bug Fixes

  • ci: Make sure Darwin is compiling with the correct compiler (711f05e)
  • cmake: Clean up the CMake files (822fa3c)
  • docs: Update README and other docs to match the new build setup and commit style (2e67521)

Release v1.1.0

29 Oct 20:49
Compare
Choose a tag to compare

1.1.0 (2023-10-29)

Features

  • CI: Create setup for using GitHub releases and auto semver (5f07207)