]> git.ipfire.org Git - thirdparty/ccache.git/history - src/util/string.cpp
chore: Clean up usage of #include in headers
[thirdparty/ccache.git] / src / util / string.cpp
2024-02-18  Joel Rosdahlchore: Clean up usage of #include in headers
2024-01-07  Joel Rosdahlrefactor: Move Util::is_absolute_path_with_prefix to...
2023-12-10  Joel Rosdahlchore: Fix some -Wconversion warnings
2023-10-02  Joel Rosdahlrefactor: Move Win32Util::argv_to_string to util
2023-10-01  Joel Rosdahlrefactor: Move fmtmacros to util
2023-10-01  Joel Rosdahlrefactor: Move assertions to util
2023-08-03  Joel Rosdahlrefactor: fs::path-ify ignore_header_paths and related...
2023-07-25  Joel Rosdahlrefactor: Remove superfluous util:: qualifications
2023-07-25  Joel Rosdahlrefactor: Switch to tl::expected instead of nonstd...
2023-07-18  Joel Rosdahlrefactor: Move Util::to_lowercase to util
2023-07-18  Joel Rosdahlchore: Improve util::format_argv_for_logging
2023-07-18  Joel Rosdahlrefactor: Move Util::format_argv_for_logging to util
2023-07-18  Joel Rosdahlrefactor: Move Util::split_into_* to util
2023-07-14  Joel Rosdahlrefactor: Move Util::parse_duration to util
2023-07-12  Joel Rosdahlrefactor: Use std::array for hash digests instead of...
2023-07-12  Joel Rosdahlrefactor: Improve format_base16/format_base32hex implem...
2023-07-12  Joel Rosdahlrefactor: Move format_base16/format_base32hex to util
2023-03-04  Joel Rosdahlfeat: Improve cache size presentation and specification
2023-03-04  Joel Rosdahlenhance: Add util::split_once(std::string&&, char)
2023-03-04  Joel Rosdahlrefactor: Move Util::parse_size to util
2023-03-04  Joel Rosdahlrefactor: Move Util::format_{human,parsable}_* to util
2022-11-10  Joel Rosdahlrefactor: Avoid changing loop variable in body of for...
2022-09-06  Joel Rosdahlrefactor: Use more std::string_view
2022-05-23  Joel Rosdahlchore: Replace nonstd::string_view with std::string_view
2022-05-23  Joel Rosdahlchore: Replace nonstd::optional with std::optional
2021-09-22  Joel Rosdahlenhance: Add util::replace_all function
2021-08-04  Joel Rosdahlenhance(util): Add parse_double function
2021-08-04  Joel Rosdahlenhance(util): Add replace_first function
2021-07-20  Joel RosdahlMove exceptions.hpp to core
2021-07-19  Joel RosdahlRemove redundant _utils suffix for util headers