Skip to Content

ryu v2.0

Created
Updated

Ryu generates the shortest decimal representation of a floating point number that maintains round-trip safety.

# Usage

The package ryu provides CMake targets:

find_package(ryu CONFIG REQUIRED)
target_link_libraries(main PRIVATE RYU::ryu) 

# License

# Supported Platforms

All platforms are supported

# Features

No features defined.

# Dependencies

No dependencies.

# Host Dependencies

# Dependents

No dependents.

# Host Dependents

No dependents.

# Contributors

  • nicole mazzuca's avatar nicole mazzuca
  • kreuzerkrieg's avatar kreuzerkrieg
  • georg-emg's avatar georg-emg
  • Billy O'Neal's avatar Billy O'Neal
  • sbrajchuk's avatar sbrajchuk

# Changelog

  • d46c6ba [ryu] Fix toolchain selection on *nixes. Fix macOS build. Add support for Mingw-w64 on Windows (#31037)
  • 48483c4 [ryu] Add support for uwp, arm, x86 (#30971)
  • a6fd18c [ryu] Fix VS2022 build (#30215)
  • c9e786d [many ports] remove remaining vcpkg_fail_port_install calls. (#22770)
  • 16cb5ff [ryu] fixed syntax error in ryuConfig.cmake (#17306)
  • 73edefd [ryu] ryuConfig.cmake now selects the correct libraries when cross compiling (#16858)
  • d112d7c [ryu] added ryu_printf (#16238)
  • 4982244 [ryu]Ryu include fix (#10989)
  • 7b0dea5 [ryu]Fix linux problem with ccache (#10340)
  • 4b1444e [ryu] Add new port (#10167)

# Source