Commit Graph
26 Commits
Author SHA1 Message Date
Mateusz Pusz b894ee6558 refactor: 💥 got rid of a noble_derived_unit
Resolves #280
2021-05-10 18:03:47 +02:00
Mateusz Pusz 8e88f06380 refactor: *deduced_unit renamed to *derived_unit 2021-05-10 15:56:48 +02:00
Mateusz Pusz d09cef27c9 docs: binary prefixes fixed in the docs 2021-04-17 20:00:53 +02:00
Mateusz Pusz 71d79aeab0 docs: reference to dimension of speed fixed in "Derived Unnamed Units" chapter 2021-04-06 16:23:54 +02:00
Mateusz Pusz c4e9ff7f66 docs: Documentation now prefers refrences over UDLs 2021-04-02 13:11:20 +02:00
Mateusz Pusz bbbb77286c refactor: physical replaced with isq
Refers to #249
2021-03-16 12:03:25 +01:00
Mateusz Pusz c641f1873f docs: Documentation updated 2021-02-16 16:19:57 +01:00
Mateusz Pusz 8cc7a53943 docs: various small documentation fixes 2020-09-14 08:45:36 +02:00
Mateusz Pusz c73ed97585 docs: custom systems section extended 2020-09-10 21:16:38 +02:00
Mateusz Pusz 79558a6d72 refactor: systems defined in terms of SI moved under si namespace 2020-09-10 17:14:33 +02:00
Mateusz Pusz 9527b39005 refactor: 💥 q_* UDL renamed to _q_*
We had some fun exploring the STD UDLs for potential collisions,
we have learnt our lesson and know how to proceed.
Now is high time to start behaving and obeying C++ rules.
2020-09-09 19:20:35 +02:00
Mateusz Pusz 1f54edda33 docs: references section added 2020-09-08 20:04:29 +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 61fadb8ebc dim_velocity renamed to dim_speed 2020-05-14 16:00:38 +02:00
Mateusz Pusz ce301748dd Velocity renamed to Speed (resolves #103) 2020-05-10 17:31:47 +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 771a9a1551 Documentation for alias_unit added 2020-05-08 21:19:33 +02:00
Mateusz Pusz e9e54938d4 Unit symbols with symbol updated in the documentation 2020-03-28 12:51:17 +01:00
Mateusz Pusz 89c8c58073 Chapter titles casing unified 2020-03-26 17:09:26 +01:00
Mateusz Pusz 034f239f96 PrefixType renamed to PrefixFamily + units hierarchy PNG fixed 2020-03-19 14:44:56 +01:00
Mateusz Pusz 7f9f741aa0 Units graph and scaled_unit description added 2020-03-11 12:33:35 +01:00
Mateusz Pusz d67eabf310 Forcing highlighting in Sphinx disabled 2020-03-10 20:46:52 +01:00
Mateusz Pusz 18cb5f9386 Scaled Units chapter renamed to Named Scaled Units 2020-03-10 17:16:46 +01:00
Mateusz Pusz b65328d575 Sphinx-based documentation added 2020-03-09 18:55:41 +01:00