summaryrefslogtreecommitdiff
path: root/lib/utils/mu-utils.hh
AgeCommit message (Expand)Author
2026-04-17lib/utils: small cleanupsrelease/1.12Dirk-Jan C. Binnema
2026-04-17mu/lib: fix some possible quoting issuesDirk-Jan C. Binnema
2025-12-13utils: rework logging functionsDirk-Jan C. Binnema
2025-10-25utils: add utf8_clean helperDirk-Jan C. Binnema
2025-09-28utils: avoid fmt:gmtime/fmt::localtimeDirk-Jan C. Binnema
2025-08-24utils: add set_thread_nameDirk-Jan C. Binnema
2025-07-24fmt: prefer system package if foundDirk-Jan C. Binnema
2025-06-14mu_utils: add to_string_charDirk-Jan C. Binnema
2024-12-06lib/utils: include fmt/xchar.hDirk-Jan C. Binnema
2024-09-22Fix typos.James Cook
2024-04-13mu-utils: update casting from int64_t -> time_tDirk-Jan C. Binnema
2024-04-01mu-utils: Fix build with muslMatthew Smith
2023-09-24utils/add: improve unit test coverageDirk-Jan C. Binnema
2023-09-21mu-utils: add to_string_viewDirk-Jan C. Binnema
2023-09-17utils: add utf8_wordbreakDirk-Jan C. Binnema
2023-09-09utils: handle "unbroken" scriptsDirk-Jan C. Binnema
2023-08-27utils: small tweaksDirk-Jan C. Binnema
2023-08-21mu-utils: support UTC in parse_date_timeDirk-Jan C. Binnema
2023-08-19remove Mu::format, use mu_formatDirk-Jan C. Binnema
2023-08-11utils: add mu_print[ln] for ostreamsDirk-Jan C. Binnema
2023-08-06utils: replace time_to_string with fmt-based formattingDirk-Jan C. Binnema
2023-07-25utils: implement html-to-textDirk-Jan C. Binnema
2023-07-08migrate to fmt-based logging in some more placesDirk-Jan C. Binnema
2023-07-06fmt: more update to use new fmt-based APIsDirk-Jan C. Binnema
2023-07-05update to use fmt-based apisDirk-Jan C. Binnema
2023-07-05utils: rework Mu::Error and g_ logging macros with fmtDirk-Jan C. Binnema
2023-01-19server: add a few stopwatchesDirk-Jan C. Binnema
2023-01-14utils: get rid of mu-util.[ch]Dirk-Jan C. Binnema
2022-12-30many: use Mu::Regex instead of std::regexDirk-Jan C. Binnema
2022-12-10mu-utils: use const char* from for time_to_stringDirk-Jan C. Binnema
2022-11-16lib: remove mu-runtimeDirk-Jan C. Binnema
2022-10-02utils: add helpers for assoc-pairsDirk-Jan C. Binnema
2022-08-11tests: update test helpers and usersDirk-Jan C. Binnema
2022-06-16utils: add regex-splitDirk-Jan C. Binnema
2022-05-18tests: skip missing timezones in queries, tooDirk-Jan C. Binnema
2022-05-17utils: add locale_workaroundDirk-Jan C. Binnema
2022-05-14utils: insist on semicolon after MU_ENABLE_BITOPSDirk-Jan C. Binnema
2022-04-30utils: update date/size parsing, factor out formatDirk-Jan C. Binnema
2022-04-30lib/tests: rework in terms of Mu::MessageDirk-Jan C. Binnema
2022-04-18option: rename to to_string_opt and to_string_view_optDirk-Jan C. Binnema
2022-04-16utils: add deletable_unique_ptrDirk-Jan C. Binnema
2022-04-14utils: add TempDir RAII classDirk-Jan C. Binnema
2022-03-28utils: add seq_someDirk-Jan C. Binnema
2022-03-26utils: add some handy STL conveniencesDirk-Jan C. Binnema
2022-03-19utils: improve split / joinDirk-Jan C. Binnema
2022-03-07utils: add rename has_flag into one_if in BITOPSDirk-Jan C. Binnema
2022-02-26utils: add has_flag to MU_ENABLE_BITOPSDirk-Jan C. Binnema
2022-02-26utils: add STR_V macro for printing string_viewDirk-Jan C. Binnema
2022-02-22utils: rework Mu::splitDirk-Jan C. Binnema
2022-02-21utils: improve assert_equal macroDirk-Jan C. Binnema