mu/lib/utils
Dirk-Jan C. Binnema 3dd721d5a3 clang-format: update c/cc coding style
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-10-20 12:26:16 +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 clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-command-parser.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-command-parser.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +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 clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-logger.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-logger.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-option.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-readline.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-readline.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-result.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-sexp.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-sexp.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +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 clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
mu-utils.hh clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
optional.hpp utils: add Result / Option types 2020-11-15 17:20:52 +02:00
test-command-parser.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03: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 clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
test-sexp.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00
test-utils.cc clang-format: update c/cc coding style 2021-10-20 12:26:16 +03:00