Victor Zverovich
|
7f157dca0a
|
Workaround gcc stringop-overflow bug
|
2024-07-22 11:31:35 -07:00 |
|
Victor Zverovich
|
524ca1c715
|
Improve parsing
|
2024-07-21 09:57:18 -07:00 |
|
Victor Zverovich
|
bdc45eef76
|
Simplify on_text
|
2024-07-21 08:31:03 -07:00 |
|
Victor Zverovich
|
439b6d7212
|
Reenable print optimization
|
2024-07-21 08:05:07 -07:00 |
|
Victor Zverovich
|
3cc32fdc8b
|
Mark more formatters nonlocking
|
2024-07-21 08:00:34 -07:00 |
|
Victor Zverovich
|
0c9fce2ffe
|
Update version
|
2024-07-20 07:17:38 -07:00 |
|
Victor Zverovich
|
b47d662e71
|
Update changelog
|
2024-07-20 07:14:03 -07:00 |
|
Victor Zverovich
|
e84297f255
|
Bump version
|
2024-07-20 07:00:12 -07:00 |
|
Victor Zverovich
|
0ad234ad13
|
Update changelog
|
2024-07-20 06:57:55 -07:00 |
|
Victor Zverovich
|
de684ef776
|
Make appender compatible with fill
|
2024-07-19 15:21:57 -07:00 |
|
Victor Zverovich
|
447c6cbf44
|
Update changelog
|
2024-07-19 13:38:27 -07:00 |
|
Victor Zverovich
|
bc8d32e964
|
Update changelog
|
2024-07-18 06:37:02 -07:00 |
|
Victor Zverovich
|
0f87d6ffa6
|
Improve sign processing
|
2024-07-17 16:13:27 -07:00 |
|
Victor Zverovich
|
808ea0191a
|
Cleanup test
|
2024-07-17 06:59:24 -07:00 |
|
Victor Zverovich
|
55e76e6c20
|
Update check-commits script
|
2024-07-17 06:58:37 -07:00 |
|
Victor Zverovich
|
8757f1f8d6
|
Add a script to test multiple commits
|
2024-07-16 06:27:01 -07:00 |
|
Victor Zverovich
|
9228f349a5
|
Inline visit
|
2024-07-14 15:34:53 -07:00 |
|
Victor Zverovich
|
e10643add2
|
Add a perf-sanity test
|
2024-07-14 14:17:39 -07:00 |
|
Victor Zverovich
|
f29a7e7970
|
Don't use memcpy in append
|
2024-07-14 13:02:21 -07:00 |
|
Victor Zverovich
|
f97deb0d7d
|
Minor cleanup
|
2024-07-14 11:14:49 -07:00 |
|
Victor Zverovich
|
3541353512
|
Apply minor optimization
|
2024-07-14 09:52:44 -07:00 |
|
Justin Riddell
|
5ef93a9f80
|
Expand FMT_FORMAT_AS to include implicit conversions (#4055)
Allows (for example) types convertible to std::string_view to inherit
from the fmt::formatter<fmt::string_view> to work etc.
|
2024-07-14 09:51:49 -07:00 |
|
Victor Zverovich
|
c9102619da
|
Avoid extra reserve
|
2024-07-14 08:41:35 -07:00 |
|
Victor Zverovich
|
58d792b6d3
|
Apply minor optimizations
|
2024-07-14 07:05:18 -07:00 |
|
Victor Zverovich
|
25adca5666
|
Remove redundant overload
|
2024-07-13 13:07:57 -07:00 |
|
Victor Zverovich
|
1408f1824d
|
Simplify iterator detection
|
2024-07-13 11:11:47 -07:00 |
|
Tor Shepherd
|
3fe4641d3a
|
Add 2 more constexprs to fix compile error (#4065)
|
2024-07-13 08:23:49 -07:00 |
|
Victor Zverovich
|
33e7ed1eb5
|
Improve handling of back_insert_iterator that writes into a buffer
|
2024-07-13 07:56:11 -07:00 |
|
zyctree
|
6a192f8d34
|
Fix broken links in README.md (#4066)
|
2024-07-12 11:21:35 -07:00 |
|
Victor Zverovich
|
92cdbbae06
|
Update api.md
|
2024-07-10 15:50:10 -07:00 |
|
Justin Riddell
|
13038f37e8
|
Support printing (const) volatile void* (#4056)
Fixes #4049
|
2024-07-10 08:35:06 -07:00 |
|
Victor Zverovich
|
6725225750
|
Update changelog
|
2024-07-09 13:22:56 -07:00 |
|
Justin Riddell
|
e60ff504ea
|
Fix usage with std::generator (#4057)
Fixes #4053
|
2024-07-09 08:46:34 -07:00 |
|
Victor Zverovich
|
ccea338070
|
Update lint.yml
|
2024-07-08 15:19:57 -07:00 |
|
Victor Zverovich
|
92227c77a4
|
Improve support for non-POSIX platforms more
|
2024-07-08 14:00:00 -07:00 |
|
Victor Zverovich
|
486838f26f
|
Improve support for non-POSIX platforms
|
2024-07-08 11:18:44 -07:00 |
|
Victor Zverovich
|
a43391199f
|
Update changelog
|
2024-07-07 10:05:03 -07:00 |
|
Victor Zverovich
|
7a8b54a0ef
|
Don't confuse Glib::ustring with std::string
|
2024-07-06 13:27:06 -07:00 |
|
Victor Zverovich
|
b50e685db9
|
Update version
|
2024-07-05 08:25:31 -07:00 |
|
Victor Zverovich
|
e314776c2e
|
Fix version check
|
2024-07-05 08:25:10 -07:00 |
|
Victor Zverovich
|
2208143acc
|
Update changelog
|
2024-07-05 08:20:52 -07:00 |
|
Vladislav Shchapov
|
a96259701e
|
Improve std::complex formatter (#4050)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2024-07-04 17:24:01 -07:00 |
|
Victor Zverovich
|
232c6bc481
|
Update changelog
|
2024-07-04 08:02:45 -07:00 |
|
Victor Zverovich
|
503e183b9e
|
Bump version and add version validation
|
2024-07-04 07:49:58 -07:00 |
|
Victor Zverovich
|
e50c8b6bd8
|
Fix disabling Unicode support
|
2024-07-04 07:27:22 -07:00 |
|
toge
|
9d946a2fc4
|
Fix compilation errors due to make_format_args in gcc 14.1.1 with c++20 (#4042)
|
2024-07-03 12:41:08 -07:00 |
|
Nebojša Cvetković
|
c4f6fa7135
|
fix: Make basic_format_arg::visit() const (#4043)
|
2024-07-01 14:43:52 -07:00 |
|
dependabot[bot]
|
10f12fd3d2
|
Bump github/codeql-action from 3.25.3 to 3.25.11 (#4041)
Bumps [github/codeql-action](https://github.com/github/codeql-action) from 3.25.3 to 3.25.11.
- [Release notes](https://github.com/github/codeql-action/releases)
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md)
- [Commits](d39d31e687...b611370bb5 )
---
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>
|
2024-07-01 12:16:55 -07:00 |
|
Vladislav Shchapov
|
24c1f886af
|
Remove double has_value check (#4040)
Signed-off-by: Vladislav Shchapov <vladislav@shchapov.ru>
|
2024-07-01 09:24:33 -07:00 |
|
Victor Zverovich
|
0041a40c13
|
Update version
|
2024-07-01 06:02:59 -07:00 |
|