| LOW | CHANGELOG.md | 1 | ## v1.4.7 |
| LOW | CHANGELOG.md | 21 | #1409 | fix: remove unused asprintf implementation function | @deckstose |
| LOW | CHANGELOG.md | 41 | --- | --- | --- |
| LOW | CHANGELOG.md | 61 | d0cbaf7 | Add configuration toggle for terminal synchronization | @aristocratos |
| LOW | CHANGELOG.md | 81 | ## v1.4.5 |
| LOW | CHANGELOG.md | 121 | --- | --- | --- |
| LOW | CHANGELOG.md | 141 | #1079 | Allow MidnightBSD to build btop using the existing freebsd support. | @laffer1 |
| LOW | CHANGELOG.md | 181 | 3f384c0 | Fixed missing CPU core temps when too small to show core temp graphs, issues #792 #867 | @aristocratos |
| LOW | include/fmt/ostream.h | 1 | // Formatting library for C++ - std::ostream support |
| LOW | include/fmt/ostream.h | 21 | #endif |
| LOW | include/fmt/format-inl.h | 1 | // Formatting library for C++ - implementation |
| LOW | include/fmt/format-inl.h | 21 | #endif |
| LOW | include/fmt/format-inl.h | 221 | |
| LOW | include/fmt/format-inl.h | 1301 | // Compute zi and deltai. |
| LOW | include/fmt/ranges.h | 1 | // Formatting library for C++ - range and tuple support |
| LOW | include/fmt/xchar.h | 1 | // Formatting library for C++ - optional wchar_t and exotic character support |
| LOW | include/fmt/core.h | 1 | // This file is only provided for compatibility and may be removed in future |
| LOW | include/fmt/chrono.h | 1 | // Formatting library for C++ - chrono support |
| LOW | include/fmt/chrono.h | 21 | #endif |
| LOW | include/fmt/chrono.h | 221 | } |
| LOW | include/fmt/chrono.h | 241 | #endif |
| LOW | include/fmt/chrono.h | 541 | |
| LOW | include/fmt/os.h | 1 | // Formatting library for C++ - optional OS-specific functionality |
| LOW | include/fmt/os.h | 21 | # endif |
| LOW | include/fmt/os.h | 41 | #ifndef FMT_POSIX |
| LOW | include/fmt/color.h | 241 | // │23│─┘ |
| LOW | include/fmt/color.h | 261 | // │62│─┬── unused |
| LOW | include/fmt/args.h | 1 | // Formatting library for C++ - dynamic argument lists |
| LOW | include/fmt/printf.h | 1 | // Formatting library for C++ - legacy printf implementation |
| LOW | include/fmt/compile.h | 1 | // Formatting library for C++ - experimental format string compilation |
| LOW | include/fmt/format.h | 41 | #include "base.h" |
| LOW | include/fmt/format.h | 61 | # include <bit> // std::bit_cast |
| LOW | include/fmt/format.h | 81 | # define FMT_USE_NONTYPE_TEMPLATE_ARGS 1 |
| LOW | include/fmt/format.h | 101 | defined(__INTEL_RTTI__) || defined(__RTTI) |
| LOW | include/fmt/format.h | 121 | #ifdef FMT_DEPRECATED |
| LOW | include/fmt/format.h | 141 | # else |
| LOW | include/fmt/format.h | 161 | using difference_type = |
| LOW | include/fmt/format.h | 201 | # if FMT_HAS_BUILTIN(__builtin_clz) || FMT_GCC_VERSION || FMT_ICC_VERSION |
| LOW | include/fmt/format.h | 701 | !std::is_same<T, wchar_t>::value>; |
| LOW | include/fmt/format.h | 3301 | write2digits(buffer + number_of_digits_printed, digits); |
| LOW | include/fmt/std.h | 1 | // Formatting library for C++ - formatters for standard library types |
| LOW | include/fmt/std.h | 21 | # include <thread> |
| LOW | include/fmt/std.h | 41 | # if FMT_CPLUSPLUS > 201703L && FMT_HAS_INCLUDE(<source_location>) |
| LOW | include/fmt/std.h | 61 | #endif |
| LOW | include/fmt/base.h | 1 | // Formatting library for C++ - the base API for char/UTF-8 |
| LOW | include/fmt/base.h | 21 | #endif |
| LOW | include/fmt/base.h | 41 | #else |
| LOW | include/fmt/base.h | 61 | |
| LOW | include/fmt/base.h | 81 | #else |
| LOW | include/fmt/base.h | 101 | // https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66297. |
| LOW | include/fmt/base.h | 121 | #elif FMT_GLIBCXX_RELEASE && FMT_GLIBCXX_RELEASE < 10 |
| LOW | include/fmt/base.h | 141 | # define FMT_CONSTEXPR20 |
| LOW | include/fmt/base.h | 161 | # define FMT_CATCH(x) if (false) |
| LOW | include/fmt/base.h | 181 | # define FMT_FALLTHROUGH [[clang::fallthrough]] |
| LOW | include/fmt/base.h | 201 | # define FMT_NODISCARD |
| LOW | include/fmt/base.h | 221 | #else |
| LOW | include/fmt/base.h | 241 | # define FMT_ALWAYS_INLINE inline __attribute__((always_inline)) |
| LOW | include/fmt/base.h | 261 | #ifndef FMT_EXPORT |
| LOW | include/fmt/base.h | 281 | #endif |
| LOW | include/fmt/base.h | 381 | FMT_NORETURN FMT_API void assert_fail(const char* file, int line, |
| 64 more matches not shown… |