./math/double-conversion, Conversion routines for IEEE doubles

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 3.4.0, Package name: double-conversion-3.4.0, Maintainer: pkgsrc-users

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.


Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 6870.822 KB

Version history: (Expand)


CVS history: (Expand)


   2025-12-20 23:39:15 by Thomas Klausner | Files touched by this commit (4) | Package updated
Log message:
double-conversion: update to 3.4.0.

2025-12-08:
  Add pkg-config.
  Add alias double-conversion::double-conversion.
  Documentation improvements.
  Minor code cleanups, avoiding spurious warnings.
  Increase CMake minimum required version to 3.29.
  Makefile improvements.
  Bazel build improvements.
   2025-08-11 13:50:23 by Thomas Klausner | Files touched by this commit (3)
Log message:
double-conversion: use upstream patch for cmake 4 support
   2025-08-11 10:28:12 by Thomas Klausner | Files touched by this commit (1)
Log message:
double-conversion: set cmake minimum version to 3.5

allows building with cmake 4
   2025-02-18 11:05:03 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
double-conversion: update to 3.3.1.

    Hash pin Github workflows by @joycebrum in #198
    Create dependabot.yml by @joycebrum in #199
    Add _ITERATOR_DEBUG_LEVEL=2 and _DEBUG defines by @ffa-csturdy in #202
    Add bzlmod MODULE.bazel file by @jsharpe in #205
    Add CIFuzz Github Action by @DavidKorczynski in #203
    Update MODULE.bazel and README.md. by @BYVoid in #234
    Remove the explicit dependency on rules_cc. by @BYVoid in #235
    Add missing headers by @BhavikaSharma in #239
   2024-08-25 08:19:21 by Thomas Klausner | Files touched by this commit (575)
Log message:
*: replace CMAKE_ARGS with CMAKE_CONFIGURE_ARGS
   2023-05-21 21:01:15 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
double-conversion: update to 3.3.0.

2023-05-18:
  Add flags to control trailing decimal and zero in exponent
  form when input has one significant digit.

  Update changelog and version number.
   2023-04-03 13:28:38 by Niclas Rosenvik | Files touched by this commit (2)
Log message:
Add patch to double-conversion from qt5-qtbase to fix build on NetBSD/sh3el
   2023-01-24 19:36:36 by Thomas Klausner | Files touched by this commit (103)
Log message:
*: convert to cmake/build.mk