Port details |
- outcome C++14 library for reporting and handling function failures
- 2.2.10 devel =2 2.2.9Version of this port present on the latest quarterly branch.
- Maintainer: yuri@FreeBSD.org
- Port Added: 2023-07-19 21:36:05
- Last Update: 2024-08-17 07:11:19
- Commit Hash: aac3aaa
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: APACHE20
- WWW:
- https://ned14.github.io/outcome/
- Description:
- Outcome is a C++14 library for reporting and handling function failures.
It can be used as a substitute for, or a complement to, the exception handling
mechanism.
One use case is for contexts where using C++ exception handling is unsuitable
for different reasons:
* The high relative cost of throwing and catching a C++ exception.
* Making some or all control paths explicitly detailed to aid code correctness
auditing, as opposed to having hidden control paths caused by exceptions
potentially thrown from any place.
* Company policy to compile with exceptions disabled.
* Maintaining a code base that was never designed with exception-safety in mind.
* Parts of the programs/frameworks that themselves implement exception handling
and cannot afford to use exceptions, like propagating failure reports across
threads, tasks, fibers.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/outcome/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/outcome
- pkg install outcome
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: outcome
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1723872950
SHA256 (ned14-outcome-v2.2.10_GH0.tar.gz) = 6505320e8d0e55913a9e3c6b33d03c61967429535fbb1fb8613c21527bb15110
SIZE (ned14-outcome-v2.2.10_GH0.tar.gz) = 2471683
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- config.hpp : devel/quickcpplib
- cmake : devel/cmake-core
- ninja : devel/ninja
- Runtime dependencies:
-
- config.hpp : devel/quickcpplib
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_outcome
- USES:
- cmake:testing compiler:c++14-lang
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.2.10 17 Aug 2024 07:11:19 |
Yuri Victorovich (yuri) |
devel/outcome: update 2.2.9 → 2.2.10
Reported by: portscout |
2.2.9 15 Jun 2024 09:12:45 |
Yuri Victorovich (yuri) |
devel/outcome: update 2.2.8 → 2.2.9
Reported by: portscout |
2.2.8 18 Dec 2023 03:41:18 |
Yuri Victorovich (yuri) |
devel/outcome: update 2.2.7-20230815 → 2.2.8
Reported by: portscout |
2.2.7.20230815 15 Aug 2023 19:52:49 |
Yuri Victorovich (yuri) |
devel/outcome: Update 2.2.7 → 2.2.7-20230815
Tests were fixed by the upstream. |
2.2.7 15 Aug 2023 04:58:24 |
Yuri Victorovich (yuri) |
devel/outcome: Update 2.2.4-20230715 → 2.2.7
Reported by: portscout |
2.2.4.20230715 21 Jul 2023 06:38:39 |
Yuri Victorovich (yuri) |
devel/outcome: Add PORTSCOUT tag |
2.2.4.20230715 18 Jul 2023 14:02:44 |
Yuri Victorovich (yuri) |
devel/outcome: New port: C++14 library for reporting and handling function
failures |