Commit Graph

  • fe0cfd1a2c Rename MASTER_PROJECT to use FMT_ prefix ClausKlein 2020-03-04 21:07:37 +0100
  • 0c6919ec72 Make FMT_DEBUG_POSTFIX a cache variable (#1566) Victor Zverovich 2020-03-04 07:44:23 -0800
  • 197a5c3721 Apply clang-format Victor Zverovich 2020-03-04 07:44:02 -0800
  • 68742e1d87
    Fix clang -Wsign-conversion warning in grisu_count_digits. (#1573) refnum 2020-03-04 14:48:41 +0000
  • 55e0fe7e05 Fix clang -Wsign-conversion warning in bigint::subtract_bigits. Dair Grant 2020-03-02 14:20:50 +0000
  • 8f2ded910e Fix clang -Wsign-conversion warning in bigint::remove_leading_zeros. Dair Grant 2020-03-02 14:17:23 +0000
  • 1e2ab23c12 Fix clang -Wsign-conversion warning in grisu_count_digits. Dair Grant 2020-03-02 14:11:34 +0000
  • 4fa0c9a1ce Fix clang -Wsign-conversion warning in fallback_format. Dair Grant 2020-03-02 14:09:50 +0000
  • 1e8493196e Make compile-time checks in format_to handle references Victor Zverovich 2020-03-01 07:57:34 -0800
  • 58e6c84f5a
    Fix simple -Wsign-conversion cases. (#1571) refnum 2020-03-01 15:22:15 +0000
  • 75a4525e5f
    Move FMT_CLANG_VERSION definition to core.h (#1568) refnum 2020-03-01 01:19:34 +0000
  • 6ccb2e241b
    Add FMT_NORETURN to assert_fail prototype. (#1569) refnum 2020-03-01 01:17:55 +0000
  • 2cf8f35178 Fix -Wsign-conversion in bigint::assign. Dair Grant 2020-03-01 00:46:11 +0000
  • 572ddf43b5 Fix -Wsign-conversion in bigint::subtract_aligned. Dair Grant 2020-03-01 00:44:38 +0000
  • 7e972dd8f8 Make underlying type of align_t / sign_t unsigned. Dair Grant 2020-03-01 00:25:59 +0000
  • 4d6e1aa993 Add FMT_NORETURN to assert_fail prototype. Dair Grant 2020-02-29 23:57:43 +0000
  • 0562e73dfa Move FMT_CLANG_VERSION definition to core.h Dair Grant 2020-02-29 23:41:41 +0000
  • bed134a4aa Tentative fix for default template param in friend error Victor Zverovich 2020-02-27 15:29:46 -0800
  • ad460829da adds basic_print_iterator to {fmt} Christopher Di Bella 2020-02-22 22:05:25 -0800
  • b2d3a86ec0 Make FMT_ASSERT work in constexpr on clang 4.0.1 Victor Zverovich 2020-02-26 06:26:46 -0800
  • 13d82e32bd Don't use internal GTest API Victor Zverovich 2020-02-24 11:32:34 -0800
  • 2161a73f2b
    Fix FMT_FORMAT_AS const specifier position (#1554) fghzxm 2020-02-23 23:27:22 +0800
  • e00997b004
    improved use of find (#1560) IkarusDeveloper 2020-02-21 23:43:07 +0100
  • aa94079b28
    improved find use clang-formatted IkarusDeveloper 2020-02-21 01:06:24 +0100
  • dc8025f793
    improved use of find IkarusDeveloper 2020-02-21 00:21:13 +0100
  • 0415cf2350
    add const begin and end overload to buffer (#1553) dominicpoeschko 2020-02-19 14:59:50 +0100
  • 4a73690813 run clang-format dominic 2020-02-18 22:17:54 +0100
  • 02d1564408
    Fix FMT_FORMAT_AS const specifier position fghzxm 2020-02-17 15:39:10 +0800
  • a0d1ad00fd
    add const begin and end overload to buffer dominicpoeschko 2020-02-15 11:58:01 +0100
  • 3bafd0749b Fix to_string docs Victor Zverovich 2020-02-15 09:51:35 +0100
  • f733882b55 Remove misleading FMT_USE_WINDOWS_H Victor Zverovich 2020-02-14 13:54:15 +0100
  • dc22360c34 Workaround broken UDL templates in GCC < 6.4 Victor Zverovich 2020-02-10 17:08:14 +0100
  • 1f1b50707c Make formatter override implicit conversion to a C string Victor Zverovich 2020-02-07 18:47:48 -0800
  • 24924128e3 Fix a link error in gcc8 (#1548) Victor Zverovich 2020-02-07 18:34:05 -0800
  • c54cd71800 only modify CMAKE_RUNTIME_OUTPUT_DIRECTORY if it is not already set Jordan Williams 2020-02-06 19:39:23 -0600
  • d08cad5b28 Add back OUTPUT_NAME variable Attila Mark 2020-02-06 23:12:59 -0800
  • 6479143067 Remove merge problem. Attila Mark 2020-02-06 22:48:51 -0800
  • 57763d0fe2 Merge remote-tracking branch 'upstream/master' Attila Mark 2020-02-06 22:43:21 -0800
  • 44ae1465f9 only modify CMAKE_RUNTIME_OUTPUT_DIRECTORY if it is not already set Jordan Williams 2020-02-06 19:39:23 -0600
  • 43e9b29e50 Only use compiler features if available Victor Zverovich 2020-02-02 08:29:33 -0800
  • b55ea58705 string_view::char_type -> value_type (#1539) Victor Zverovich 2020-02-01 08:38:00 -0800
  • 4098970db2
    Update README.rst Victor Zverovich 2020-01-31 11:33:51 -0800
  • 314e15001f
    Fix symbol visibility on Linux when compiling with -fvisibility=hidden (#1535) Milian Wolff 2020-01-30 15:26:18 +0100
  • 7977db4424 Fix symbol visibility on Linux when compiling with -fvisibility=hidden Milian Wolff 2020-01-27 11:49:16 +0100
  • f499b393d1 Apply coding conventions Victor Zverovich 2020-01-25 17:02:22 -0800
  • 6c30f41443 Configure fmt.pc library name correctly. Attila Mark 2020-01-24 19:39:01 -0800
  • 8a9232668a Add FMT_DEBUG_SUFFIX variable. Attila Mark 2020-01-25 12:39:23 -0800
  • 98622ec4aa Simplify getting library name. Attila Mark 2020-01-25 12:19:56 -0800
  • e4d5fbc913 Configure fmt.pc library name correctly. Attila Mark 2020-01-24 19:39:01 -0800
  • fcd72eb81b
    Merge pull request #1 from fmtlib/master Attila M. Szilagyi 2020-01-24 18:37:24 -0800
  • 1acb73f970 Fix formatting std::chrono::duration types to wide strings (#1533) zeffy 2020-01-23 18:48:36 -0800
  • 708c28b952 Make sure unit isn't null before constructing a string_view from it zeffy 2020-01-23 17:28:20 -0800
  • 3aae6d2350 Run clang-format on chrono.h zeffy 2020-01-23 16:58:40 -0800
  • 0470ec1ac9 Make suggested changes from code review zeffy 2020-01-23 16:57:28 -0800
  • 4d276624cb Remove FMT_CONSTEXPR from expression zeffy 2020-01-23 15:37:31 -0800
  • 2c092654eb Revert some minor changes zeffy 2020-01-23 14:28:35 -0800
  • b956b4c7d3 Use utf8_to_utf16 instead of having redundant overloads of get_units zeffy 2020-01-23 14:13:05 -0800
  • 8f2917b59c Use different overload of std::time_put<T>::put to avoid needing a format string zeffy 2020-01-23 11:31:31 -0800
  • 29e93af164 Revert changes to format_localized's parameters zeffy 2020-01-23 10:47:14 -0800
  • 5792e6a060 Update FormatWide test to use proper encoding of µs zeffy 2020-01-23 04:51:47 -0800
  • 21470714d6 Fix incorrect wide encoding of 'µs' I think might be a source file encoding issue, so I used \u00B5 instead. zeffy 2020-01-23 04:43:03 -0800
  • e4c47e6038 Add FormatWide chrono test case zeffy 2020-01-23 02:20:23 -0800
  • 09a13244c8 Disallow passing non-string-literals to FMT_STRING Victor Zverovich 2020-01-22 19:08:06 -0800
  • 419db8baa1 Fix length computation of constexpr C strings Victor Zverovich 2020-01-22 18:03:34 -0800
  • 9fc4161f5e fix interal compiler error when building with mingw dspc-douglas 2020-01-22 19:32:37 -0300
  • 107292b374 fix interal compiler error when building with mingw dspc-douglas 2020-01-22 19:32:37 -0300
  • 6d6b70288b
    Make format buffers const correct zeffy 2020-01-22 20:19:55 +0000
  • 820b9e31ba
    Fix formatting chrono durations to wide strings zeffy 2020-01-22 20:08:54 +0000
  • 25d6916b3a Fix so can work without locale defined Greg Sjaardema 2020-01-21 09:02:19 -0700
  • c5fb6be259
    Fix so can work without locale defined Greg Sjaardema 2020-01-21 09:02:19 -0700
  • 0b2eb6501c Add locale example Victor Zverovich 2020-01-20 08:42:16 -0800
  • fd1cabe464 Workaround a bogus MSVC warning Victor Zverovich 2020-01-20 06:37:14 -0800
  • c9cb487614 Fixed format.h(2351,1): warning C4127: conditional expression is constant Ivan Shynkarenka 2020-01-20 12:35:26 +0300
  • 9e2e299c5a Fixed format.h(2351,1): warning C4127: conditional expression is constant Ivan Shynkarenka 2020-01-20 12:06:39 +0300
  • a844d7ab81 Add namespaces Victor Zverovich 2020-01-19 19:20:48 -0800
  • 47d3968092 Add more examples Victor Zverovich 2020-01-19 19:15:54 -0800
  • 7800173eb1 Update fill docs Victor Zverovich 2020-01-19 18:57:32 -0800
  • b4218aa0f8 Test invalid fill Victor Zverovich 2020-01-19 15:57:11 -0800
  • 8a3a8177d6 Bump version Victor Zverovich 2020-01-19 15:34:30 -0800
  • e5f2f8ce7a Add variable-width fill support (#1109) Victor Zverovich 2020-01-19 13:22:49 -0800
  • 75765bfad5 Avoid unnecessary unsigned overflows (#1515) Victor Zverovich 2020-01-18 08:19:27 -0800
  • 9bd9738da0 Remove static and simplify names Victor Zverovich 2020-01-18 07:43:59 -0800
  • bd5f903f28 Add a locale example Victor Zverovich 2020-01-18 07:11:45 -0800
  • 06e437fd98 Move docs to the proper place Victor Zverovich 2020-01-18 06:59:21 -0800
  • 1bd4f54fa6 update format JackBoosY 2020-01-16 18:53:51 -0800
  • 11cc2903e4 re-fix url link JackBoosY 2020-01-15 23:59:52 -0800
  • b124e3e8e7 fix url link JackBoosY 2020-01-15 23:55:49 -0800
  • ffd5f3469f Correct display format JackBoosY 2020-01-15 23:52:11 -0800
  • 0f0e5ddf5f Add vcpkg installation instructions JackBoosY 2020-01-15 23:45:41 -0800
  • 10020e0198 update format JackBoosY 2020-01-16 18:53:51 -0800
  • 5a08e388a6 re-fix url link JackBoosY 2020-01-15 23:59:52 -0800
  • d8b7b34cf6 fix url link JackBoosY 2020-01-15 23:55:49 -0800
  • 7a2198d76d Correct display format JackBoosY 2020-01-15 23:52:11 -0800
  • f3463afe25 Add vcpkg installation instructions JackBoosY 2020-01-15 23:45:41 -0800
  • 1f110702a1 Remove redundant braces Victor Zverovich 2020-01-15 11:42:59 -0800
  • 4ccbe4b5f2 Avoid namespace clash for fmt Jason Turner 2020-01-15 08:05:58 -0700
  • 40638a75b3 Use C++11 compatible std::is_same operations Greg Sjaardema 2020-01-14 10:54:19 -0700
  • c8dd9cc99d Use type_identity to block unnecessary template argument deduction (thanks Tim Song) Victor Zverovich 2020-01-15 08:09:48 -0800
  • 4bbe57cebf Work-around for nvcc Greg Sjaardema 2020-01-14 11:50:57 -0700
  • 55b6130055 Use C++11-compatible operations Greg Sjaardema 2020-01-14 11:10:11 -0700