Commit Graph
17 Commits
Author SHA1 Message Date
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 caae7675d6 docs: documentation updated with recent changes 2020-09-11 23:32:41 +02:00
Mateusz Pusz c73ed97585 docs: custom systems section extended 2020-09-10 21:16: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 8cc784aa28 docs: missing namespaces added 2020-09-08 18:40:46 +02:00
Mateusz Pusz 33ad51311b docs: 📝 dimensionless quantities documentation added 2020-09-08 17:13:38 +02:00
Mateusz Pusz 8c9986dec8 Merge branch 'master' of github.com:mpusz/units 2020-09-08 13:23:36 +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 ed15ef7729 docs: unintended links replaced with code snippets (I have this part of RST) 2020-09-07 13:17:06 +02:00
Mateusz Pusz 59715fed22 docs: FAQ section extended 2020-09-07 12:46:29 +02:00
Mateusz Pusz 39109faa1e Sphinx epxression parsing errors fixed 2020-05-10 17:32:47 +02:00
Mateusz Pusz 257d86185a Compilation Errors chapter added to FAQ 2020-05-09 13:12:35 +02:00
Mateusz Pusz 085e332b7d FAQ chapter improved 2020-03-19 10:49:09 +01:00
Mateusz Pusz b65328d575 Sphinx-based documentation added 2020-03-09 18:55:41 +01:00