https://github.com/boostorg/units
Boost.org units module
https://github.com/boostorg/units
Last synced: 9 months ago
JSON representation
Boost.org units module
- Host: GitHub
- URL: https://github.com/boostorg/units
- Owner: boostorg
- Created: 2013-01-13T15:59:23.000Z (almost 13 years ago)
- Default Branch: develop
- Last Pushed: 2025-03-15T16:57:49.000Z (10 months ago)
- Last Synced: 2025-04-02T07:07:44.779Z (9 months ago)
- Language: C++
- Homepage: http://boost.org/libs/units
- Size: 5.93 MB
- Stars: 33
- Watchers: 6
- Forks: 56
- Open Issues: 32
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Boost.Units
===========
Boost.Units, part of collection of the [Boost C++ Libraries](http://github.com/boostorg),
implements dimensional analysis in a general and extensible manner,
treating it as a generic compile-time metaprogramming problem.
With appropriate compiler optimization, no runtime execution cost is introduced,
facilitating the use of this library to provide dimension checking in performance-critical code.
### Directories
* **doc** - QuickBook documentation sources
* **example** - examples
* **images** - images for documention
* **include** - Interface headers
* **test** - unit tests
* **test_headers** - unit tests for self containment of headers
* **tutorial** - tutorial
### Test results
@ | Travis | AppVeyor
--------|-------------|---------
master | [](https://travis-ci.org/boostorg/units) | [](https://ci.appveyor.com/project/boostorg/units)
develop | [](https://travis-ci.org/boostorg/units) | [](https://ci.appveyor.com/project/boostorg/units)
### More information
* [Documentation](http://boost.org/libs/units)
### License
Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).