Commit Graph

  • d44c9e6a5e
    Update tests to use recommended MOCK_METHOD Kevin Hwang 2023-04-19 20:34:01 -0700
  • 18e7a2532b
    Remove obsolete msvc workarounds (#3388) Daniela Engert 2023-04-20 02:09:51 +0200
  • 78e0071f72 export names only once Daniela Engert 2023-04-18 17:12:13 +0200
  • e261e6a006
    names declared to be exported at the point of introduction into a namespace *must not* be (re-)declared as exported later in the TU, e.g. when they are redeclared, defined, or specialized. [module.export]/6 Daniela Engert 2023-04-18 17:12:13 +0200
  • 7fe92adb07
    Remove obsolete msvc workarounds Daniela Engert 2023-04-16 16:44:58 +0200
  • 0489c19dcb
    fix and improve module (#3386) Daniela Engert 2023-04-18 15:47:01 +0200
  • 315ecf14b5
    fix and improve module Daniela Engert 2023-04-16 09:25:27 +0200
  • 8ec94ac6a5 Use full path to pcm Victor Zverovich 2023-04-14 11:57:17 -0700
  • d97d8cea67 Push module check to test Victor Zverovich 2023-04-14 11:42:01 -0700
  • d8a2698e6c Fix compilation as a C++20 module with gcc 13 Victor Zverovich 2023-04-14 09:49:07 -0700
  • d9c19940a3 Update add_module_library Victor Zverovich 2023-04-13 17:09:31 -0700
  • 4b5ae0b0ef Remove unnecessary module support check Victor Zverovich 2023-04-13 16:53:45 -0700
  • 87e21a3734 cmake: detect C++ standard automatically Mikhail Paulyshka 2023-04-12 01:56:47 +0300
  • 75f3b1c094 Use add_module_library Victor Zverovich 2023-04-12 08:43:38 -0700
  • faf83406a9 Workaround cmake issue Victor Zverovich 2023-04-11 15:59:08 -0700
  • 165814d57a Add module support to CMake Victor Zverovich 2023-04-11 12:23:26 -0700
  • 33f7150778
    Fix error C2668 on msvc (#3378) June Liu 2023-04-11 21:27:28 +0800
  • 6620839e89 Fix error C2668 on msvc June Liu (Beyondsoft Corporation) 2023-04-11 10:33:14 +0800
  • c98e5a08a4 Fix modular build on clang Victor Zverovich 2023-04-10 09:43:56 -0700
  • 119c6bd16f Move the modules check Victor Zverovich 2023-04-10 09:28:00 -0700
  • 77eeb71830 Remove unused headers Victor Zverovich 2023-04-10 09:03:25 -0700
  • 13bf99f9db Enable modules in clang 16 Victor Zverovich 2023-04-10 08:44:43 -0700
  • 1d0257e4c0 FMT_MODULE_EXPORT_* -> FMT_EXPORT_* Victor Zverovich 2023-04-10 08:33:39 -0700
  • 4613d48fd3 FMT_EXPORT -> FMT_LIB_EXPORT Victor Zverovich 2023-04-10 08:24:23 -0700
  • 4a4a2a2bd6 Fix diagnostics Victor Zverovich 2023-04-09 09:25:15 -0700
  • fce74caa15 Disable problematic implicit conversions Victor Zverovich 2023-04-09 09:08:46 -0700
  • 02bf4d1c1c Disable to_string_view ADL Victor Zverovich 2023-04-09 08:44:17 -0700
  • 466e0650ec Remove problematic workaround Victor Zverovich 2023-04-09 08:04:11 -0700
  • 029caa8ea2 Update changelog Victor Zverovich 2023-04-09 07:00:50 -0700
  • 9fc5f274a6 Don't change the parameter of vprint NukoOoOoOoO 2023-04-09 09:40:48 +0800
  • a19700aba6 Make fmt::println support color NukoOoOoOoO 2023-04-09 09:30:34 +0800
  • e406ddbfaf Remove broken part of the config Victor Zverovich 2023-04-08 08:46:43 -0700
  • 9095679536 Update changelog Victor Zverovich 2023-04-08 08:39:13 -0700
  • 7f46cb75b8
    ranges: Fix extra semi (#3374) Björn Schäpers 2023-04-06 17:31:07 +0200
  • c44c0fae1d ranges: Fix extra semi Björn Schäpers 2023-04-06 11:35:01 +0200
  • 4e3f381058 Update changelog Victor Zverovich 2023-04-02 07:13:30 -0700
  • d3c10f5167
    fix compilation for MSDOS (#3369) Mikhail Paulyshka 2023-04-01 23:40:53 +0300
  • f25b938235 fix compilation for MSDOS Mikhail Paulyshka 2023-04-01 20:13:23 +0300
  • ab956f600f Update changelog Victor Zverovich 2023-04-01 08:04:47 -0700
  • 97aedeab48
    Workaround a double-double hexfloat format (#3366) Vladislav Shchapov 2023-04-01 19:19:23 +0500
  • 3785773ec4 Workaround a double-double hexfloat format Vladislav Shchapov 2023-03-27 18:45:31 +0500
  • bce8d4ed08 Remove stray comment Victor Zverovich 2023-03-27 11:04:00 -0700
  • a91c7b286d Cleanup the core API Victor Zverovich 2023-03-26 21:05:06 -0700
  • 19c074e477 Remove deprecated fallback formatter Victor Zverovich 2023-03-26 08:40:12 -0700
  • 41cfc739fe Generalize format_as Victor Zverovich 2023-03-19 18:56:45 -0700
  • fba8bc3975 Optional Win9x support Gleb Mazovetskiy 2022-07-02 11:30:43 +0100
  • f6276a2c2b
    Force use a signed char (On ARM char is unsigned by default) (#3362) Vladislav Shchapov 2023-03-22 23:34:59 +0500
  • a5dc450c4e Force use a signed char (On ARM char is unsigned by default) Vladislav Shchapov 2023-03-22 15:59:00 +0500
  • 6002ddf825 Remove a deprecated option Victor Zverovich 2023-03-19 12:17:43 -0700
  • 6549ffde8e Improve format_as safety Victor Zverovich 2023-03-19 06:51:47 -0700
  • d9bc5f1320 Fix code causing spurious Wstringop-overflow warning Alecto Irene Perez 2023-03-03 12:53:25 -0500
  • 9c5cd998d1 Remove unused functions Victor Zverovich 2023-03-18 08:04:38 -0700
  • 93bfa05382
    %T is %H:%M:%S (#3349) Barry Revzin 2023-03-18 09:16:22 -0500
  • d8e1c4265a
    fix case of variant which is valueless by exception (#3347) TheOmegaCarrot 2023-03-18 10:07:06 -0400
  • fbfb08e340 fix namespace issue theomegacarrot 2023-03-17 17:29:57 -0400
  • 857f097db9
    Create SECURITY.md Joyce 2023-03-17 17:15:35 -0300
  • 00d3c6adf9 fix return type in formatter for throws_on_move theomegacarrot 2023-03-17 14:50:47 -0400
  • e1720c0e51
    Fix CUDA nvcc warning fmt/include/fmt/core.h(295): warning #1675-D: unrecognized GCC pragma (#3352) tmartin-gh 2023-03-17 11:35:35 -0700
  • 0b52517e1f throws_on_move_t -> throws_on_move in strings theomegacarrot 2023-03-17 14:20:43 -0400
  • 0a328c0125 address requested changes theomegacarrot 2023-03-17 14:09:30 -0400
  • 421eb3e022 Fix CUDA nvcc warning fmt/include/fmt/core.h(295): warning #1675-D: unrecognized GCC pragma Tim Martin 2023-03-16 21:57:30 -0700
  • 455cbbad2e %T is %H:%M:%S Barry Revzin 2023-03-16 11:44:27 -0500
  • e1c72c4a88 revert accidentally committed edit to CMakeLists.txt theomegacarrot 2023-03-16 11:06:51 -0400
  • de942e757d add test case for a std::variant which is valueless by exception theomegacarrot 2023-03-16 11:03:13 -0400
  • d671bf524e fix case of variant which is valueless by exception theomegacarrot 2023-03-14 20:29:17 -0400
  • 7f882918eb
    write_floating_seconds: Fall back to ::round (#3343) Gleb Mazovetskiy 2023-03-12 16:34:19 +0000
  • 032592ce1b write_floating_seconds: Fall back to ::round Gleb Mazovetskiy 2023-03-12 15:12:45 +0000
  • 8455bb8a00 Fix GCC6 compilation error in count_digits Gleb Mazovetskiy 2023-03-12 10:43:12 +0000
  • cbc7b8d5c1
    Cleanup dead variable (#3338) Shawn Zhong 2023-03-10 11:17:43 -0600
  • a4a94022a9 Cleanup dead variable Shawn Zhong 2023-03-10 09:34:58 -0600
  • b242b8f326 Support %P (lowercase am/pm) glibc extension Chris Morgan 2023-03-06 13:47:52 +1100
  • 050293646f
    Path is not escaped twice in the debug mode (#3321) Vladislav Shchapov 2023-03-05 21:01:06 +0500
  • 940fe41ca4 Path is not escaped twice in the debug mode Vladislav Shchapov 2023-02-25 23:18:11 +0500
  • 3daf33837c
    Enable consteval for Xcode 14.0.1 and later (#3331) Cloyce D. Spradling 2023-03-04 09:22:43 -0800
  • e0748e61dd Fix recursion check in range formatting Victor Zverovich 2023-03-04 08:03:00 -0800
  • 4390dafdd6 Enable consteval for Xcode 14.0.1 and later Cloyce D. Spradling 2023-03-02 09:23:34 -0800
  • 69f90943a6
    Fix compile error due to -Werror=conversion Alecto Irene Perez 2023-03-03 15:18:14 -0500
  • 46ae7ea83d
    Fix code causing spurious Wstringop-overflow warning Alecto Irene Perez 2023-03-03 12:53:25 -0500
  • b94e1016fa
    chore: set permission to cifuzz.yml (#3328) Joyce 2023-03-01 12:58:59 -0300
  • 98699719f8 Make # handling consistent with std::format Victor Zverovich 2023-02-26 10:15:16 -0800
  • 48dfbcaa95 Improve license and PR template wording Victor Zverovich 2023-02-26 09:08:53 -0800
  • c644c753d7 Add '🐙 userver framework' to the projects Antony Polukhin 2023-02-26 14:07:06 +0300
  • 73b7cee7fb
    Fix for issue #3325 (#3326) Vladislav Shchapov 2023-02-26 19:59:41 +0500
  • 47782af9f5 Fix for issue #3325 Vladislav Shchapov 2023-02-26 16:54:52 +0500
  • c55a51a137
    Add '🐙 userver framework' to the projects Antony Polukhin 2023-02-26 14:07:06 +0300
  • 140edee780 std::filesystem::path is not format as a range Vladislav Shchapov 2023-02-26 11:23:50 +0500
  • 5b8302079d
    Add optional support (#3303) tom-huntington 2023-02-26 03:45:56 +1300
  • 0045255da1 fix xchar support. tests moved/added to xchar-test.cc Tom Huntington 2023-02-25 13:35:01 +1300
  • 67bcbc8900
    chore: set permission to cifuzz.yml Joyce 2023-02-24 18:04:14 -0300
  • a406d8c5be not -> ! Tom Huntington 2023-02-24 21:06:33 +1300
  • b890509ec1 Add std::optional Tom Huntington 2023-02-11 19:37:42 +1300
  • 3a69529e8b
    Fix various typos (#3312) luzpaz 2023-02-21 18:14:41 -0500
  • b1839b406d Fix various typos luzpaz 2023-02-21 06:05:40 +0000
  • 76f520835f Call element parse in tuple parse Victor Zverovich 2023-02-19 09:24:29 -0800
  • fedf3ca24e Add println for compiled format string Vladislav Shchapov 2023-02-20 21:32:58 +0500
  • 4bbe317bef Reduce symbols (with ABI break) Vladislav Shchapov 2023-02-20 21:31:38 +0500
  • f641fc53ae Reduce the memory allocations Vladislav Shchapov 2023-02-20 20:23:51 +0500
  • 507c3042d8 class -> typename Victor Zverovich 2023-02-18 10:23:42 -0800
  • 1741e90dec Always call parse in range formatter Victor Zverovich 2023-02-18 09:39:58 -0800
  • d646fd0daf Minor cleanup Victor Zverovich 2023-02-16 11:21:08 -0800