IRainman
497e65b03f
* Added separate config macros FASTFLOAT_ISNOT_CHECKED_BOUNDS.
2025-11-09 19:08:11 +03:00
IRainman
0f1a96a389
Merge branch 'main' of https://github.com/fastfloat/fast_float
2025-10-21 15:43:38 +03:00
Daniel Lemire
e77e2bca7e
Update README.md
2025-10-10 09:23:01 -04:00
Daniel Lemire
23f16adad4
Merge pull request #328 from toughengineer/int_multiplication_by_power_of_10
...
Added template overloads for `integer_times_pow10()`
2025-09-29 15:07:54 -04:00
Pavel Novikov
e9438e64ba
fixed copy&paste error and minor mess
2025-09-29 19:54:25 +03:00
Pavel Novikov
7abb574ffc
added doc to README and examples
2025-09-29 13:00:40 +03:00
Jeremy Bícha
e4b949e55b
README.md: update repology badge
2025-09-24 16:08:34 -04:00
HedgehogInTheCPP
c7e0786a87
Update README.md
2025-09-19 19:37:48 +03:00
IRainman
329282003d
* Readme updated.
2025-09-18 22:18:36 +03:00
IRainman
af8ece24d7
Merge branch 'main' of https://github.com/fastfloat/fast_float
2025-09-18 22:10:37 +03:00
Daniel Lemire
88b1e5321c
version 8.1.0
2025-09-18 09:38:45 -06:00
Daniel Lemire
2aa6d0ba72
Merge pull request #326 from fastfloat/patch803
...
Release candidate 8.0.3
2025-09-18 09:37:20 -06:00
Daniel Lemire
e20c952456
Merge pull request #320 from toughengineer/int_multiplication_by_power_of_10
...
Implemented multiplication of integer by a power of 10
2025-09-18 07:48:09 -06:00
Daniel Lemire
bb956b29db
release candidate 8.0.3
2025-09-18 07:44:53 -06:00
Daniel Lemire
fb384a4205
Add Blender to the list of projects using fast_float
2025-09-17 23:09:25 -06:00
IRainman
af1f8e3ac2
Merge branch 'main' of https://github.com/fastfloat/fast_float
2025-09-16 00:58:58 +03:00
Pavel Novikov
6702cd4244
added doc section in the README,
...
added example code test executable
2025-09-05 13:36:23 +03:00
Daniel Lemire
42db9ac1de
Merge branch 'main' into P2497R0
2025-09-03 12:04:36 -04:00
HedgehogInTheCPP
41dc71fa9e
Merge branch 'fastfloat:main' into main
2025-08-27 07:58:52 +03:00
Jérôme Leclercq
e1c2c806ed
README: Add xmake repository reference
2025-08-25 13:42:53 +02:00
IRainman
acdcd0438f
Merge branch 'main' of https://github.com/fastfloat/fast_float
2025-06-14 22:53:06 +03:00
Daniel Lemire
447ee0bc82
updating documentation
2025-05-19 18:12:35 -04:00
Daniel Lemire
b8085ba363
Update README.md
2025-05-19 11:55:15 -04:00
HedgehogInTheCPP
82477e9310
Update README.md
2025-03-27 22:05:43 +03:00
HedgehogInTheCPP
67aeda07ad
Update README.md
2025-03-27 21:50:52 +03:00
HedgehogInTheCPP
922eaa135d
Merge branch 'fastfloat:main' into main
2025-03-27 17:26:21 +03:00
Andrew Kaster
b3fe1e63cf
README: Reference SerenityOS/Ladybird Browser implementation
2025-03-21 10:29:13 -06:00
IRainman
681346fde1
Merge branch 'main' of https://github.com/fastfloat/fast_float into fastfloat-main
2025-03-12 17:00:35 +03:00
Daniel Lemire
50a80a73ab
v8.0.2
2025-03-11 09:51:53 -04:00
Daniel Lemire
1bf7010153
v8.0.1
2025-03-10 09:04:05 -04:00
Daniel Lemire
0305a7d336
Update README.md
2025-03-09 15:31:45 -04:00
Daniel Lemire
e720395b61
Update README.md
2025-03-09 15:31:11 -04:00
HedgehogInTheCPP
ac22204bcc
Update README.md
...
Added examples of usage FASTFLOAT_ONLY_POSITIVE_C_NUMBER_WO_INF_NAN macros and documented allow_leading_plus and skip_white_space options
2025-03-09 02:40:28 +03:00
Daniel Lemire
77cc847c84
pushing version change
2025-02-08 11:49:58 -05:00
Daniel Lemire
7a5ee5af60
Merge pull request #296 from dalle/dalle/float16
...
16-bit float support
2025-02-06 19:41:37 -05:00
Daniel Lemire
3a74bfb500
Merge pull request #299 from fastfloat/document_bench
...
documenting benchmarks
2025-02-05 19:53:33 -05:00
Daniel Lemire
babfa8b85c
documenting benchmarks
2025-02-05 19:52:55 -05:00
Anders Dalvander
87aae63ed7
readme updates for std::float16_t and std::bfloat16_t
2024-12-04 21:12:25 +01:00
Anders Dalvander
dc39efa49d
readme fix for skip_white_space and allow_leading_plus
2024-12-04 21:03:11 +01:00
Daniel Lemire
82865ad475
Update README.md
2024-11-26 10:01:42 -05:00
Daniel Lemire
0a17150096
Update README.md
2024-11-25 15:49:40 -05:00
Anders Dalvander
49068fbfda
fix newline in readme
2024-11-23 11:32:39 +01:00
Anders Dalvander
d3f7113d6e
add char8_t support
2024-11-23 10:21:48 +01:00
Anders Dalvander
1a15c66fb9
harmonize files to use "east const"
...
manually checked modified files for errors, but not committing .clang-format due to the following warning:
>>> Setting `QualifierAlignment` to something other than `Leave`, COULD lead to incorrect code formatting due to incorrect decisions made due to clang-formats lack of complete semantic information. As such extra care should be taken to review code changes made by the use of this option.
2024-11-23 09:46:18 +01:00
Daniel Lemire
cb1d42aaa1
version 7
2024-11-21 13:18:48 -05:00
Anders Dalvander
4ed0177782
update and reformat README.md
2024-11-21 18:50:42 +01:00
Anders Dalvander
d80be1a5b0
RFC 8259 obsoletes RFC 7159
2024-11-21 00:08:23 +01:00
Daniel Lemire
9ab35254a8
fixing issue https://github.com/fastfloat/fast_float/issues/271
2024-10-16 14:21:02 -04:00
Daniel Lemire
4266c34620
[no-ci] Update README.md
2024-09-15 10:56:20 -04:00
Daniel Lemire
00c8c7b0d5
version 6.1.6
2024-09-08 13:36:17 -04:00