0
I Use This!
Low Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... about 1 month ago
In Boost.Outcome fix bad status-code header path translation.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 4 months ago
Try using `BOOST_ASSERT` instead of `assert` in Boost.Outcome, see what happens.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 4 months ago
Add missing `BOOST_OUTCOME_ASSERT` macro, clearly I was not thinking straight on Saturday in those previous commits.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 4 months ago
upd
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 4 months ago
Fixes #293 - Some users wished that Outcome would be clean with `-Wpedantic`, this is now turned on for the test suite.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 4 months ago
v2.2.8 release matching Boost 1.84.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 4 months ago
A Result or Outcome with `void` value type and move-only non-value type was only usable in const use cases, due to the lack of provision of non-const member functions in relevant observers injection layers for the `void` specialisation. The missing non-const member functions have now been added. Fixes #291.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 5 months ago
Bump ready for Boost 1.84 merge window close.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 6 months ago
Merge pull request #290 from BurningEnlightenment/dev/require-cmake-3.9 More... 6 months ago
build: Require at least CMake 3.9 More... 6 months ago
Fix Boost CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 6 months ago
Disable the FreeBSD test on CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 6 months ago
Fix CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 7 months ago
There was a bug in the Outcome C++ coroutine awaitables whereby we were over eagerly resuming execution of coroutines which return one of our awaitables. It is surprising how many years have passed before this was noticed, but it is now fixed. It is believed that this has been fixed without affecting ABI stability, however mixing old Outcome and new Outcome in the same binary without recompiling all the C++ coroutine code to use new Outcome will not fix the bug.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 7 months ago
Regen single header includes.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 7 months ago
Bump version number macros for Outcome, which I had forgotten to do recently. Sorry.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 7 months ago
Also disable precompiled headers for the smoke tests, which hopefully will remediate issue #288.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Address issue #288 where `core-result` test was incorrectly marked to use precompiled headers.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Finally, success with the new FreeBSD CI.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Add missing git to FreeBSD CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Hopefully last time FreeBSD CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
FreeBSD CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Once again FreeBSD CI
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Try again FreeBSD CI.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Begin to address #288 by adding a github CI for FreeBSD
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
v2.2.7 release corresponding to the Boost 1.83 release.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 8 months ago
Actually fix last commit.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 9 months ago
Fix broken Boost build.
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 9 months ago
Fix issue #285 by respecting BUILD_TESTING
Niall Douglas
as Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)
More... 9 months ago