7539 Commits

Author SHA1 Message Date
17898794a9 Use fmt::local_time 2025-03-23 11:18:14 -07:00
443a8ef342 Deprecate fmt::localtime 2025-03-23 10:46:02 -07:00
3607e92dc9 Bump version 2025-03-23 10:44:46 -07:00
43e31614cc Test ambiguous time 2025-03-23 10:34:37 -07:00
989826ce50 Update changelog 2025-03-22 08:03:54 -07:00
9d6e24c64e Fix handling of long with FMT_BUILTIN_TYPES=0 2025-03-22 07:52:54 -07:00
0843317e08 Update changelog 2025-03-22 07:25:46 -07:00
784eac839d Workaround an ABI issue in spdlog 2025-03-22 07:01:45 -07:00
6fdf225a32 Always inline value ctors in optimized gcc mode only
This reverts commit 332da79bf3.
2025-03-16 10:03:53 -07:00
332da79bf3 Always inline value ctors 2025-03-16 09:31:52 -07:00
7b273fbb54 Minor cleanup 2025-03-16 08:58:44 -07:00
191c504b10 Cleanup build config 2025-03-16 08:24:31 -07:00
d13fb6092f Cleanup build config 2025-03-15 12:45:36 -07:00
dd780fde44 Add clang-3.4 2025-03-15 12:22:10 -07:00
37e6474718 Fix dynamic named arg format spec handling (#4361)
When dealing with dynamic named format args, need to account for
nested named args when skipping the content of the replacement.

Fixes #4360
2025-03-15 09:34:11 -07:00
77c0fc07d9 Switch to supported ubuntu image 2025-03-09 17:43:29 -07:00
9212ff6ca1 Apply coding conventions and use constexpr 2025-03-02 09:03:06 -08:00
864bdf9638 Report error on duplicate named arg names (#4367) 2025-03-02 07:47:03 -08:00
b776cf66fc Optimize text_style using bit packing (#4363) 2025-03-01 11:18:19 -08:00
bdbf957b9a Bump msys2/setup-msys2 from 2.25.0 to 2.27.0
Bumps [msys2/setup-msys2](https://github.com/msys2/setup-msys2) from 2.25.0 to 2.27.0.
- [Release notes](https://github.com/msys2/setup-msys2/releases)
- [Changelog](https://github.com/msys2/setup-msys2/blob/main/CHANGELOG.md)
- [Commits](c52d1fa9c7...61f9e5e925)

---
updated-dependencies:
- dependency-name: msys2/setup-msys2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-03-01 07:56:45 -08:00
577fd3be88 Fix TU-local entity exposition error in GCC 15 2025-02-26 11:14:15 -08:00
faac8b1fa9 Remove exports in std.h
This fixes 'declaration of partial specialization in unbraced export-declaration' errors in GCC 15
2025-02-26 11:14:15 -08:00
123913715a Update version 11.1.4 2025-02-26 10:14:28 -08:00
8c1059b92e Update changelog 2025-02-25 17:32:17 -08:00
4e5aafbf43 Bump version 2025-02-25 17:20:47 -08:00
db30fb3b81 Update changelog 2025-02-25 17:20:29 -08:00
3401ce2be2 Fix ABI compatibility 2025-02-25 13:32:24 -08:00
7f7695524a Fix conflict with std::ignore (#4356)
In situations where `using namespace std;` is used, compiler warnings
can be generated because of local variables named `ignore`. This renames
those variables to something else to address the name conflict.
2025-02-19 23:08:21 -08:00
251320fcb7 Add .vs folder to .gitignore (#4355)
Opening the fmt folder as a CMake project with Visual Studio creates
this directory. The contents can be ignored.
2025-02-19 22:44:31 -08:00
94ab51cb8c Simplify implementation of operator""_cf (#4349) 2025-02-14 02:02:09 -08:00
0ca42e836e Workaround an MSVC v140 bug 2025-02-13 14:12:16 +01:00
ed27df5760 Replace forward slashes by backslashes in BMI path for MSVC. (#4344)
* Fix slashes in BMI path for MSVC builds
* Fix BMI path for MSVC builds when building with Ninja generator
2025-02-10 00:18:33 -08:00
d42a068dbd Apply coding conventions 2025-02-05 11:06:45 -08:00
f2cec917da Move is_compiled_string to public API (#4342) 2025-02-04 16:20:27 -08:00
d5b866e242 fix gcc 8.3 compile errors (#4336) 2025-02-03 08:51:58 -08:00
5676e408f5 Bump github/codeql-action from 3.27.0 to 3.28.8 (#4337)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.27.0 to 3.28.8.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](662472033e...dd746615b3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 12:08:34 -08:00
71d24b564d Bump actions/upload-artifact from 4.4.0 to 4.6.0 (#4339)
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.0 to 4.6.0.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](50769540e7...65c4c4a1dd)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-01 11:30:13 -08:00
c9267da4df Fix typo in FMT_HAS_BUILTIN check 2025-01-31 08:42:19 -08:00
373855c1b0 Clarify difference in FP representation 2025-01-26 13:49:54 -08:00
52eeeb52a6 Make exponent threshold depend on representation (#3649) 2025-01-26 12:10:48 -08:00
9cf9f38ede Update version 11.1.3 2025-01-25 10:08:57 -08:00
4946bdb729 Update changelog 2025-01-25 08:53:02 -08:00
01a5b56f0d Fix error of unitialized variable FMT_HEADERS
This happens when using e.g. pedantic mode in cmake-init.
2025-01-25 08:41:49 -08:00
cb6fdf2191 Restore constraint on map formatter (#4326)
* Restore constraint on map formatter
* Remove unnecessary double parens
2025-01-25 08:31:07 -08:00
f841ae61e2 Fix #4303: avoid instantiating formatter<const T> (#4325) 2025-01-24 10:53:10 -08:00
a3d05d70ce Silence a constexpr warning when compiling with MSVC and /W4 (#4322) 2025-01-23 12:11:23 -08:00
41539c29f3 Workaround a bug in gcc 6 (#4318) 2025-01-22 11:12:41 -08:00
aabe63910c Tweak changelog 2025-01-20 09:33:33 -08:00
f90090be2c Update changelog 2025-01-19 10:00:40 -08:00
9ff9c695db Bump version 2025-01-18 10:28:46 -08:00