- 20 Mar, 2023 1 commit
-
-
Dominik Charousset authored
The pollset_updater is an implementation detail of the multiplexer and thus should not be part of the public API.
-
- 19 Mar, 2023 1 commit
-
-
Dominik Charousset authored
-
- 18 Mar, 2023 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
The new caf-net module offers superior alternatives to the Brokers from the I/O module. Eventually, we want to fade out the Brokers API altogether. Hence, we remove the Broker examples and encourage developers to use the new alternatives instead.
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 17 Mar, 2023 1 commit
-
-
Dominik Charousset authored
-
- 15 Mar, 2023 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 14 Mar, 2023 1 commit
-
-
Dominik Charousset authored
-
- 12 Mar, 2023 2 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 11 Mar, 2023 6 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 10 Mar, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
With `std::expected` standardized for C++23, we can now follow the API of the standard class and deprecate all legacy APIs that differ from that. Eventually, `caf::expected<T>` should become an alias for `std::expected<T, caf::error>`.
-
- 03 Mar, 2023 1 commit
-
-
Noir authored
Drop Codedocs integration
-
- 02 Mar, 2023 3 commits
-
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
The `buf_` member in `from_resource` may be non-null if initializing the object in `subscribe` fails with an exception.
-
- 01 Mar, 2023 2 commits
- 28 Feb, 2023 2 commits
- 27 Feb, 2023 1 commit
-
-
Dominik Charousset authored
-
- 25 Feb, 2023 2 commits
- 24 Feb, 2023 5 commits
-
-
Dominik Charousset authored
The workers of Codedocs don't have the `dot` tool available for `doxygen`. This means all inheritance graphs consist of broken images. Further, the installed `doxygen` version on the workers is very old and doesn't seem to get updated. We host our Doxygen-generated API reference on our website now. This also allows us to have multiple versions online. Currently, we only have the latest version: 0.18.7. Close #1360.
-
Dominik Charousset authored
Co-authored-by:
Noir <josephnoir@users.noreply.github.com>
-
Dominik Charousset authored
-
Dominik Charousset authored
-
Dominik Charousset authored
-
- 23 Feb, 2023 1 commit
-
-
Dominik Charousset authored
-