Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move formatfloat out of system (#20195) | ringabout | 2022-08-24 | 1 | -135/+6 |
| | | | | | | | | | | | | | | | * move formatfloat out of system * fixes doc * Update changelog.md * careless * fixes * deprecate system/formatfloat * better handling | ||||
* | move assertions out of system (#19599) | flywind | 2022-03-23 | 1 | -0/+3 |
| | |||||
* | rename nimFpRoundtrips => nimPreviewFloatRoundtrip (#18566) | Timothee Cour | 2021-07-23 | 1 | -2/+2 |
| | |||||
* | make -d:nimFpRoundtrips work consistently in vm vs rt, fix #18400, etc (#18531) | Timothee Cour | 2021-07-20 | 1 | -49/+117 |
| | | | | | | * compiler/vmhooks: add getVar to allow vmops with var params * addFloat vmops with var param * cgen now renders float32 literals in c backend using roundtrip float to string | ||||
* | make dragonbox opt-in via -d:nimFpRoundtrips (#18504) | Andreas Rumpf | 2021-07-16 | 1 | -1/+1 |
| | | | | | | | * make dragonbox opt-in via -d:nimFpRoundtrips * make tests green again * make tests green again | ||||
* | use dragonbox algorithm; alternative to #18008 (#18139) | Andreas Rumpf | 2021-06-01 | 1 | -46/+51 |
| | | | | | * use dragonbox algorithm; alternative to #18008 * removed unsafe code | ||||
* | Revert "printing float values will have one more digit. (#13276) [backport]" ↵ | Timothee Cour | 2020-02-08 | 1 | -1/+1 |
| | | | | | (#13363) This reverts commit b2c6db97f9f477f6999fa9c7aae5e32f10b6b3fe. | ||||
* | printing float values will have one more digit. (#13276) [backport] | Arne Döring | 2020-02-07 | 1 | -1/+1 |
| | | | | * printing float values will have one more digit. Fixes #13196 | ||||
* | NaN floatFormat with clang_cl (#12910) | cooldome | 2019-12-17 | 1 | -2/+2 |
| | | | | | | * clang_cl nan floatFormat * format | ||||
* | consistent floating point output (#12219) | Andreas Rumpf | 2019-09-20 | 1 | -0/+59 |
* unify float printing * makes tests green |