Commit Graph

144 Commits

Author SHA1 Message Date
Mateusz Pusz
a19c97fe85 refactor: small downcasting refactoring 2020-09-12 21:20:17 +02:00
Mateusz Pusz
caae7675d6 docs: documentation updated with recent changes 2020-09-11 23:32:41 +02:00
Mateusz Pusz
e273acc9f3 docs: Compiler Explorer links updated + removed fmt as it times out CE again 2020-09-11 08:46:09 +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
a0beeb48b1 feat: custom systems examples added 2020-09-10 21:17:43 +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
e036d9bb55 docs: downcast mode documentation added 2020-09-09 20:56:08 +02:00
Mateusz Pusz
e367afed71 Merge branch 'downcasting_2.0' 2020-09-09 20:31:03 +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
c1d0354b24 docs: CHANGELOG updated 2020-09-08 21:19:37 +02:00
Mateusz Pusz
9a49df7222 refactor: 💥 Scalar concept renamed to ScalableNumber
Resolves #114
2020-09-08 21:17:09 +02:00
Mateusz Pusz
9ca65240c8 docs: MSVC constraints moved to Visual Studio 2020-09-08 20:36:45 +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
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
01e1040d5b docs: CHANGELOG updated 2020-09-08 18:43:19 +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
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
8c9986dec8 Merge branch 'master' of github.com:mpusz/units 2020-09-08 13:23:36 +02:00
Mateusz Pusz
4bb51586dc refactor: got rid of gcc-9 backlog
BREAKING CHANGE: gcc-9.3 no longer supported
2020-09-08 13:09:34 +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
0e6142a5d2 docs: missing build dependencies added 2020-09-07 15:06:01 +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
c8b60b80c1 docs: CHANGELOG fixed 2020-09-07 12:46:58 +02:00
Mateusz Pusz
59715fed22 docs: FAQ section extended 2020-09-07 12:46:29 +02:00
Mateusz Pusz
35036ae4d8 docs: quick start example updated with fmt
Compiler Explorer finaly does not time out of fmt library :-)
2020-09-07 12:45:56 +02:00
Mateusz Pusz
93c05b2938 docs: quantity_point documentation fixed 2020-09-07 12:44:00 +02:00
Mateusz Pusz
f3d9828abd constinit added to C++ keywords in docs 2020-09-06 23:54:14 +02:00
Mateusz Pusz
31d407d19e Usage docs updated 2020-09-06 23:53:42 +02:00
Mateusz Pusz
f41eea1cd1 Merge branch 'master' of https://github.com/mpusz/units 2020-09-06 15:38:18 +02:00
Mateusz Pusz
d03d7291e4 Removed cmake/common submodule 2020-09-06 10:29:52 +02:00
Mateusz Pusz
32779e01f0 Build system refactored to be comatible with ConanCenter 2020-09-06 00:00:06 +02:00
Mateusz Pusz
2078de7151 CHANGELOG updated 2020-09-05 22:57:40 +02:00
Mateusz Pusz
39b5d16b23 Merge branch 'master' of https://github.com/mpusz/units 2020-09-05 21:49:29 +02:00
Mateusz Pusz
3c5f5f30a4 CHANGELOG updated 2020-09-05 19:18:43 +02:00
Mateusz Pusz
c4af958cf1 MSVC support announced 2020-09-04 23:16:28 +02:00
Mateusz Pusz
b318e8d039 VS2019 support added 2020-09-04 23:06:57 +02:00
Mateusz Pusz
5c98924efb Downcasting reworked to allow OFF and AUTO modes 2020-08-19 13:37:57 +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
ed10f8bfeb Dependencies updated in CHANGELOG 2020-08-17 22:08:35 +02:00
Mateusz Pusz
c351b81dd4 doxygen updated to 1.8.18 2020-08-17 21:58:27 +02:00