Use Grisu2 algorithm in String::num_scientific to fix serializing

This commit is contained in:
Aaron Franke
2024-11-01 02:02:09 -07:00
parent 4a44078451
commit 15de1d6c35
29 changed files with 1560 additions and 200 deletions

15
thirdparty/README.md vendored
View File

@ -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