summaryrefslogtreecommitdiff
path: root/lib/utils
AgeCommit message (Expand)Author
2022-02-16utils: update optional & expectedDirk-Jan C. Binnema
2022-02-16mu-str: Remove some dead codeDirk-Jan C. Binnema
2022-02-16mu-error: Better support for GErrorDirk-Jan C. Binnema
2022-02-16utils: Improve Mu::ResultDirk-Jan C. Binnema
2022-02-14utils: make MU_ENABLE_BITOPS more constexprDirk-Jan C. Binnema
2022-02-14update code for Mu::MessagePriorityDirk-Jan C. Binnema
2022-02-07build: fix some scan-build warningsDirk-Jan C. Binnema
2022-02-06mu-utils: try g_autoptr/g_autofreeDirk-Jan C. Binnema
2022-02-06utils: validate string before g_utf8_next_char()Zero King
2022-01-14mu-utils: Fix compiler warningDirk-Jan C. Binnema
2021-11-10utils: add Mu::time_to_stringDirk-Jan C. Binnema
2021-11-08tests: move to subdir, move to mesonDirk-Jan C. Binnema
2021-11-03mu: rework xapian dependencies a bitDirk-Jan C. Binnema
2021-11-02utils: add from_gcharsDirk-Jan C. Binnema
2021-11-02mu: remove some unneeded codeDirk-Jan C. Binnema
2021-10-22lib/server: send query results in batchesDirk-Jan C. Binnema
2021-10-20clang-format: update c/cc coding styleDirk-Jan C. Binnema
2021-10-18mu-options: avoid clang warningDirk-Jan C. Binnema
2021-10-18lib: replace CATCH_BLOCK macros with template magicDirk-Jan C. Binnema
2021-08-08utils: use _GNU_SOURCE for S_ISLINK on freebsdDirk-Jan C. Binnema
2021-07-29mu: use g_strerror instead of strerrorDirk-Jan C. Binnema
2021-05-02mu-sexp: make lists printableDirk-Jan C. Binnema
2021-04-22seperate Mu::format and Mu::vformatDerek Zhou
2021-03-16utils: cleanup whitespaceDirk-Jan C. Binnema
2021-03-16utils: Add remove_ctrlDirk-Jan C. Binnema
2021-02-12build: experimental support for the meson build systemDirk-Jan C. Binnema
2021-01-22remove some dead codeDirk-Jan C. Binnema
2021-01-22lib: Update for new querying machineryDirk-Jan C. Binnema
2020-11-28utils: Improve option/result typesDirk-Jan C. Binnema
2020-11-28utils: add RAII stopwatchDirk-Jan C. Binnema
2020-11-15mu: remove obsolete MU_FEATURE_CRYPTODirk-Jan C. Binnema
2020-11-15utils: add Result / Option typesDirk-Jan C. Binnema
2020-11-07lib: convert threader/container to c++Dirk-Jan C. Binnema
2020-10-31lib: improve error handling, cleanupsDirk-Jan C. Binnema
2020-10-26mu: support json output directlyDirk-Jan C. Binnema
2020-10-02Use g_stat() instead of stat() with GStatBufJuan Jose Garcia-Ripoll
2020-08-15mu-sexp: use std::vector instead of std::dequeDirk-Jan C. Binnema
2020-07-26build: attempt to avoid some libc++ problemsDirk-Jan C. Binnema
2020-07-25Fix typosJonas Bernoulli
2020-07-25fix compilation error / clang warningsDirk-Jan C. Binnema
2020-07-13Merge pull request #1759 from damon-kwok/fixed-missing-includesDirk-Jan C. Binnema
2020-07-13utils/sexp: Clean up API and implementationDirk-Jan C. Binnema
2020-07-13Added missing include filesdamon-kwok
2020-07-01Don't declare mu_str_size_s() with the const attribute.Todd Carson
2020-06-27utils: Add async-queueDirk-Jan C. Binnema
2020-06-27utils: Add Mu::canonicalize_filenameDirk-Jan C. Binnema
2020-06-27utils: Clean up duration helpersDirk-Jan C. Binnema
2020-06-26utils: add async-queue, ansio-printerDirk-Jan C. Binnema
2020-06-13utils/command-parser: Make property key ":" prefix explicitDirk-Jan C. Binnema
2020-06-13mu: convert command-line tools to c++Dirk-Jan C. Binnema