Skip to content

Releases: martinmoene/expected-lite

0.6.3

21 Mar 13:42
Compare
Choose a tag to compare

Release 0.6.3 of expected lite contains the following.

Fixes

  • Fix operator==() for void 'value' type (#51, thanks @Crzyrndm).
  • Fix disabling of swap() (#50, thanks @negatratoron).
  • Fix cmake config file to use @package_nspace@ (nonstd-lite-project 68).

Changes

  • Remove Travis CI configuration and badge (#55, thanks @striezel).
  • Do not cancel all jobs in a workflow if one fails. (#54, thanks @striezel).
  • Remove gcc 8 and clang 8, 9, 10 from GitHub CI matrix (nonstd-lite-project 69).
  • Add compilation and running test for C++20 to GCC and Clang (nonstd-lite-project 64).
  • Use toplevel unit_name (nonstd-lite-project 56).

0.6.2

07 Aug 11:27
Compare
Choose a tag to compare

Release 0.6.2 of expected lite contains the following.

Changes

0.6.1

27 Jun 08:16
Compare
Choose a tag to compare

Release 0.6.1 of expected lite fixes the version number (#47).

Files affected:

  • CMakeLists.txt
  • conanfile.py
  • expected.hpp

0.6.0

27 May 14:30
b78dd92
Compare
Choose a tag to compare

Release 0.6.0 of expected lite contains the following changes.

Additions:

  • Enable importing cmake targets from the build tree (#39, thanks @fbdtemme).
  • Add script tc-cl.bat. See also nonstd-lite-project issues 54.
  • Add nsel_CONFIG_NO_EXCEPTIONS_SEH configuration flag.
  • Update script and test for compilation without exceptions.
  • Add example/03-no-exceptions.cpp.
  • Introduce GitHub Actions CI.

Changes:

  • std::expected appears in C++23, not C++20 (#43, thanks @bigerl).
  • Allow to move-assign from move-only unexpected (#40).
  • Avoid warning -Wundef for _MSC_VER.
  • Change to use SEH at default with MSVC for no C++ exception case.
  • Replace _CPPUNWIND with _HAS_EXCEPTIONS (#27, thanks @DBJDBJ). See also nonstd-lite-project issue 48.
  • Handle lest test framework as system include to prevent warnings, use autoregister.
  • Update Readme guided by markdownlint.

Fixes:

  • Fix r-value ref miscompile on MSVC v19.22 (#41, thanks @jacobly0).
  • Fix concept checks in the assignment operators (#40, thanks @szaszm).

0.5.0

13 Nov 10:11
Compare
Choose a tag to compare

Release 0.5.0 of expected lite contains the following changes.

Additions:

  • Add tweak header support

Changes:

  • Change 'on conan' link to refer to conan center
  • Add .editorconfig
  • Add TortoiseGit integration with GitHub issues
  • Add build folder and IDE folders/files to .gitignore (.vs, .vscode, CodeBlocks)
  • Add Visual Studio 2019 to the Appveyor build matrix, nonstd lite project issue 47

Fixes:

  • Prevent detail::text() to be multiply defined (#37, thanks to @jorticus)

0.4.0

24 Apr 17:33
Compare
Choose a tag to compare

[to be expanded]

This release of expected lite tags its current state. It contains numerous changes and fixes.

0.3.0

25 Apr 19:43
Compare
Choose a tag to compare

[to be expanded]

This release of expected lite improves support for CMake and Conan and contains numerous other changes and fixes.

See also nonstd lite project Improve coherence between lite projects.

0.2.0

23 Oct 22:02
Compare
Choose a tag to compare

Release 0.2.0 ...

0.1.0

05 Jun 11:56
Compare
Choose a tag to compare

expected lite has been re-licensed under the Boost Software License (BSL) (issue #10).