190 Commits

Author SHA1 Message Date
HedgehogInTheCPP
e7a29e0915 Documentation updated and hardware level detection cleanup. 2026-08-20 18:45:31 +03:00
HedgehogInTheCPP
bfbe4c4869 FASTFLOAT_HAS_SIMD -> FASTFLOAT_USE_SIMD 2026-08-18 23:43:56 +03:00
HedgehogInTheCPP
8d15126193 delete alpine: workflow completely broken. 2026-08-18 00:45:16 +03:00
HedgehogInTheCPP
74cb2c6f77 return alpine workflow 2026-08-18 00:16:07 +03:00
HedgehogInTheCPP
37d25dd546 Continue rework of the FASTFLOAT_X86_SIMD realization: cleanup and improvements.
Improvements in the FASTFLOAT_ISNOT_CHECKED_BOUNDS switch: cleanup more.
cleanup if constexpr usage.
2026-08-17 19:46:05 +03:00
HedgehogInTheCPP
438aaad998 Updated url's to my fork because I really want to use all GitHub actions and check it. 2026-08-17 17:33:21 +03:00
HedgehogInTheCPP
e2b6aa095d
Remove Alpine CI badge from README
Removed Alpine CI badge from README.md
2026-08-14 20:29:18 +03:00
HedgehogInTheCPP
6bafea0436
Merge branch 'fastfloat:main' into main 2026-08-12 17:52:03 +03:00
latent-9
37fb7d73da
docs: fix strtod function name in README 2026-08-09 00:06:35 +12:00
IRainman
5721996a33 Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-07-19 01:08:18 +03:00
Daniel Lemire
ce25f0d195
Remove Stars section from README
Removed the Stars section and related chart from README.
2026-07-10 09:20:48 -04:00
HedgehogInTheCPP
b87a72e104
Add CI badges for Visual Studio 2018 workflows 2026-07-06 23:36:03 +03:00
IRainman
eef7133edc Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-07-05 20:14:17 +03:00
Daniel Lemire
34164f547b 8.2.10 2026-06-14 09:52:47 -04:00
Daniel Lemire
8234a89623 8.2.9 2026-06-11 20:29:24 -04:00
Daniel Lemire
e8ec8e8f34 8.2.8 2026-06-08 15:29:36 -04:00
Daniel Lemire
e0b53eaf63 8.2.7 2026-06-07 14:14:42 -04:00
Daniel Lemire
cfd12ebcf1 8.2.6 2026-06-01 18:07:41 -04:00
Daniel Lemire
3644f5137c
Update README.md to remove and modify content
Removed references to Redis and Valkey, and updated the description of the fast_float library.
2026-05-27 12:13:56 -04:00
IRainman
40619c09d9 Added PVS-Studio. 2026-04-29 10:08:35 +03:00
IRainman
d3beb7b499 Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-04-29 08:59:50 +03:00
Daniel Lemire
05087a303d 8.2.5 2026-04-16 14:39:03 -04:00
HedgehogInTheCPP
bf20c70ceb
Update README.md 2026-04-10 21:29:19 +03:00
HedgehogInTheCPP
419341cddf
Update README.md 2026-04-08 09:22:37 +03:00
HedgehogInTheCPP
aa534f55f5
Update README.md 2026-04-08 09:20:06 +03:00
HedgehogInTheCPP
7ab7e1cee4
Update README.md 2026-04-08 09:11:44 +03:00
HedgehogInTheCPP
fe197c7db2
Update README.md 2026-04-08 09:09:46 +03:00
IRainman
1d3332ec2d Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-03-26 20:18:17 +03:00
Daniel Lemire
eb9ab42c0a 8.2.4 2026-03-10 12:10:12 -04:00
Koleman Nix
b83fdd79ce consistency 2026-03-07 14:23:07 -05:00
Koleman Nix
a18b614b0e Mention C under other languages 2026-03-07 14:20:13 -05:00
Daniel Lemire
8514abe2e2
Update README with note for C users
Added a note for C users to consider ffc.h for high-performance parsing.
2026-03-05 21:59:09 -05:00
IRainman
3695153f1f Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-02-03 23:53:17 +03:00
Daniel Lemire
01ce95dfe4 v8.2.3 2026-02-03 11:27:40 -05:00
Antoine Pitrou
cb299bdecc
Clarify behavior for underflow
In https://github.com/fastfloat/fast_float/pull/189 the behavior on underflow was changed to better match the standard's recommendations, but the README does not mention underflow explicitly.
2026-01-28 10:55:48 +01:00
HedgehogInTheCPP
58b805d366
Add CI badges for various platforms in README 2026-01-21 02:54:34 +03:00
IRainman
e3cf45fc64 Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-01-20 21:37:31 +03:00
HedgehogInTheCPP
fae37d7d28
Update README badges for Ubuntu 24.04 2026-01-20 18:00:28 +03:00
HedgehogInTheCPP
199c0fd1fd
Update CI badge and add CodeFactor badge 2026-01-20 17:56:47 +03:00
Daniel Lemire
71ab1cce81
Fix error message to display input instead of result 2026-01-19 20:36:29 -05:00
Daniel Lemire
64a68590fd
Clarify std::from_chars conversion method
Updated explanation of `std::from_chars` conversion checks.
2026-01-18 19:05:51 -05:00
IRainman
b28862bbaa Merge branch 'main' of https://github.com/fastfloat/fast_float 2026-01-13 17:43:21 +03:00
Daniel Lemire
97b54ca9e7 v8.2.2 2025-12-31 13:12:46 -05:00
IRainman
f92d7fb594 Merge branch 'main' of https://github.com/fastfloat/fast_float 2025-12-29 23:43:27 +03:00
Daniel Lemire
11ce67e5eb v8.2.1 2025-12-29 11:09:40 -05:00
IRainman
c1265cf9ed Merge branch 'main' of https://github.com/fastfloat/fast_float 2025-12-28 14:08:05 +03:00
Daniel Lemire
dd77fb5e4c v8.2.0 2025-12-27 12:08:58 -05:00
Daniel Lemire
b4d26ec866 v8.1.1 2025-12-27 12:06:36 -05:00
HedgehogInTheCPP
3ae10eecae
Enhance README with compiler optimization details
Updated performance recommendations and compiler flags for C++.
2025-12-26 21:36:32 +03:00
IRainman
5652a168af Update the Readme with fmt to the high performance example. 2025-12-26 20:33:43 +03:00