Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
doc/ | 12-May-2024 | - | 17,026 | 5,943 | ||
example/ | 12-May-2024 | - | 4,974 | 3,004 | ||
images/ | 12-May-2024 | - | ||||
meta/ | 12-May-2024 | - | 17 | 16 | ||
test/ | 12-May-2024 | - | 4,168 | 2,147 | ||
test_headers/ | 12-May-2024 | - | 90 | 53 | ||
tutorial/ | 12-May-2024 | - | 315 | 88 | ||
README.md | D | 12-May-2024 | 1.6 KiB | 39 | 28 | |
boost.css | D | 12-May-2024 | 969 | 65 | 64 | |
covscan.sh | D | 12-May-2024 | 1.2 KiB | 39 | 19 | |
index.html | D | 12-May-2024 | 695 | 23 | 22 |
README.md
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 | [](https://travis-ci.org/boostorg/units) | [](https://ci.appveyor.com/project/boostorg/units) 25develop | [](https://travis-ci.org/boostorg/units) | [](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