0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 5 hours ago.
Nov 12, 2024 — Nov 12, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Add nodiscard attribute to non-assignment operators More... almost 6 years ago
Tell clang-format to ignore this project More... almost 6 years ago
Add .editorconfig More... almost 6 years ago
Add some more operator overloads More... about 7 years ago
Merge pull request #10 from jplatte/master More... over 9 years ago
Add .clang_complete for completion and linting editor plugins More... over 9 years ago
Make NumericType conversion operator const More... over 9 years ago
Fix tests More... over 9 years ago
Merge pull request #8 from jplatte/master More... over 9 years ago
Revert stupid change from last commit More... over 9 years ago
Generalize operators to work for different numeric types More... over 9 years ago
Add operator+, - for dimensionless quantity on the right hand side More... over 9 years ago
Fix formatting More... over 9 years ago
Add comparison operators More... over 9 years ago
Add new operator+, - and for dimensionless quantities More... over 9 years ago
Merge pull request #7 from Trass3r/master More... over 9 years ago
get enable_if out of the return type for nice error messages like "decltype(m) d = 3*s; // error : no viable conversion from quantity<[...], sequence<[...], 2>, [...]> to quantity<[...], sequence<[...], (unitscxx::si::units)0 aka 0>, [...]>" More... almost 10 years ago
fix deg2rad fix M_PI not defined with clang/C2 More... almost 10 years ago
use alias templates More... almost 10 years ago
controlled line endings More... almost 10 years ago
Fix issues reported by jplatte More... almost 10 years ago
Updated README More... almost 10 years ago
Change example to use siunits and usunits More... almost 10 years ago
Add SI units and a lot of US customary units More... almost 10 years ago
Add std::ratio support More... almost 10 years ago
Change example convention from `_A` to `A_` More... almost 10 years ago
Colorize README More... almost 10 years ago
Add `var` typedef to quantity to help ease the constexpr pain More... almost 10 years ago
Merge pull request #4 from jplatte/patch-2 More... almost 10 years ago
Fix access problem in templatized operator* and operator/ More... almost 10 years ago