Commit Graph

19 Commits

Author SHA1 Message Date
Mateusz Pusz
68bdc82955 docs: quantity_of concepts family documentation added 2020-09-13 17:45:12 +02:00
Mateusz Pusz
5a87b64009 docs: more core docs restored 2020-09-13 17:44:48 +02:00
Mateusz Pusz
7bcc97f77a docs: systems documentation reverted 2020-09-13 17:07:12 +02:00
Mateusz Pusz
9734fb02e2 docs: "Reference" section of the documentation disabled as it crashes Sphinx 2020-09-08 20:02:07 +02:00
Mateusz Pusz
e25d4d8096 docs: missing file resolved 2020-09-08 18:44:04 +02:00
Mateusz Pusz
4cec29972f docs: quantity_point documentation fixed 2020-09-08 18:43:00 +02:00
Mateusz Pusz
8cc784aa28 docs: missing namespaces added 2020-09-08 18:40:46 +02:00
Mateusz Pusz
563b358d5e feat!: 💥 dimensionless quantities refactored
Dimensionless quantities are now represented by quantity types rather
than by plain representation types. Only dimensionless quantities with
`unitless` unit are implicitly convertible from representation types.

`units::exp()` now is a function doing std::exp() on a representation
type (previous `units::exp` class template was renamed to
`units::exponent`).

BREAKING_CHANGE: gcc-9.3 support removed
BREAKING_CHANGE: `exp` and `Exp` renamed to `exponent` and `Exponent`
Resolves #27
Resolves #42
2020-09-08 11:02:16 +02:00
Mateusz Pusz
d171f5451e NTTP ratio support added (resolves #49) 2020-06-27 19:15:46 +02:00
Mateusz Pusz
a8508f124c New deduced units and FPS system documentation added 2020-06-16 19:36:49 +02:00
Mateusz Pusz
84c8a0632e Reference section of documentation refactored + random added 2020-05-28 14:22:14 +02:00
Mateusz Pusz
ec21cfc734 Systems documentation added 2020-05-14 11:49:01 +02:00
Mateusz Pusz
e7ac6bd563 Reference section of documentation improved 2020-05-13 15:36:33 +02:00
Mateusz Pusz
8d9680d2b4 si_length group removed from systems.rst 2020-05-08 22:57:01 +02:00
Mateusz Pusz
7e935a4108 Physical units put in the physical namespace (I am sorry) 2020-05-08 22:39:24 +02:00
Mateusz Pusz
9fbf17be06 Scalar concept extended
Scalar concept extended with types that are not constructible from and integral type
2020-03-25 22:06:07 +01:00
Mateusz Pusz
034f239f96 PrefixType renamed to PrefixFamily + units hierarchy PNG fixed 2020-03-19 14:44:56 +01:00
Mateusz Pusz
aadd2716d6 SI namespace members added to Systems 2020-03-11 09:11:41 +01:00
Mateusz Pusz
b65328d575 Sphinx-based documentation added 2020-03-09 18:55:41 +01:00