Commit Graph

  • 7586362b3b
    Merge f07d37d2754158dcd6a61fd131f5298533d9cabc into 64db979e38ec644b1798e41610b28c8d2c8a2739 Victor Chernyakin 2025-04-08 13:01:52 +12:00
  • a3a32f4039
    Merge c7b75ac1703f8ee95dee212c63c23d23e36f0da0 into 64db979e38ec644b1798e41610b28c8d2c8a2739 Victor Zverovich 2025-04-07 22:35:58 +00:00
  • 64db979e38
    Added a missing FMT_STRING in fmt::println() (#4407) master Mattes D 2025-04-07 15:35:55 -07:00
  • 9e4b05877b Added a missing FMT_STRING in fmt::println(). Mattes D 2025-04-06 16:04:28 +02:00
  • fc0e4dc92b Test timezone chrono Victor Zverovich 2025-04-06 10:18:11 -07:00
  • 5f2e61fdd5 Cleanup chrono detail Victor Zverovich 2025-04-06 09:54:47 -07:00
  • b3d45e1d3f Remove fmt_detail Victor Zverovich 2025-04-06 09:13:43 -07:00
  • 3d144874ba
    Update LICENSE Izumi 2025-04-06 04:22:44 +06:00
  • 4534b4d9c6
    Update LICENSE Izumi 2025-04-06 04:07:53 +06:00
  • 5f6fb96df1
    Bump github/codeql-action from 3.28.8 to 3.28.13 (#4403) dependabot[bot] 2025-04-01 13:29:20 -07:00
  • 50f3bf8490
    Bump github/codeql-action from 3.28.8 to 3.28.13 dependabot[bot] 2025-04-01 15:08:11 +00:00
  • fb6e6582dc
    Bump actions/upload-artifact from 4.6.0 to 4.6.2 dependabot[bot] 2025-04-01 15:08:07 +00:00
  • f07d37d275 Merge incomplete type test into format-test.cc LocalSpook 2025-03-30 13:57:21 -07:00
  • 5199e0f885 Fix a flush issue on libstdc++ Victor Zverovich 2025-03-30 09:55:13 -07:00
  • 2f58430573 Move buffering tests to os-test Victor Zverovich 2025-03-30 09:38:40 -07:00
  • d5d32c1e81
    Bazel support: Update platforms to 0.0.11 (#4400) Vertexwahn 2025-03-30 17:36:25 +02:00
  • a3a8bc2f41 Bazel support: Update platforms to 0.0.11 Vertexwahn 2025-03-30 17:08:41 +02:00
  • c7b75ac170 Enable moo-dern C++ cowsay Victor Zverovich 2025-03-30 08:06:10 -07:00
  • 204661287b Improve local_time test Victor Zverovich 2025-03-29 09:31:11 -07:00
  • e1ab383361 Report an error when timezone is not available Victor Zverovich 2025-03-29 08:46:52 -07:00
  • b9e0e94a01 Enable more chrono tests on Windows Victor Zverovich 2025-03-29 08:20:49 -07:00
  • a81842428d Update changelog Victor Zverovich 2025-03-29 08:14:25 -07:00
  • f53055efe0 Revert "Workaround an ABI issue in spdlog" Victor Zverovich 2025-03-29 07:48:20 -07:00
  • b2dfcb2b80 Fix local_time test Victor Zverovich 2025-03-23 12:07:57 -07:00
  • 7ac97cbd1d Enable some local_time tests and make them deterministic Victor Zverovich 2025-03-23 11:42:13 -07:00
  • 17898794a9 Use fmt::local_time Victor Zverovich 2025-03-23 11:18:14 -07:00
  • 443a8ef342 Deprecate fmt::localtime Victor Zverovich 2025-03-23 10:45:52 -07:00
  • 3607e92dc9 Bump version Victor Zverovich 2025-03-23 10:44:46 -07:00
  • 43e31614cc Test ambiguous time Victor Zverovich 2025-03-23 09:49:23 -07:00
  • 989826ce50 Update changelog Victor Zverovich 2025-03-22 08:03:54 -07:00
  • 9d6e24c64e Fix handling of long with FMT_BUILTIN_TYPES=0 Victor Zverovich 2025-03-22 07:33:28 -07:00
  • 0843317e08 Update changelog Victor Zverovich 2025-03-22 07:25:46 -07:00
  • 784eac839d Workaround an ABI issue in spdlog Victor Zverovich 2025-03-22 06:57:04 -07:00
  • a3136ea322
    Update base.h Ankur Verma 2025-03-16 22:33:57 -07:00
  • 6fdf225a32 Always inline value ctors in optimized gcc mode only Victor Zverovich 2025-03-16 09:57:12 -07:00
  • 332da79bf3 Always inline value ctors Victor Zverovich 2025-03-16 09:31:52 -07:00
  • 7b273fbb54 Minor cleanup Victor Zverovich 2025-03-16 08:58:44 -07:00
  • 191c504b10 Cleanup build config Victor Zverovich 2025-03-15 20:24:56 -07:00
  • d13fb6092f Cleanup build config Victor Zverovich 2025-03-15 12:32:39 -07:00
  • dd780fde44 Add clang-3.4 Victor Zverovich 2025-03-15 10:11:46 -07:00
  • 37e6474718
    Fix dynamic named arg format spec handling (#4361) Dean Glazeski 2025-03-15 09:34:11 -07:00
  • 0874c1c481
    Fix constexpr constructor constructing with non-constexpr member warning Jonas Hjulstad 2025-03-13 15:22:23 +01:00
  • 7b750a202f
    Fix unreachable code warnings Jonas Hjulstad 2025-03-13 15:18:56 +01:00
  • 3ba09eff8c Add support for incomplete types LocalSpook 2025-03-11 20:28:11 -07:00
  • 77c0fc07d9 Switch to supported ubuntu image Victor Zverovich 2025-03-02 09:15:17 -08:00
  • 65a7b3b632
    Update base.h Evan 2025-03-08 12:10:25 -08:00
  • b8a027374b
    Rename formattable so it doesn't hide the global definition Evan 2025-03-08 11:59:32 -08:00
  • 83af6719b0
    Suppress a "loop not reachable" warning in nvcc Kyle Edwards 2025-03-06 14:49:21 -05:00
  • 9212ff6ca1 Apply coding conventions and use constexpr Victor Zverovich 2025-03-02 08:02:14 -08:00
  • 864bdf9638
    Report error on duplicate named arg names (#4367) Dean Glazeski 2025-03-02 08:47:03 -07:00
  • e3bfecd8e5
    Run clang-format Dean Glazeski 2025-03-01 20:43:26 -07:00
  • 7cf7957bc0
    Remove init methods, simplify const usage, simplify check function, return early based on named_arg_index Dean Glazeski 2025-03-01 20:35:58 -07:00
  • b776cf66fc
    Optimize text_style using bit packing (#4363) Victor Chernyakin 2025-03-01 12:18:19 -07:00
  • 9800147809
    Fix formatting, again Dean Glazeski 2025-03-01 09:24:31 -07:00
  • 1c156a3bb9
    Fix formatting Dean Glazeski 2025-03-01 09:19:29 -07:00
  • b6be6feb16
    Fix GCC13 build and enable GCC10 C++11 build Dean Glazeski 2025-03-01 09:08:18 -07:00
  • bdbf957b9a Bump msys2/setup-msys2 from 2.25.0 to 2.27.0 dependabot[bot] 2025-03-01 15:20:40 +00:00
  • f93a7a8df2
    Bump github/codeql-action from 3.28.8 to 3.28.10 dependabot[bot] 2025-03-01 15:20:48 +00:00
  • 0406f1993c
    Bump ossf/scorecard-action from 2.4.0 to 2.4.1 dependabot[bot] 2025-03-01 15:20:44 +00:00
  • a6afff7027
    Bump msys2/setup-msys2 from 2.25.0 to 2.27.0 dependabot[bot] 2025-03-01 15:20:40 +00:00
  • 36a6908d1a
    Fix missing CTAD in C++11 Dean Glazeski 2025-03-01 08:03:56 -07:00
  • 93b1425019
    Refactor check function, optimize check function, remove expensive test Dean Glazeski 2025-03-01 07:57:42 -07:00
  • 0271475ca0 Cleanup LocalSpook 2025-02-26 15:35:01 -08:00
  • 52afc1c812 color_type::get_value() -> color_type::value() LocalSpook 2025-02-26 13:24:48 -08:00
  • 577fd3be88 Fix TU-local entity exposition error in GCC 15 Thomas Khyn 2025-02-18 21:37:40 +13:00
  • faac8b1fa9 Remove exports in std.h Thomas Khyn 2025-02-18 21:02:33 +13:00
  • 123913715a Update version 11.1.4 Victor Zverovich 2025-02-26 10:14:28 -08:00
  • 3d9a3e669e
    Fix formatting Dean Glazeski 2025-02-26 08:37:05 -07:00
  • 7d1226dd6b
    Add Linux C++20 CMake presets Dean Glazeski 2025-02-26 08:13:57 -07:00
  • 233d8d9e85
    Fix unused return warning Dean Glazeski 2025-02-26 08:16:34 -07:00
  • 39b0b3abbe Explicitly call fixed_buffer_traits move constructor from iterator_buffer move constructor to fix deprectaion warning on clang-9 Kostiantyn Lazukin 2025-02-26 10:31:13 +00:00
  • f37c7b19d4 Apply clang-format Kostiantyn Lazukin 2025-02-26 10:06:19 +00:00
  • 8c1059b92e Update changelog Victor Zverovich 2025-02-25 17:32:17 -08:00
  • 4e5aafbf43 Bump version Victor Zverovich 2025-02-25 17:20:47 -08:00
  • db30fb3b81 Update changelog Victor Zverovich 2025-02-25 17:20:29 -08:00
  • 81b2930483 Allow format_to_n to be executed at compile time Kostiantyn Lazukin 2025-02-25 22:56:34 +00:00
  • 3401ce2be2 Fix ABI compatibility Victor Zverovich 2025-02-25 13:32:24 -08:00
  • 90d783a017 Make clang-format happy LocalSpook 2025-02-24 19:18:07 -08:00
  • da81cf0c35
    Add CMakePresets.json Dean Glazeski 2025-02-24 19:43:35 -07:00
  • 0e497be6c3
    Correct formatting Dean Glazeski 2025-02-24 19:35:51 -07:00
  • 53c88309f7
    Fix dynamic named arg format spec handling Dean Glazeski 2025-02-24 19:28:31 -07:00
  • 167ec54140
    Report error on duplicate named arg names Dean Glazeski 2025-02-22 09:39:29 -07:00
  • 05e25759d7 Optimize size of text_style using bit packing LocalSpook 2025-02-22 00:39:24 -08:00
  • 78f8ddaee3 Add more color tests LocalSpook 2025-02-21 23:15:21 -08:00
  • 12b8c58e97 Fix TU-local entity exposition error in GCC 15 Thomas Khyn 2025-02-18 21:37:40 +13:00
  • b2033437ae Remove exports in std.h Thomas Khyn 2025-02-18 21:02:33 +13:00
  • 7f7695524a
    Fix conflict with std::ignore (#4356) Dean 2025-02-20 00:08:21 -07:00
  • 251320fcb7
    Add .vs folder to .gitignore (#4355) Dean 2025-02-19 23:44:31 -07:00
  • 8c0632bcae Add .vs folder to .gitignore Dean Glazeski 2025-02-19 18:12:26 -07:00
  • e57f2a3697 Fix conflict with std::ignore Dean Glazeski 2025-02-19 18:11:49 -07:00
  • 05c9fb1eb2
    Fix warning generated by VS17.4 Dean 2025-02-19 17:32:41 -07:00
  • cbed981acc Run clang-format musshorn 2025-02-19 21:33:33 +11:00
  • 7e5eacc9db
    Default zoned time conversions to use earliest time Liam 2025-02-19 19:59:39 +11:00
  • 94ab51cb8c
    Simplify implementation of operator""_cf (#4349) Victor Chernyakin 2025-02-14 03:02:09 -07:00
  • 15eadab062 Simplify implementation of operator""_cf LocalSpook 2025-02-14 00:32:21 -08:00
  • 0ca42e836e Workaround an MSVC v140 bug Victor Zverovich 2025-02-13 14:12:16 +01:00
  • ed27df5760
    Replace forward slashes by backslashes in BMI path for MSVC. (#4344) Thomas Khyn 2025-02-10 21:18:33 +13:00
  • fec5a1c638 Fix BMI path for MSVC builds when building with Ninja generator Thomas Khyn 2025-02-07 10:51:47 +13:00
  • fc653dfe6a Fix slashes in BMI path for MSVC builds Thomas Khyn 2025-02-06 17:23:16 +13:00
  • d42a068dbd Apply coding conventions Victor Zverovich 2025-02-05 11:06:45 -08:00