Skip to content

Releases: SiddiqSoft/asynchrony-lib

v1.0.1

25 Oct 00:47
08003fc
Compare
Choose a tag to compare
v1.0.1 Pre-release
Pre-release

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • 08003fc Update periodic_worker.hpp

This list of changes was auto generated.

v1.0.0

04 Oct 18:53
Compare
Choose a tag to compare

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • 9dea682 Merge branch 'main' of https://github.com/siddiqsoft/asynchrony-lib
  • 106816f Release/1.0.0 (#5)
  • f5337e9 Minor updates to the build files
  • 468937b Updated dependencies and checked to ensure we're requiring C++20 minimum.
  • 300e1ad Updated the solution to use updated json and gtest. Updated the configuration to target C++20
  • 30ece19 Touched up the timeout to accomodate variable test machine speed.
  • ec1add3 Updated dependencies and retested against VS v17.2
  • bf4872a Updated the API to use ref-ref in the callback arguments.

This list of changes was auto generated.

v0.11.2

04 Oct 05:04
106816f
Compare
Choose a tag to compare
v0.11.2 Pre-release
Pre-release

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • 106816f Release/1.0.0 (#5)
  • 300e1ad Updated the solution to use updated json and gtest. Updated the configuration to target C++20
  • 30ece19 Touched up the timeout to accomodate variable test machine speed.
  • ec1add3 Updated dependencies and retested against VS v17.2
  • bf4872a Updated the API to use ref-ref in the callback arguments.

This list of changes was auto generated.

v0.11.1

01 Jun 04:01
Compare
Choose a tag to compare
v0.11.1 Pre-release
Pre-release

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • 30ece19 Touched up the timeout to accomodate variable test machine speed.
  • ec1add3 Updated dependencies and retested against VS v17.2
  • bf4872a Updated the API to use ref-ref in the callback arguments.

This list of changes was auto generated.

v0.11.0

16 Dec 03:13
Compare
Choose a tag to compare
v0.11.0 Pre-release
Pre-release

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • bf4872a Updated the API to use ref-ref in the callback arguments.

This list of changes was auto generated.

v0.10.4

20 Nov 05:19
Compare
Choose a tag to compare

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • d0cf7e7 Updated gtest and nlohmann-json nugets
  • f9c34db Updated to VS2022
  • ac3d4c6 Fixed the code around popping the item from deque.

This list of changes was auto generated.

v0.10.2

07 Oct 21:06
Compare
Choose a tag to compare

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • 9295371 Fixed critical bug where the popDestruct's destructor was not locking while pop-ing from the deque.

Full Changelog: 0.10.1...0.10.2

v0.10.1

06 Oct 05:44
Compare
Choose a tag to compare

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • f7eb443 Fixed the bug in the test2 where the json object must be constructed without any reference to local variables.
  • b954183 Updated the simple_pool to safely pop from the deque with minimal copy. (#4) [ #3 ]

This list of changes was auto generated.

v0.9.1

18 Sep 20:59
Compare
Choose a tag to compare

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

  • 77e43f8 Minor tweak to the test for periodic as the CPU configuration on build machine is reducing the number of iterations.
  • 46aa3b6 #1 Renamed the structs to avoid confusion with basic_* names that collide with std namespace. #2 Added the periodic_worker to allow timer based callbacks.
  • c68f973 Added serializers for json. Deleted the copy constructor for the roundrobin_pool and basic_pool.

This list of changes was auto generated.

v0.8.1

17 Sep 08:09
234ce63
Compare
Choose a tag to compare

Documentation https://siddiqsoft.github.io/asynchrony-lib

Changes:

This list of changes was auto generated.