Commit Graph

51 Commits

Author SHA1 Message Date
Mateusz Pusz
c641f1873f docs: Documentation updated 2021-02-16 16:19:57 +01:00
Mateusz Pusz
a8fccf0cb5 docs: Quantity Kinds docs fixed
Fixes #204
2021-02-15 20:38:24 +01:00
Johel Ernesto Guerrero Peña
6bf09aa646 feat: quantity_kind and quantity_point_kind 2021-02-15 19:31:08 +01:00
Mateusz Pusz
d534d2c62e docs: one_rep and Unit Constants documentation added 2020-12-29 16:33:52 +01:00
Mateusz Pusz
326050cfee docs: quantity_io.h described in docs 2020-12-28 17:40:29 +01:00
Mateusz Pusz
cfc90f4aac refactor: 💥 basic_concepts, quantity and quantity_cast refactored
BREAKING CHANGE:  ScalableNumber renamed to QuantityValue

Resolves #107
2020-10-06 18:17:52 +02:00
Mateusz Pusz
ffc429a4b8 docs: basic concepts UML diagram updated with quantity point 2020-09-23 16:48:51 +02:00
Mateusz Pusz
8cc7a53943 docs: various small documentation fixes 2020-09-14 08:45:36 +02:00
rbrugo
20f3aba256 Updated documentation 2020-09-10 23:09:12 +02:00
rbrugo
6f4386c14e Updated documentation 2020-09-10 23:09:12 +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
9cd0cb4105 feat: two argument explicit cast support added 2020-09-10 13:01:38 +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
3e9d5ca189 refactor: ♻️ unitless renamed to one
Resolves #27
2020-09-09 11:20:55 +02:00
Mateusz Pusz
9a49df7222 refactor: 💥 Scalar concept renamed to ScalableNumber
Resolves #114
2020-09-08 21:17:09 +02:00
Mateusz Pusz
88c4ef07b0 docs: Minor documentation related issues resolved 2020-09-08 20:05:30 +02:00
Mateusz Pusz
1f54edda33 docs: references section added 2020-09-08 20:04:29 +02:00
Mateusz Pusz
4cec29972f docs: quantity_point documentation fixed 2020-09-08 18:43:00 +02:00
Mateusz Pusz
ff02575aae docs: duplicated 'construction' chapters fixed 2020-09-08 18:39:05 +02:00
Mateusz Pusz
33ad51311b docs: 📝 dimensionless quantities documentation added 2020-09-08 17:13:38 +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
93c05b2938 docs: quantity_point documentation fixed 2020-09-07 12:44:00 +02:00
Johel Ernesto Guerrero Peña
12c0177633 docs: fix emphasized lines 2020-08-18 09:07:22 +02:00
Johel Ernesto Guerrero Peña
746ac178e4 docs: mention quantity_point where appropriate 2020-08-18 08:52:22 +02:00
Johel Ernesto Guerrero Peña
530fb41ada docs: add section on quantity points 2020-08-18 08:52:22 +02:00
Mateusz Pusz
9f94a73bba Custom is_same implementation added 2020-06-29 20:30:59 +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
781e331ff0 See Also note in conversion in casting chapter updated 2020-03-24 23:29:47 +01:00
Mateusz Pusz
034f239f96 PrefixType renamed to PrefixFamily + units hierarchy PNG fixed 2020-03-19 14:44:56 +01:00
Mateusz Pusz
21f85fc4fe "Text output" chapter finished 2020-03-19 09:35:18 +01:00
Mateusz Pusz
19398f4b78 Grammar chapter updated 2020-03-18 12:53:41 +01:00
Mateusz Pusz
687cabc576 Grammar updated 2020-03-18 12:17:12 +01:00
Mateusz Pusz
4174f184f3 "Conversions and Casting" chapter done 2020-03-18 11:21:54 +01:00
Mateusz Pusz
572b5bdf22 Documentation for quantity constants added 2020-03-17 18:06:45 +01:00
Mateusz Pusz
1bb484e1c4 "Grammar" chapter refactored and "Default formatting" chapter added 2020-03-17 15:26:53 +01:00
Mateusz Pusz
814a620fbb "Grammar" chapter updated 2020-03-17 14:16:24 +01:00
Mateusz Pusz
c26f4500e1 E and O format specifiers removed and A added 2020-03-16 11:31:02 +01:00
Mateusz Pusz
24af110fb8 Most of the old MD documentation files removed 2020-03-11 13:04:34 +01:00
Mateusz Pusz
7f9f741aa0 Units graph and scaled_unit description added 2020-03-11 12:33:35 +01:00
Mateusz Pusz
f51f972c55 nomnoml graph text added for concepts 2020-03-11 12:33:05 +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