summaryrefslogtreecommitdiff
path: root/math/double-conversion/Makefile
AgeCommit message (Collapse)AuthorFilesLines
2022-08-07double-conversion: update to 3.2.1.wiz1-2/+2
What's Changed Disable quiet nan test on windows by @floitsch in #174 Test on all platforms. by @floitsch in #175 Fix warnings on Windows by @floitsch in #176 Run ctests first. by @floitsch in #177 Give shared-lib option and test install by @floitsch in #179 Install Windows debbuger (pdb) files. by @floitsch in #178 Add a cast to silence a signedness conversion warning. by @pkasting in #182 Issue #184 : Fixed all -Wzero-as-null-pointer-constant warnings by @seanm in #185
2022-01-16double-conversion: update to 3.2.0.wiz1-2/+2
2022-01-10: Fix quiet NANs on MIPS* and PA-RISC architectures. Update version number.
2022-01-05double-conversion: update to 3.1.7.wiz1-2/+2
2021-12-22: Add support of Synopsys ARC64 architecture. Reintroduce macros, if DOUBLE_CONVERSION_NON_PREFIXED_MACROS is set.
2021-12-07double-conversion: update to 3.1.6.wiz1-5/+2
2021-12-04: Update version number. 2021-10-04: Consistently use semicolons after DOUBLE_CONVERSION_ASSERT. 2021-07-16: Fix spelling. 2021-05-19: Loongarch is a RISC-style command system architecture. Add support for loongarch architecture.
2019-06-02math/double-conversion: import double-conversion-3.1.5mef1-0/+21
This package (double-conversion) provides binary-decimal and decimal-binary routines for IEEE doubles. The library consists of efficient conversion routines that have been extracted from the V8 JavaScript engine. The code has been refactored and improved so that it can be used more easily in other projects.