Skip to content

ryuv2.0

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 RYU::ryu_printf)

#Supported Platforms

All platforms supported.

#Features

No features defined.

#Dependencies

No dependencies.

#Host Dependencies

No transitive dependencies.

#Used By

No ports use this.

#Host Tool For

No ports use this.

#Contributors

  • nicole mazzuca's avatarnicole mazzuca
  • kreuzerkrieg's avatarkreuzerkrieg
  • georg-emg's avatargeorg-emg
  • Billy O'Neal's avatarBilly O'Neal
  • sbrajchuk's avatarsbrajchuk

#Changelog

  • f06267dPatch Tuesday for December 2024 (#42749)
  • 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)