mu/lib
Arsen Arsenović ce94464652
mu-error: Add missing <cstdint> include
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-21 19:48:57 +01:00
..
index mu-scanner: ignore .nnmaildir directories 2023-01-18 23:05:46 +02:00
message mu-flags: use implied unread flag 2023-01-14 20:02:05 +02:00
tests utils: get rid of mu-util.[ch] 2023-01-14 20:02:05 +02:00
thirdparty thirdparty: include CLI11 2022-11-17 11:00:06 +02:00
utils mu-error: Add missing <cstdint> include 2023-01-21 19:48:57 +01:00
doxyfile.in * lib: doxygen support (WIP, just starting...) 2012-10-27 14:42:21 +03:00
meson.build lib: remove mu-runtime 2022-11-16 23:31:51 +02:00
mu-bookmarks.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-bookmarks.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-contacts-cache.cc message/contact: ensure valid email address in cache 2022-12-30 11:51:21 +02:00
mu-contacts-cache.hh message/contact: ensure valid email address in cache 2022-12-30 11:51:21 +02:00
mu-maildir.cc utils: get rid of mu-util.[ch] 2023-01-14 20:02:05 +02:00
mu-maildir.hh maildir: improve testing coverage 2022-06-29 22:19:26 +03:00
mu-parser.cc many: use Mu::Regex instead of std::regex 2022-12-30 11:15:03 +02:00
mu-parser.hh query-parser: tidy up 2022-06-14 23:15:27 +03:00
mu-query-match-deciders.cc mu-query-match-decider: add 'Related' to flags 2022-12-08 19:33:15 +02:00
mu-query-match-deciders.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-query-results.hh query-threads/results: cosmetics 2022-06-09 00:39:34 +03:00
mu-query-threads.cc query-threads: add multi-dup unit test 2022-12-08 19:30:20 +02:00
mu-query-threads.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-query.cc query: exclude some test code from coverage 2022-06-29 22:20:09 +03:00
mu-query.hh query: update query subsys to use Message 2022-04-30 10:40:45 +03:00
mu-script.cc script: Rework guile script with new CLI support 2022-11-17 11:00:06 +02:00
mu-script.hh script: Rework guile script with new CLI support 2022-11-17 11:00:06 +02:00
mu-server.cc server: add a few stopwatches 2023-01-19 22:37:50 +02:00
mu-server.hh server: rework for updated Sexp/CommandHandler 2022-11-07 18:38:03 +02:00
mu-store.cc mu-store: fix typo 2023-01-14 20:02:05 +02:00
mu-store.hh store: update move_message API 2022-12-07 18:22:29 +02:00
mu-tokenizer.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-tokenizer.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-tree.hh Avoid word-splitting regular expression matches 2022-11-20 10:18:01 +02:00
mu-xapian.cc Avoid word-splitting regular expression matches 2022-11-20 10:18:01 +02:00
mu-xapian.hh query-parser: tidy up 2022-06-14 23:15:27 +03:00
tokenize.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00