Use Grisu2 algorithm in String::num_scientific to fix serializing
This commit is contained in:
15
thirdparty/README.md
vendored
15
thirdparty/README.md
vendored
@ -415,6 +415,21 @@ Files extracted from upstream source:
|
||||
- `COPYING`
|
||||
|
||||
|
||||
## grisu2
|
||||
|
||||
- Upstream: https://github.com/simdjson/simdjson/blob/master/src/to_chars.cpp
|
||||
- Version: git (4f4e81668ecb9d4d37fd5f59a1556d492507421d, 2023)
|
||||
- License: Apache and MIT
|
||||
|
||||
Files extracted from upstream source:
|
||||
|
||||
- The `src/to_chars.cpp` file renamed to `grisu2.h` and slightly modified.
|
||||
|
||||
Patches:
|
||||
|
||||
- `0001-godot-changes.patch` (GH-98750)
|
||||
|
||||
|
||||
## harfbuzz
|
||||
|
||||
- Upstream: https://github.com/harfbuzz/harfbuzz
|
||||
|
||||
Reference in New Issue
Block a user