Commit Graph

101 Commits

Author SHA1 Message Date
Mateusz Pusz
f38c5ef3cf docs: CRTP full name fixed 2024-02-22 11:23:22 +01:00
Mateusz Pusz
cb858f1e51 feat: ABI concerns resolved with introduction of u8 strings for symbols 2024-02-16 22:13:13 +01:00
Mateusz Pusz
8b9ca0e342 Merge branch 'master' of github.com:mpusz/mp-units 2024-02-16 15:46:44 +01:00
Mateusz Pusz
d5474cc095 docs: minor fixes 2024-02-15 22:18:39 +01:00
Mateusz Pusz
f1353a7166 docs: get_kind() note added to "Systems of Quantities" chapter 2024-02-13 20:25:28 +01:00
Mateusz Pusz
62100e5745 style: whitespaces fixed to make pre-commit happy 2024-01-27 22:53:56 +01:00
Mateusz Pusz
99167fd3c4 docs: code samples modernized 2024-01-27 22:47:33 +01:00
Nebojsa Cvetkovic
64c351906d feat: fmod floating-point division remainder 2024-01-22 10:48:15 +00:00
Nebojsa Cvetkovic
057d659c1f feat: atan2 2-argument arctangent 2024-01-20 19:37:00 +00:00
Nebojša Cvetković
a62f061028 feat: ppm parts per million
Co-authored-by: Mateusz Pusz <mateusz.pusz@gmail.com>
2024-01-20 14:37:36 +00:00
Mateusz Pusz
b4f07f6e7c refactor: 💥 ReferenceOf does not take a dimension anymore
It seems unneeded and removing this check greatly simplifies common compilation errors.
2024-01-19 10:35:32 +01:00
Mateusz Pusz
01dbd02519 docs: "Value-truncating conversions" chapter updated as value_cast now properly works on quantity points 2024-01-08 10:30:45 +01:00
Mateusz Pusz
720f31055f docs: chrono.h header file location updated 2024-01-07 15:44:36 +01:00
Mateusz Pusz
39a66d2c6b docs: "C++ modules" tabs added to all the code examples 2024-01-06 08:51:01 +01:00
Mateusz Pusz
5382fdbc5c fix: ice_point is now defined with the integral offset from absolute_zero
Fixes #539
2024-01-05 11:56:55 +01:00
Mateusz Pusz
e01942c23b style: whitespaces trimmed to make pre-commit happy 2023-12-27 15:51:39 +01:00
Mateusz Pusz
f99a9cd7cf docs: Text Output grammar cleanup 2023-12-27 11:34:06 +01:00
Mateusz Pusz
b75cf85014 docs: "Text Output" chapter updated 2023-12-27 11:26:56 +01:00
Mateusz Pusz
6c2550ddfc docs: the affine space docs updated 2023-12-26 12:13:14 +01:00
Mateusz Pusz
6324f6dc2a Merge pull request #522 from mpusz/implicit_point_origin
feat: implementation of implicit point origins
2023-12-26 11:09:43 +01:00
Mateusz Pusz
1b5b4dbdcd docs: "Framework Basics" chapters updated and cleaned up 2023-12-26 11:07:21 +01:00
Mateusz Pusz
be1705bc4a refactor: zeroth_point_origin() renamed to default_point_origin() and implicit_zeroth_point_origin renamed to zeroth_point_origin 2023-12-22 17:29:02 +01:00
Mateusz Pusz
6f18ec3142 style: whitespaces trimmed to make pre-commit happy 2023-12-21 12:25:10 +01:00
Mateusz Pusz
c28a65ffa5 Update docs/users_guide/framework_basics/the_affine_space.md
Co-authored-by: Johel Ernesto Guerrero Peña <johelegp@gmail.com>
2023-12-21 12:25:09 +01:00
Mateusz Pusz
6a3f9a5ece docs: "The Affine Space" chapter updated to reflect the recent design changes 2023-12-21 12:25:09 +01:00
Mateusz Pusz
ed2b91500a docs: "Quick Start" chapter reworked to be simpler and include quantity points 2023-12-21 12:13:38 +01:00
Mateusz Pusz
436463b7a7 feat: value_cast<Unit, Representation> added 2023-12-19 18:19:22 +01:00
Mateusz Pusz
e25588f988 docs: "Other maths" chapter updated with new functions 2023-12-18 19:30:20 +01:00
Mateusz Pusz
f782b51885 docs: "The Affine Space" chapter updated 2023-12-08 12:57:08 +01:00
Mateusz Pusz
da8721b997 feat: users are now allowed to inherit their ow types from absolute point origins 2023-12-03 16:15:38 +01:00
Mateusz Pusz
5121eca121 docs: outdated affine space chapter updated 2023-12-01 11:32:44 +01:00
Mateusz Pusz
8ca956d923 docs: "Derived unit symbols generation" chapter added 2023-11-30 10:53:29 +01:00
Mateusz Pusz
ea62c74b88 docs: "Default formatting" chapter updated 2023-11-30 09:59:55 +01:00
Mateusz Pusz
c002a7487a docs: commas removed from the units-unit-modifier token 2023-11-30 09:47:57 +01:00
Mateusz Pusz
5bb4e829bb docs: "Output stream formatting" chapter updated 2023-11-30 09:27:43 +01:00
Mateusz Pusz
e689f6e582 docs: broken links to ISO 80000 fixed 2023-11-29 14:13:15 +01:00
Mateusz Pusz
fa596fffc6 refactor: 💥 make_xxx factory functions replaced with two-parameter constructors
Resolves #521
2023-11-28 11:52:37 +01:00
Mateusz Pusz
10600868a2 docs: some docs updated 2023-11-06 21:55:44 -10:00
Mateusz Pusz
0c0b48f725 docs: Design overview graph updated 2023-11-06 19:21:43 -10:00
Mateusz Pusz
436d288154 style: whitespaces fixed to make pre-commit happy 2023-11-04 19:43:44 +01:00
Mateusz Pusz
3dba9416cb docs: "Design Overview" chapter added and "Concepts" chapter reworked 2023-10-31 09:45:42 +01:00
Mateusz Pusz
ebc5757835 docs: "Basic Concepts" and "Interface Introduction" chapters updated 2023-10-25 21:39:09 +02:00
Mateusz Pusz
6c28d743db docs: "you" replaced to "we" in many places 2023-10-25 21:27:01 +02:00
Mateusz Pusz
ffbbd3848c docs: titles added to some important admonitions 2023-10-25 14:14:26 +02:00
Mateusz Pusz
3ec57f0c58 docs: admonition in "Value-preserving conversions" chapter removed 2023-10-15 17:06:45 +02:00
Mateusz Pusz
4bcf2cd149 docs: gravitational_potential_energy equation fixed on a graph 2023-10-15 11:51:45 +02:00
Mateusz Pusz
c75559dd34 docs: "i.e." replaced with "e.g." everywhere in the project 2023-10-10 20:24:23 +02:00
Mateusz Pusz
e23f038173 Merge branch 'master' into unit_compose_ext 2023-10-06 23:38:04 +02:00
Mateusz Pusz
0d66089853 feat: 💥 inverse() support added for dimensions, quantity_spec, units, and references (1 / s will now create quantity and not a Unit) 2023-10-06 12:53:18 -06:00
Mateusz Pusz
5a74cd66ba feat: interoperability with other libraries redesigned 2023-09-30 22:23:18 -06:00