mu/lib/utils
Dirk-Jan C. Binnema 16a2cffc11 utils: use _GNU_SOURCE for S_ISLINK on freebsd
Unbreak FreeBSD build.

Fixes: #2079.
2021-08-08 15:15:51 +03:00
..
Makefile.am utils: Improve option/result types 2020-11-28 10:46:38 +02:00
expected.hpp utils: add Result / Option types 2020-11-15 17:20:52 +02:00
meson.build build: experimental support for the meson build system 2021-02-12 00:49:35 +02:00
mu-async-queue.hh Fix typos 2020-07-25 16:46:47 +02:00
mu-command-parser.cc mu: support json output directly 2020-10-26 18:39:56 +02:00
mu-command-parser.hh utils/sexp: Clean up API and implementation 2020-07-13 21:43:59 +03:00
mu-date.c remove some dead code 2021-01-22 23:24:53 +02:00
mu-date.h lib: split out utils to lib/utils 2019-12-22 15:26:45 +02:00
mu-error.hh seperate Mu::format and Mu::vformat 2021-04-22 18:32:38 +00:00
mu-logger.cc mu: use g_strerror instead of strerror 2021-07-29 00:02:30 +03:00
mu-logger.hh Fix typos 2020-07-25 16:46:47 +02:00
mu-option.hh utils: Improve option/result types 2020-11-28 10:46:38 +02:00
mu-readline.cc mu-server: restore readline-support 2020-05-25 18:34:42 +03:00
mu-readline.hh lib: improve error handling, cleanups 2020-10-31 09:46:13 +02:00
mu-result.hh utils: Improve option/result types 2020-11-28 10:46:38 +02:00
mu-sexp.cc seperate Mu::format and Mu::vformat 2021-04-22 18:32:38 +00:00
mu-sexp.hh mu-sexp: make lists printable 2021-05-02 23:30:32 +03:00
mu-str.c remove some dead code 2021-01-22 23:24:53 +02:00
mu-str.h remove some dead code 2021-01-22 23:24:53 +02:00
mu-util.c utils: use _GNU_SOURCE for S_ISLINK on freebsd 2021-08-08 15:15:51 +03:00
mu-util.h mu: remove obsolete MU_FEATURE_CRYPTO 2020-11-15 17:20:52 +02:00
mu-utils.cc seperate Mu::format and Mu::vformat 2021-04-22 18:32:38 +00:00
mu-utils.hh seperate Mu::format and Mu::vformat 2021-04-22 18:32:38 +00:00
optional.hpp utils: add Result / Option types 2020-11-15 17:20:52 +02:00
test-command-parser.cc lib: convert threader/container to c++ 2020-11-07 11:43:11 +02:00
test-mu-str.c remove some dead code 2021-01-22 23:24:53 +02:00
test-mu-util.c mu: remove obsolete MU_FEATURE_CRYPTO 2020-11-15 17:20:52 +02:00
test-option.cc utils: Improve option/result types 2020-11-28 10:46:38 +02:00
test-sexp.cc mu: support json output directly 2020-10-26 18:39:56 +02:00
test-utils.cc seperate Mu::format and Mu::vformat 2021-04-22 18:32:38 +00:00