Skip to content

Releases: renestein/Rstein.AsyncCpp

0.0.7

24 Feb 14:46
Compare
Choose a tag to compare
  • Added new solution configurations with static CRT (/MT, MTd). (primary consumer of these configurations is vcpkg manager)

0.0.7_beta2

24 Feb 13:31
Compare
Choose a tag to compare
0.0.7_beta2 Pre-release
Pre-release
iss #30: Fix Rstein.AsyncCppLib.sln

0.0.7_beta1

24 Feb 13:16
2a00fca
Compare
Choose a tag to compare
0.0.7_beta1 Pre-release
Pre-release
Merge pull request #31 from renestein/iss-30_CRT-MT-Configs

iss #30: Added CRT static library (/MT, MTd) configurations

0.0.6

19 Feb 13:56
Compare
Choose a tag to compare
  • Improved build process and documentation for the build process. How to build the library.
  • Prepared VCPKG port file.
  • Support for C++ 20 standard coroutines in Visual Studio 2019. More info about the support of the standard C++ 20 coroutines in Visual Studio 2019. Legacy coroutines are still supported.
  • Added preliminary support for Clang compiler. Tested in VS 2019/Windows.
  • Library can be built from the command line.
  • Unified build artifact locations for different build configurations.
  • Default scheduler does not require the call of the Stop method when an application exits.

0.0.6_beta2

23 Feb 17:16
Compare
Choose a tag to compare
0.0.6_beta2 Pre-release
Pre-release
0.0.6_beta2

0.0.6_beta1

23 Feb 17:17
f3b5027
Compare
Choose a tag to compare
0.0.6_beta1 Pre-release
Pre-release
Merge pull request #28 from renestein/iss-27_Default_Scheduler_Lifecycle

iss #27: Default scheduler does not require call of the Stop method when app exits