units icon indicating copy to clipboard operation
units copied to clipboard

A run-time C++ library for working with units of measurement and conversions between them and with string representations of units and measurements

Results 4 units issues
Sort by recently updated
recently updated
newest added

We are currently installing `units` as a CMake external project. While this works, it requires some manual maintenance on our end (and on anyone else's who uses the library in...

help wanted

Hi, your units conversion service mentioned in the docs seems to be down: https://units.readthedocs.io/en/latest/_static/convert.html Do you know when the service will be up again?

Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action) from 3 to 4. Release notes Sourced from codecov/codecov-action's releases. v4.0.0 v4 of the Codecov Action uses the CLI as the underlying upload. The CLI has helped to...

dependencies

The initialization of the time constants can lead to the following error when using msvc2019 "expression did not evaluate to a constant" when parentheses are replaced with curly brackets the...