7539 Commits

Author SHA1 Message Date
26d87edab1 Bump github/codeql-action from 3.28.13 to 3.28.16 (#4432)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.13 to 3.28.16.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](1b549b9259...28deaeda66)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-version: 3.28.16
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-03 06:59:36 -07:00
505ee058f7 Update changelog 2025-04-27 11:57:40 -07:00
ccab417195 Update changelog 2025-04-27 11:57:15 -07:00
ec1349d348 Update changelog 2025-04-27 11:56:07 -07:00
0ed2a65a8a Clarify why we use __builtin_strlen instead of strlen 2025-04-27 11:08:27 -07:00
e22c943070 Update changelog 2025-04-27 10:59:31 -07:00
b252bad3c6 Update changelog 2025-04-27 10:29:56 -07:00
2680831231 Cleanun string_view 2025-04-27 09:34:38 -07:00
8978ab09b2 Avoiding __builtin_strlen (#4429) 2025-04-27 09:32:10 -07:00
c936e2e44e Implement debug format for error_code 2025-04-27 09:06:17 -07:00
a7d7b894cd Implement the s specifier for error_code 2025-04-27 08:51:18 -07:00
e98155a6fb Remove redundant specializations 2025-04-26 10:41:03 -07:00
41b3bed4d2 Clarify why we don't use qualified names 2025-04-26 10:12:06 -07:00
67d9e49322 Update changelog 2025-04-26 09:15:47 -07:00
9db5e4df22 Don't specialize std::is_floating_point 2025-04-26 08:17:05 -07:00
906eaf2ddb Make specifier order consistent 2025-04-25 12:10:21 -07:00
9f6c12c3dc Remove deprecated localtime from docs 2025-04-25 11:58:58 -07:00
2d0518b5f7 Fix cmake error in pedantic mode (#4426)
Suppresses error:
CMake Error (dev) at build/coverage/_deps/fmt-src/CMakeLists.txt:208 (set):
  uninitialized variable 'CMAKE_MODULE_PATH'
This error is for project developers. Use -Wno-error=dev to suppress it.
2025-04-24 11:41:33 -07:00
c81cbed2b7 Simplify test 2025-04-23 12:32:26 -07:00
c7925241c7 Remove core.h from README (#4422) 2025-04-21 11:27:40 -07:00
c709138359 Add support for incomplete types 2025-04-20 10:16:11 -07:00
db405954cd Remove fmt/core.h from docs (#4421) 2025-04-20 07:40:18 -07:00
0a917ee2f5 Minor comment tweak 2025-04-19 10:18:01 -07:00
969d4aef60 Update doc image 2025-04-19 10:08:24 -07:00
8061c7c8c4 Cleanup duration formatter 2025-04-19 10:08:24 -07:00
7b59df4119 Remove redundant member 2025-04-19 10:08:23 -07:00
b8192d233a Fix build error with MSVC v141 (#4413) 2025-04-15 08:21:38 -07:00
e814b5fabf Reduce template parametrization 2025-04-13 10:17:17 -07:00
ed0d216f7e Fix localization and formatting of timezone names 2025-04-13 09:52:59 -07:00
bd9554a29e Fix formatting of timezone names 2025-04-13 08:52:26 -07:00
f086dc0d27 Fix timezone handling in tm 2025-04-13 08:23:40 -07:00
f10b6dd816 Improve chrono formatting 2025-04-12 09:59:06 -07:00
f470b9c566 Cleanup chrono tests and set consistent TZ 2025-04-12 09:12:49 -07:00
b28214487d Fix handling of %Z 2025-04-12 08:51:22 -07:00
6d69f0c5f2 Improve chorno tests 2025-04-12 08:24:49 -07:00
da776c9a66 Test timezone 2025-04-12 07:53:58 -07:00
64db979e38 Added a missing FMT_STRING in fmt::println() (#4407) 2025-04-07 15:35:55 -07:00
5f2e61fdd5 Cleanup chrono detail 2025-04-06 09:54:47 -07:00
b3d45e1d3f Remove fmt_detail 2025-04-06 09:24:20 -07:00
5f6fb96df1 Bump github/codeql-action from 3.28.8 to 3.28.13 (#4403)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.28.8 to 3.28.13.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](dd746615b3...1b549b9259)

---
updated-dependencies:
- dependency-name: github/codeql-action
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 13:29:20 -07:00
5199e0f885 Fix a flush issue on libstdc++ 2025-03-30 10:54:14 -07:00
2f58430573 Move buffering tests to os-test 2025-03-30 09:38:40 -07:00
d5d32c1e81 Bazel support: Update platforms to 0.0.11 (#4400) 2025-03-30 08:36:25 -07:00
204661287b Improve local_time test 2025-03-29 10:56:11 -07:00
e1ab383361 Report an error when timezone is not available 2025-03-29 09:10:00 -07:00
b9e0e94a01 Enable more chrono tests on Windows 2025-03-29 08:20:49 -07:00
a81842428d Update changelog 2025-03-29 08:14:25 -07:00
f53055efe0 Revert "Workaround an ABI issue in spdlog"
This reverts commit 784eac839d.
2025-03-29 07:48:20 -07:00
b2dfcb2b80 Fix local_time test 2025-03-23 19:51:33 -07:00
7ac97cbd1d Enable some local_time tests and make them deterministic 2025-03-23 11:50:03 -07:00