Skip to content

Releases: martinmoene/PhysUnits-CT-Cpp11

1.2.0

24 May 18:12
Compare
Choose a tag to compare

This release of PhysUnits contains the following additions, changes and fixes and addresses #12:

Additions

  • Added CMake file (thanks to @ithron).

Changes

  • Added various other unit libraries to section Other libraries of the Readme.

Fixes

  • Fixed engineering presentation of unit with prefix, e.g. change mm+2 to read m(m+2) (#1).

1.1.0

22 Apr 10:06
Compare
Choose a tag to compare

This release adds const to several constexpr methods to enable use with C++14.

It fixes using prefixes smaller than 1 (i.e. m, u, n etc.) in combination with integral type magnitudes.

Thanks to @PeterSommerlad for the heads-up. See also his Units in C++ talk at ACCU 2016 .

1.0.0

31 Oct 08:46
Compare
Choose a tag to compare

Initial release.

0.0

17 Sep 08:41
Compare
Choose a tag to compare
0.0 Pre-release
Pre-release

Initial pre-release.