HedgehogInTheCPP
|
27cbb3ada4
|
Merge 6bc8902d94959d720d9cf1b2cd99813f8595a76d into 221a4920db7d68d33ab9794af602daef19667351
|
2026-02-05 01:16:34 +08:00 |
|
Daniel Lemire
|
221a4920db
|
Merge branch 'main' of github.com:fastfloat/fast_float
|
2026-02-04 12:13:47 -05:00 |
|
Daniel Lemire
|
a110aa1392
|
adding bug report template
|
2026-02-04 12:13:25 -05:00 |
|
Daniel Lemire
|
8d9f627710
|
Merge pull request #366 from 976520/main
Add more boundary test cases for double and float parsing
|
2026-02-04 10:55:44 -05:00 |
|
재욱
|
3e2b5d3dc3
|
refactor verification calls for double and float limits
|
2026-02-04 15:36:31 +09:00 |
|
재욱
|
f43d6711bc
|
Add additional verification cases for double and float limits
|
2026-02-04 15:27:46 +09:00 |
|
HedgehogInTheCPP
|
6bc8902d94
|
Merge pull request #14 from IRainman/dependabot/github_actions/github-actions-e6ee9d7de3
Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group
|
2026-02-03 23:53:50 +03: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
v8.2.3
|
2026-02-03 11:27:40 -05:00 |
|
Daniel Lemire
|
d5717d4a80
|
Merge pull request #365 from nyoma-diamond/fix-permissive-flag
Fix overzealous build-time `/permissive-` propagating to compile-time (cross-compilation bug)
|
2026-02-03 11:26:49 -05:00 |
|
N'yoma Diamond
|
707fccb445
|
compile-time generator expression fixes overzealous /permissive- compiler option usage
|
2026-02-02 16:44:39 +00:00 |
|
Daniel Lemire
|
36a2b14eed
|
Merge pull request #361 from fastfloat/dependabot/github_actions/github-actions-c132dce648
Bump the github-actions group with 2 updates
|
2026-02-02 11:19:55 -05:00 |
|
dependabot[bot]
|
95295d1398
|
Bump the github-actions group with 2 updates
Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).
Updates `actions/checkout` from 5.0.1 to 6.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.1)
Updates `actions/setup-node` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](395ad32622...6044e13b5d)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-02-02 00:10:32 +00:00 |
|
Daniel Lemire
|
c5256521ae
|
Merge pull request #363 from pitrou/patch-1
Clarify behavior for underflow
|
2026-01-28 13:53:54 -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 |
|
dependabot[bot]
|
16fa31636a
|
Bump actions/checkout from 6.0.1 to 6.0.2 in the github-actions group
Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout).
Updates `actions/checkout` from 6.0.1 to 6.0.2
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.2
dependency-type: direct:production
update-type: version-update:semver-patch
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-26 02:25:04 +00:00 |
|
HedgehogInTheCPP
|
a592697f3b
|
Merge branch 'fastfloat:main' into main
|
2026-01-23 18:48:07 +03:00 |
|
Daniel Lemire
|
2e4ed7d6fd
|
Merge pull request #362 from sleepingeight/surya/fix-opt-cmp
fix early return error in fastfloat_strncasecmp
|
2026-01-21 10:19:49 -05:00 |
|
sleepingieght
|
4fa83ccff4
|
fix early return error in fastfloat_strncasecmp
|
2026-01-21 19:21:06 +05:30 |
|
IRainman
|
c4a979fe0e
|
tests cleanup
|
2026-01-21 04:26:49 +03:00 |
|
IRainman
|
b6db81d8b4
|
unfck lint
|
2026-01-21 03:55:27 +03:00 |
|
IRainman
|
4ca0df87e8
|
isolate clang crutch.
|
2026-01-21 03:46:11 +03:00 |
|
IRainman
|
4a0bd5e9ea
|
unfck lint
|
2026-01-21 03:36:32 +03:00 |
|
IRainman
|
6d6acd4364
|
update for copy-pasted tests. meh. needs cleanup.
|
2026-01-21 03:31:04 +03:00 |
|
IRainman
|
a9d84bbcb2
|
style cleanup.
|
2026-01-21 03:14:46 +03:00 |
|
IRainman
|
89c69caccc
|
Merge branch 'main' of https://github.com/IRainman/fast_float
|
2026-01-21 02:57:55 +03:00 |
|
IRainman
|
2a092b441c
|
fix for gcc.
|
2026-01-21 02:57:49 +03:00 |
|
HedgehogInTheCPP
|
58b805d366
|
Add CI badges for various platforms in README
|
2026-01-21 02:54:34 +03:00 |
|
IRainman
|
52cd6d9d39
|
fix for old standard.
|
2026-01-21 02:44:17 +03:00 |
|
IRainman
|
7eab293436
|
fix for old C++ standard in library.
|
2026-01-21 02:40:58 +03:00 |
|
IRainman
|
306f7ea4f3
|
fix for old C++ standard in test.
|
2026-01-21 02:38:13 +03:00 |
|
IRainman
|
155be7d3d3
|
cleanup.
|
2026-01-21 02:34:48 +03:00 |
|
IRainman
|
060c33175d
|
include fix.
|
2026-01-21 02:32:16 +03:00 |
|
IRainman
|
856047bcbc
|
gcc build fix
|
2026-01-21 02:30:28 +03:00 |
|
IRainman
|
f9e222083a
|
review of the fastfloat_strncasecmp3 fastfloat_strncasecmp5 fastfloat_strncasecmp and parse_infnan
|
2026-01-21 02:25:53 +03:00 |
|
IRainman
|
3b7dc1e0d7
|
cleanup, unfortunately, the patch isn't correct. fastfloat_strncasecmp3 fastfloat_strncasecmp5 and fastfloat_strncasecmp needs to be revised by the author.
|
2026-01-21 00:12:10 +03:00 |
|
IRainman
|
58bfb0375d
|
cleanup test for the best compilation and more aggressive optimization to test errors in the code.
|
2026-01-20 23:44:34 +03:00 |
|
IRainman
|
654d721f3d
|
Merge branch 'main' of https://github.com/IRainman/fast_float
|
2026-01-20 23:43:06 +03:00 |
|
IRainman
|
0471b0509c
|
harder code optimization ;) also in the test that show the error.
|
2026-01-20 23:42:58 +03:00 |
|
HedgehogInTheCPP
|
ce5ec31898
|
Merge pull request #13 from IRainman/dependabot/github_actions/github-actions-c132dce648
Bump the github-actions group across 1 directory with 2 updates
|
2026-01-20 22:29:55 +03:00 |
|
IRainman
|
dc4e02ebe5
|
unfck lint.
|
2026-01-20 22:27:10 +03:00 |
|
IRainman
|
7ec5fc403f
|
Cleanup after merge.
|
2026-01-20 22:14:11 +03:00 |
|
IRainman
|
44bb42b9cb
|
Merge branch 'main' of https://github.com/IRainman/fast_float
|
2026-01-20 21:39:06 +03:00 |
|
dependabot[bot]
|
4b6689b41d
|
Bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [actions/checkout](https://github.com/actions/checkout) and [actions/setup-node](https://github.com/actions/setup-node).
Updates `actions/checkout` from 5.0.1 to 6.0.1
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](https://github.com/actions/checkout/compare/v5.0.1...v6.0.1)
Updates `actions/setup-node` from 6.1.0 to 6.2.0
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](395ad32622...6044e13b5d)
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 6.0.1
dependency-type: direct:production
update-type: version-update:semver-major
dependency-group: github-actions
- dependency-name: actions/setup-node
dependency-version: 6.2.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
|
2026-01-20 18:38:37 +00:00 |
|
IRainman
|
e3cf45fc64
|
Merge branch 'main' of https://github.com/fastfloat/fast_float
|
2026-01-20 21:37:31 +03:00 |
|
IRainman
|
1f0c6c3322
|
Merge branch 'main' of https://github.com/fastfloat/fast_float
|
2026-01-20 21:35:39 +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 |
|