Commit Graph

2525 Commits

Author SHA1 Message Date
Mateusz Pusz
1585f96bef docs: "Basic Concepts" TOC refactored 2023-07-10 16:55:44 +02:00
Mateusz Pusz
8765a9c1e3 refactor(example): StorageTank example now properly uses horizontal_area quantity 2023-07-10 16:54:25 +02:00
Mateusz Pusz
5d73cd0730 feat: dimensionless quantities with a unit one are not special anymore 2023-07-10 16:53:49 +02:00
Mateusz Pusz
9370c61022 docs: proper link to "Dimensionless Quantities" chapter added in FAQ 2023-07-10 12:34:46 +02:00
Mateusz Pusz
c60f94caa3 docs: code samples with quantity_spec definitions now have 3 versions 2023-07-10 12:33:54 +02:00
Mateusz Pusz
f6b00d4aa6 docs: TOC for "Simple and Typed Quantities" refactored based on feedback from @chiphogg 2023-07-10 11:14:09 +02:00
Mateusz Pusz
c8ff7f02f1 docs: "Generic Interfaces" chapter added 2023-07-09 13:28:07 +02:00
Mateusz Pusz
efb89c9f7b docs: "Character of a Quantity" chapter added 2023-07-08 13:13:40 +02:00
Mateusz Pusz
3a94ca89fd feat(example): spectroscopy_units example added 2023-07-08 12:59:38 +02:00
Mateusz Pusz
b67fc48250 docs: URLs added to the "Introduction" chapter 2023-07-07 20:43:06 +02:00
Mateusz Pusz
2d38b11af5 docs: "Interface Introduction" extended with two new chapters 2023-07-07 20:42:22 +02:00
Mateusz Pusz
f86297547d docs: "Faster-than-lightspeed Constants" chapter renamed 2023-07-07 20:39:58 +02:00
Mateusz Pusz
8edda2944c docs: "Defining quantities" subchapter added 2023-07-07 18:22:16 +02:00
Mateusz Pusz
7c76bae7e3 docs: "Faster than Lightspeed Constants" rearranged in TOC 2023-07-07 13:42:47 +02:00
Mateusz Pusz
ae4499a410 docs: "Faster than Lightspeed Constants" chapter added 2023-07-07 13:40:50 +02:00
Mateusz Pusz
9e42e1faca feat: quantity_point can now be constructed faster from another one if they share the same point_origin 2023-07-07 09:36:08 +02:00
Mateusz Pusz
7b47b2fe57 fix: text output of 8-bit integers fixed (resolves #470) 2023-07-05 11:24:53 +02:00
Mateusz Pusz
dfaf293774 fix: quantity_point converting constructor fixed to account for different offsets of point origins cntd... 2023-06-30 17:35:32 +01:00
Mateusz Pusz
66a24e47c7 fix: quantity_point converting constructor fixed to account for different offsets of point origins 2023-06-30 17:34:47 +01:00
Mateusz Pusz
d820cfe6cf feat: zero() static member function added to quantity_point 2023-06-30 17:28:01 +01:00
Mateusz Pusz
b9802e5df1 fix: conversion between quantity points fixed 2023-06-30 17:27:10 +01:00
Mateusz Pusz
e8503f31d2 docs: "Obtaining metadata" chapter added 2023-06-29 15:10:37 +01:00
Mateusz Pusz
7fce53e285 docs: "System of Units" chapter added 2023-06-29 15:09:38 +01:00
Mateusz Pusz
dd7bc664c3 docs: make_quantity example added to "Quick Start" chapter 2023-06-29 15:09:19 +01:00
Mateusz Pusz
0c7505d7a3 docs: "Systems of Quantities" chapter added 2023-06-23 19:15:07 +02:00
Mateusz Pusz
a8a77ff4ae docs: documentation style changed to a wider format 2023-06-23 19:14:44 +02:00
Mateusz Pusz
5cf076f82a docs: "Interface Introduction" chapter added 2023-06-23 15:19:08 +02:00
Mateusz Pusz
52ce2b21f7 refactor: iostream.h renamed to ostream.h 2023-06-23 15:03:04 +02:00
Mateusz Pusz
1d7a566c19 docs: repo_name explicitly set fo MkDocs 2023-06-22 20:53:40 +02:00
Mateusz Pusz
a6cca5163c docs: a new entry added to FAQ 2023-06-22 20:49:46 +02:00
Mateusz Pusz
0f4b23f0ac docs: more stub pages added 2023-06-22 20:41:55 +02:00
Mateusz Pusz
3d091f86b8 docs: "Basic Concepts" chapter added 2023-06-22 20:26:30 +02:00
Mateusz Pusz
6cbf4c46e7 style: whitespaces fixed to make pre-commit happy 2023-06-22 20:26:02 +02:00
Mateusz Pusz
721c8fe76f docs: point origins added to "Glossary" 2023-06-22 20:25:25 +02:00
Mateusz Pusz
46a4999d3b docs: hello_units example documentation added 2023-06-22 18:22:41 +02:00
Mateusz Pusz
9d55a4a50f docs: "Terms and Definitions" refactored 2023-06-22 18:17:24 +02:00
Mateusz Pusz
462b04358c docs: mermaid graphs enabled 2023-06-22 18:16:44 +02:00
Mateusz Pusz
ef217b61fd docs: more terms added to "Glossary" 2023-06-22 18:16:15 +02:00
Mateusz Pusz
90c8cbce25 refactor: unit_can_be_prefixed trait refactored 2023-06-22 18:15:02 +02:00
Mateusz Pusz
3299f53a0f docs: documentation pages stubs added 2023-06-22 09:08:45 +02:00
Mateusz Pusz
e6bcd5e7e1 docs: "References" page added 2023-06-22 08:32:44 +02:00
Mateusz Pusz
1d37ba64d1 docs: "quantity character" definition improved in Glossary 2023-06-22 08:17:23 +02:00
Mateusz Pusz
52b071feb3 docs: indentation added to "Intallation and usage" 2023-06-21 22:53:49 +02:00
Mateusz Pusz
0fbc849608 docs: "Glossary" page added 2023-06-21 22:53:10 +02:00
Mateusz Pusz
6201109c60 refactor: TYPENAME and CONSTEVAL macros got MP_UNITS_ prefix 2023-06-21 18:07:55 +02:00
Mateusz Pusz
ba1f58af76 refactor: All the macros refactored to have MP_UNITS_ prefix 2023-06-21 18:05:21 +02:00
Mateusz Pusz
d9d9d9d3b7 feat(example): storage_tank example extended with custom quantity types 2023-06-21 11:29:22 +02:00
Mateusz Pusz
3725db4243 style: whitespaces and formatting fixed to make pre-commit happy 2023-06-21 11:28:24 +02:00
Mateusz Pusz
6a17eec09c ci: fetching the gh-pages branch added to the documentation GitHub Action 2023-06-21 11:21:59 +02:00
Mateusz Pusz
fa7c61d548 ci: user.name and user.email set in documentation GitHub Action 2023-06-21 11:16:11 +02:00