Victor Zverovich
191c504b10
Cleanup build config
2025-03-16 08:24:31 -07:00
Victor Zverovich
d13fb6092f
Cleanup build config
2025-03-15 12:45:36 -07:00
Victor Zverovich
dd780fde44
Add clang-3.4
2025-03-15 12:22:10 -07:00
Dean Glazeski
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
Victor Zverovich
77c0fc07d9
Switch to supported ubuntu image
2025-03-09 17:43:29 -07:00
Victor Zverovich
9212ff6ca1
Apply coding conventions and use constexpr
2025-03-02 09:03:06 -08:00
Dean Glazeski
864bdf9638
Report error on duplicate named arg names ( #4367 )
2025-03-02 07:47:03 -08:00
Victor Chernyakin
b776cf66fc
Optimize text_style
using bit packing ( #4363 )
2025-03-01 11:18:19 -08:00
dependabot[bot]
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
Thomas Khyn
577fd3be88
Fix TU-local entity exposition error in GCC 15
2025-02-26 11:14:15 -08:00
Thomas Khyn
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
Victor Zverovich
123913715a
Update version
11.1.4
2025-02-26 10:14:28 -08:00
Victor Zverovich
8c1059b92e
Update changelog
2025-02-25 17:32:17 -08:00
Victor Zverovich
4e5aafbf43
Bump version
2025-02-25 17:20:47 -08:00
Victor Zverovich
db30fb3b81
Update changelog
2025-02-25 17:20:29 -08:00
Victor Zverovich
3401ce2be2
Fix ABI compatibility
2025-02-25 13:32:24 -08:00
Dean
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
Dean
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
Victor Chernyakin
94ab51cb8c
Simplify implementation of operator""_cf
( #4349 )
2025-02-14 02:02:09 -08:00
Victor Zverovich
0ca42e836e
Workaround an MSVC v140 bug
2025-02-13 14:12:16 +01:00
Thomas Khyn
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
Victor Zverovich
d42a068dbd
Apply coding conventions
2025-02-05 11:06:45 -08:00
Markus Kitsinger
f2cec917da
Move is_compiled_string to public API ( #4342 )
2025-02-04 16:20:27 -08:00
Sergiu Deitsch
d5b866e242
fix gcc 8.3 compile errors ( #4336 )
2025-02-03 08:51:58 -08:00
dependabot[bot]
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
dependabot[bot]
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
LocalSpook
c9267da4df
Fix typo in FMT_HAS_BUILTIN
check
2025-01-31 08:42:19 -08:00
Victor Zverovich
373855c1b0
Clarify difference in FP representation
2025-01-26 13:49:54 -08:00
Victor Zverovich
52eeeb52a6
Make exponent threshold depend on representation ( #3649 )
2025-01-26 12:10:48 -08:00
Victor Zverovich
9cf9f38ede
Update version
11.1.3
2025-01-25 10:08:57 -08:00
Victor Zverovich
4946bdb729
Update changelog
2025-01-25 08:53:02 -08:00
Rafał Lalik
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
timsong-cpp
cb6fdf2191
Restore constraint on map formatter ( #4326 )
...
* Restore constraint on map formatter
* Remove unnecessary double parens
2025-01-25 08:31:07 -08:00
timsong-cpp
f841ae61e2
Fix #4303 : avoid instantiating formatter<const T> ( #4325 )
2025-01-24 10:53:10 -08:00
Matt
a3d05d70ce
Silence a constexpr warning when compiling with MSVC and /W4 ( #4322 )
2025-01-23 12:11:23 -08:00
Victor Zverovich
41539c29f3
Workaround a bug in gcc 6 ( #4318 )
2025-01-22 11:12:41 -08:00
Victor Zverovich
aabe63910c
Tweak changelog
2025-01-20 09:33:33 -08:00
Victor Zverovich
f90090be2c
Update changelog
2025-01-19 10:00:40 -08:00
Victor Zverovich
9ff9c695db
Bump version
2025-01-18 10:28:46 -08:00
Victor Zverovich
06ad1224eb
Update changelog
2025-01-18 10:05:40 -08:00
Victor Zverovich
5f0572acdc
Workaround a compilation error on gcc 9.4
2025-01-18 09:01:00 -08:00
Vladislav Shchapov
898d438571
Fix formatting into std::ostreambuf_iterator using a compiled format ( #4312 )
...
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
2025-01-18 07:16:06 -08:00
Aaron Bishop
937b7c5c10
Add args() accessor back to fmt::format_context ( #4310 )
...
Add args() accessor back to fmt::format_context
Add test that would fail to compile if you can't create a fmt::format_context from another fmt::format_context
2025-01-17 10:28:34 -08:00
Victor Zverovich
01914f0389
Reduce size of basic_specs
2025-01-12 09:18:11 -08:00
Victor Zverovich
c43da35701
Workaround an ICE when using modules with gcc 14.2 and earlier
2025-01-12 08:57:43 -08:00
Victor Zverovich
8303d140a1
Update version
11.1.2
2025-01-12 08:15:44 -08:00
Victor Zverovich
b0b3dc5ff9
Bump version
2025-01-12 08:13:56 -08:00
Victor Zverovich
586ea06f02
Rename set_fill to copy_fill_from
2025-01-11 09:22:15 -08:00
Victor Zverovich
5750f434fa
Update changelog
2025-01-11 09:06:00 -08:00
Marcel Breyer
bfbdc2be9a
Add parameter to the fallback to_sys function.
2025-01-11 08:48:20 -08:00