• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1Boost.Units
2===========
3
4Boost.Units, part of collection of the [Boost C++ Libraries](http://github.com/boostorg),
5implements dimensional analysis in a general and extensible manner,
6treating it as a generic compile-time metaprogramming problem.
7With appropriate compiler optimization, no runtime execution cost is introduced,
8facilitating the use of this library to provide dimension checking in performance-critical code.
9
10### Directories
11
12* **doc** - QuickBook documentation sources
13* **example** - examples
14* **images** - images for documention
15* **include** - Interface headers
16* **test** - unit tests
17* **test_headers** - unit tests for self containment of headers
18* **tutorial** - tutorial
19
20### Test results
21
22@       | Travis      | AppVeyor
23--------|-------------|---------
24master  | [![Build Status](https://travis-ci.org/boostorg/units.svg?branch=master)](https://travis-ci.org/boostorg/units) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/units?branch=master&svg=true)](https://ci.appveyor.com/project/boostorg/units)
25develop | [![Build Status](https://travis-ci.org/boostorg/units.svg)](https://travis-ci.org/boostorg/units) | [![Build Status](https://ci.appveyor.com/api/projects/status/github/boostorg/units?svg=true)](https://ci.appveyor.com/project/boostorg/units)
26
27<a href="https://scan.coverity.com/projects/boostorg-units">
28  <img alt="Coverity Scan Build Status"
29       src="https://img.shields.io/coverity/scan/14037.svg"/>
30</a>
31
32### More information
33
34* [Documentation](http://boost.org/libs/units)
35
36### License
37
38Distributed under the [Boost Software License, Version 1.0](http://www.boost.org/LICENSE_1_0.txt).
39