| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2022-05-24 | utils: avoid compiler warning | Dirk-Jan C. Binnema | |
| 2022-05-23 | lib: improve coverage a bit | Dirk-Jan C. Binnema | |
| 2022-05-19 | autotools: improve build | Dirk-Jan C. Binnema | |
| *almost* works (except for guile/, which does work yet anyway). | |||
| 2022-05-19 | lib: remove some dead code (mu-str/utils) | Dirk-Jan C. Binnema | |
| Remove unused library code; recycle some electrons. | |||
| 2022-05-18 | utils: fix unsetting timezone | Dirk-Jan C. Binnema | |
| 2022-05-18 | tests: skip missing timezones in queries, too | Dirk-Jan C. Binnema | |
| 2022-05-18 | test-utils: Skip test if timezone is not available | Dirk-Jan C. Binnema | |
| 2022-05-17 | utils: add locale_workaround | Dirk-Jan C. Binnema | |
| Attempt to work around some locale handling throwing in some systems. "locale::facet::_S_create_c_locale name not valid" Ugly, but maybe it helps. | |||
| 2022-05-15 | mu: improve error reporting | Dirk-Jan C. Binnema | |
| 2022-05-14 | utils: insist on semicolon after MU_ENABLE_BITOPS | Dirk-Jan C. Binnema | |
| 2022-05-12 | mu-error: encode retval/flags in enum | Dirk-Jan C. Binnema | |
| 2022-05-06 | sexp: allow for some prettified string output | Dirk-Jan C. Binnema | |
| Allow for adding newlines between list items | |||
| 2022-05-05 | store: ensure updates update message sexp too | Dirk-Jan C. Binnema | |
| And turn all "add" into "replace" so old messages get removed. Update tests too. | |||
| 2022-04-30 | lib: move 3rd party code to thirdparty; add tabulate.hpp | Dirk-Jan C. Binnema | |
| Move 3rd-party code to their own dir, and add the nice tabulate.hpp | |||
| 2022-04-30 | utils: update date/size parsing, factor out format | Dirk-Jan C. Binnema | |
| And update tests | |||
| 2022-04-30 | error: Add some more error codes | Dirk-Jan C. Binnema | |
| 2022-04-30 | lib/tests: rework in terms of Mu::Message | Dirk-Jan C. Binnema | |
| 2022-04-18 | utils: add mu-option.cc | Dirk-Jan C. Binnema | |
| Was missing. | |||
| 2022-04-18 | mu-utils: avoid compiler warning | Dirk-Jan C. Binnema | |
| 2022-04-18 | mu-result: add assert_valid_result | Dirk-Jan C. Binnema | |
| Useful for unit tests | |||
| 2022-04-18 | option: rename to to_string_opt and to_string_view_opt | Dirk-Jan C. Binnema | |
| to_option_string -> to_string_opt to_string_view -> to_string_view_opt | |||
| 2022-04-16 | utils: add deletable_unique_ptr | Dirk-Jan C. Binnema | |
| 2022-04-16 | error: Add crypto error code | Dirk-Jan C. Binnema | |
| 2022-04-16 | utils: add extra check for #2230 | Dirk-Jan C. Binnema | |
| 2022-04-14 | utils: include unistd.h | Dirk-Jan C. Binnema | |
| 2022-04-14 | utils: add TempDir RAII class | Dirk-Jan C. Binnema | |
| For tests | |||
| 2022-03-28 | mu-error: make fill_g_error const | Dirk-Jan C. Binnema | |
| And add some more error codes. | |||
| 2022-03-28 | utils: add seq_some | Dirk-Jan C. Binnema | |
| 2022-03-28 | lib+guile: use Mu::Option, not std::optional | Dirk-Jan C. Binnema | |
| We need the extensions, and/or let's use _one_ optional implementation everywhere. | |||
| 2022-03-26 | result: add Err which takes a GError | Dirk-Jan C. Binnema | |
| Convenience | |||
| 2022-03-26 | many: update for lib/message updates | Dirk-Jan C. Binnema | |
| Adapt to the new names / directory. Big commit, but mostly just very boring renaming. | |||
| 2022-03-26 | mu-error: fix typo | Dirk-Jan C. Binnema | |
| 2022-03-26 | utils: add some handy STL conveniences | Dirk-Jan C. Binnema | |
| 2022-03-19 | utils: improve split / join | Dirk-Jan C. Binnema | |
| 2022-03-13 | xapian-utils: xapian_try: also catch std::exception | Dirk-Jan C. Binnema | |
| 2022-03-13 | logger: with MU_LOG_STDOUTERR, write logs to console | Dirk-Jan C. Binnema | |
| For debugging | |||
| 2022-03-07 | utils: Handle failing g_date_time_new_... | Dirk-Jan C. Binnema | |
| Possibly, this caused a crashed under some scenarios (though couldn't reproduce). | |||
| 2022-03-07 | utils: add rename has_flag into one_if in BITOPS | Dirk-Jan C. Binnema | |
| 2022-02-26 | utils: add has_flag to MU_ENABLE_BITOPS | Dirk-Jan C. Binnema | |
| 2022-02-26 | utils: add STR_V macro for printing string_view | Dirk-Jan C. Binnema | |
| 2022-02-22 | utils: some more convenience for error/result | Dirk-Jan C. Binnema | |
| 2022-02-22 | utils: rework Mu::split | Dirk-Jan C. Binnema | |
| And add some tests, cleanups. | |||
| 2022-02-22 | utils/mu-date: remove | Dirk-Jan C. Binnema | |
| Remove mu-date.[ch] and convert its last users to use time_to_string instead. | |||
| 2022-02-21 | utils: improve assert_equal macro | Dirk-Jan C. Binnema | |
| make it a macro so we get line numbers etc | |||
| 2022-02-21 | tests: update naming | Dirk-Jan C. Binnema | |
| 2022-02-20 | mu-sexp: add some small conveniences | Dirk-Jan C. Binnema | |
| 2022-02-19 | mu-store: take mu_util_get_hash | Dirk-Jan C. Binnema | |
| mu-store is the only user left, move the implementation there. | |||
| 2022-02-18 | lib: fix clang compatibility / warnings | Dirk-Jan C. Binnema | |
| 2022-02-17 | *: update for for mu-maildir changes | Dirk-Jan C. Binnema | |
| Update the dependencies. | |||
| 2022-02-17 | utils/async-queue: appease helgrind | Dirk-Jan C. Binnema | |
| We used notify_one _outside_ the lock; that should be just fine... but helgrind doesn't like it, so let's appease it. | |||
