Commit Graph

90 Commits

Author SHA1 Message Date
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
Mateusz Pusz
b2423bfded feat: quantities can now be multiplied and divided by units 2023-09-29 21:40:24 -06:00
Mateusz Pusz
476a68ce8e docs: broken internal URL fixed 2023-09-29 11:21:27 +02:00
Mateusz Pusz
b4bb7227b9 feat: UnitCompatibleWith added and applied to in(U) and force_in(U) functions 2023-09-27 17:06:08 +02:00
Mateusz Pusz
a356db749e docs: inverse() added to "Other maths" chapter 2023-09-20 20:32:59 +02:00
Mateusz Pusz
becca905e7 Merge pull request #484 from mpusz/mpusz/issue477
Renaming of accessor functions
2023-09-18 10:42:15 +02:00
Mateusz Pusz
2834c571cd docs: "Comparison against zero" chapter added 2023-09-13 11:13:42 +02:00
Mateusz Pusz
bf954cfcaf docs: q.force_in(U) documentation added 2023-09-13 10:44:50 +02:00
Mateusz Pusz
89eba3cd66 docs: additional code example added to the "Value-preserving conversions" chapter 2023-09-13 09:00:21 +02:00
Mateusz Pusz
f46b3dad74 feat: added an option to disable space before unit symbol in the text output
Resolves #387
2023-09-04 11:09:40 +02:00
Mateusz Pusz
bbc2255a6e style: whitespace removed 2023-08-31 19:43:18 +02:00
Mateusz Pusz
bf1af91a51 docs: important admonition added for floating-points being value-preserving 2023-08-31 18:57:39 +02:00