Alan de Freitas
ab5d812c51
fix: encode_one signed char right-shift
2026-03-02 19:44:17 -05:00
Alan de Freitas
f5727ed9ce
fix: stale pattern n.path after colon-encoding
2026-03-02 19:44:17 -05:00
Alan de Freitas
d06df88ffb
fix: format center-alignment padding
2026-03-02 19:44:17 -05:00
Alan de Freitas
81fcb95005
fix: LLONG_MIN negation UB in format
2026-03-02 19:44:17 -05:00
Alan de Freitas
6d396a4831
docs: format examples show full URL
...
fix #971
2026-02-19 21:42:24 -05:00
alandefreitas
df21f5b98d
test(format): use qualified functions
...
Latest standard implementations have been indirectly including the std::format declaration, which makes urls::format ambiguous in tests because of ADL.
2024-01-04 18:45:23 -03:00
alandefreitas
d99b89ac16
feat(format): support const args
...
fix #793
2023-11-27 16:53:17 -03:00
Ed Tanous
f06f595ae7
fix: format_args zero serialization
...
Fixes #758
The parsing and measuring code didn't have explicit handling for integer
zero, and the while(v > 0) loop wouldn't execute.
Also add tests to cover both of these cases.
2023-06-29 02:32:51 -03:00
alandefreitas
96438f683e
remove type aliases
...
fix #743
2023-04-28 17:27:26 -03:00
alandefreitas
722ba1a586
detail::to_string_view
...
fix #672
2023-03-07 11:29:51 -03:00
alandefreitas
f7c870ef00
path-rootless considers invalid segments
...
fix #665
2023-01-24 20:29:33 -03:00
alandefreitas
af8aa03887
url::format
2022-12-29 14:54:45 -08:00