| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-07-24 | fmt: prefer system package if found | Dirk-Jan C. Binnema | |
| mu embeds a "vendored" subset of the libfmt package under thirdparty; but it's better to use the system-package if the user has one. So, use the system package if found or user -Duse-embedded-fmt=true is specified. | |||
| 2023-09-24 | error: more unit tests | Dirk-Jan C. Binnema | |
| 2023-09-23 | mu: log warning when exiting with error | Dirk-Jan C. Binnema | |
| 2023-09-16 | mu-error: allow for adding end-user hints | Dirk-Jan C. Binnema | |
| 2023-08-19 | remove Mu::format, use mu_format | Dirk-Jan C. Binnema | |
| Use the new fmt-based formatting. | |||
| 2023-07-05 | utils: rework Mu::Error and g_ logging macros with fmt | Dirk-Jan C. Binnema | |
| A bit more C++ template magic to remove a lot of code. | |||
| 2023-07-02 | all: update for API changes (config etc.) | Dirk-Jan C. Binnema | |
| Use the new & improved APIs. | |||
| 2023-04-11 | mu: improve error numbers | Dirk-Jan C. Binnema | |
| Ensure they match what mu expects. | |||
| 2023-01-29 | mu: improve mu-error | Dirk-Jan C. Binnema | |
| Add specific error-code for SchemaMismatch Combine find/cfind no-matches | |||
| 2023-01-21 | mu-error: Add missing <cstdint> include | Arsen Arsenović | |
| GCC 13s libstdc++ reduced its dependency on some headers like <cstdint>, so it's no longer transitively included through various headers. Include it explicitly. See also: https://gcc.gnu.org/gcc-13/porting_to.html#header-dep-changes ../lib/utils/mu-error.hh:36:26: error: ‘uint32_t’ does not name a type 36 | static constexpr uint32_t SoftError = 1 << 23; | ^~~~~~~~ | |||
| 2023-01-14 | utils: get rid of mu-util.[ch] | Dirk-Jan C. Binnema | |
| It was getting old... Remove the unused parts, refactor the few parts still in use. | |||
| 2022-11-17 | script: Rework guile script with new CLI support | Dirk-Jan C. Binnema | |
| Integrate the guile scripting a bit better into the mu cmdline. Rework the old script module for that. | |||
| 2022-10-30 | mu-error: add missing string include | Dirk-Jan C. Binnema | |
| 2022-05-15 | mu: improve error reporting | Dirk-Jan C. Binnema | |
| 2022-05-12 | mu-error: encode retval/flags in enum | Dirk-Jan C. Binnema | |
| 2022-04-30 | error: Add some more error codes | Dirk-Jan C. Binnema | |
| 2022-04-16 | error: Add crypto error code | Dirk-Jan C. Binnema | |
| 2022-03-28 | mu-error: make fill_g_error const | Dirk-Jan C. Binnema | |
| And add some more error codes. | |||
| 2022-03-26 | mu-error: fix typo | Dirk-Jan C. Binnema | |
| 2022-02-22 | utils: some more convenience for error/result | Dirk-Jan C. Binnema | |
| 2022-02-18 | lib: fix clang compatibility / warnings | Dirk-Jan C. Binnema | |
| 2022-02-16 | mu-error: Better support for GError | Dirk-Jan C. Binnema | |
| Allow filling a GError from a Mu::Error | |||
| 2021-10-20 | clang-format: update c/cc coding style | Dirk-Jan C. Binnema | |
| Update all cc code using .clang-format; please do so as well for future PRs etc.; emacs has a handy 'clang-format' mode to make this automatic. For comparing old changes with git blame, we can disregard this one using --ignore-rev (see https://www.moxio.com/blog/43/ignoring-bulk-change-commits-with-git-blame ) | |||
| 2021-04-22 | seperate Mu::format and Mu::vformat | Derek Zhou | |
| 2020-11-15 | utils: add Result / Option types | Dirk-Jan C. Binnema | |
| Add some Rust-style Result/Option types, based on TartanLlama's expected, optional classes. There's std::optional of course, but we can't depend on C++17 yet. | |||
| 2020-10-31 | lib: improve error handling, cleanups | Dirk-Jan C. Binnema | |
| 2020-01-31 | lib/utils: Add Message error. | Dirk-Jan C. Binnema | |
| 2020-01-21 | utils: Implement sexp command parser | Dirk-Jan C. Binnema | |
| Implement a sexp parser, and on top of that a command parser (for mu4e commands). Add tests, too. | |||
| 2020-01-18 | utils: Update error exception, utils. | Dirk-Jan C. Binnema | |
| 2020-01-05 | lib/utils: Update | Dirk-Jan C. Binnema | |
| 2020-01-01 | utils: add Mu::Error (runtime exception) | Dirk-Jan C. Binnema | |
