Commit Graph

  • 4c49e9c57f docs: cross-page links fixed Mateusz Pusz 2023-08-03 21:23:34 +02:00
  • 290161ab07 docs: subtraction of two points to get an absolute quantity case added Mateusz Pusz 2023-08-03 19:05:03 +02:00
  • bc2a3572ea docs: clarification and cleanup applied to "The Affine Space" chapter Mateusz Pusz 2023-08-03 13:17:51 +02:00
  • b8002d1940 docs: "The Affine Space" chapter updated to reflect the latest changes Mateusz Pusz 2023-08-03 13:08:09 +02:00
  • 794ac2fa67 test: more binary operators tests added for quantity_point Mateusz Pusz 2023-08-03 11:36:07 +02:00
  • 0c69747f15 refactor: quantity_point compile-time optimizations Mateusz Pusz 2023-08-03 11:32:49 +02:00
  • 3628e99aaa feat: CTAD for quantity_point can now deduce point_origin Mateusz Pusz 2023-08-03 11:31:58 +02:00
  • dd9fd761a3 refactor: now we have only one quantity_point converting constructor Mateusz Pusz 2023-08-02 11:21:09 +02:00
  • ccdf5d319a feat: point_from extended with the case of the same origin Mateusz Pusz 2023-08-02 11:20:32 +02:00
  • c289bbcfdb refactor: parent_origin renamed to quantity_point in relative_point_origin Mateusz Pusz 2023-08-02 08:55:29 +02:00
  • 730f4da136 test: various origins tests added for quantity_point Mateusz Pusz 2023-08-01 22:07:24 +02:00
  • 1328ae4245 feat: point_from added to quantity_point Mateusz Pusz 2023-08-01 22:06:15 +02:00
  • 0292048252 refactor: quantity_point converting constructor simplified Mateusz Pusz 2023-08-01 22:04:46 +02:00
  • 4c2e288017 feat: explicit this interfaces added for getters in quantity and quantity_point Mateusz Pusz 2023-08-01 17:26:00 +02:00
  • 5015d7c3e3 fix: explicit this interfaces fixed for quantity_spec Mateusz Pusz 2023-08-01 17:25:15 +02:00
  • b19bf0761c feat: relative_point_origin support added Mateusz Pusz 2023-08-01 17:24:01 +02:00
  • c12bf20703 feat: lvalue reference overload of relative() added Mateusz Pusz 2023-08-01 15:53:45 +02:00
  • c12b3b1ccc feat: lvalue reference overload of number() added Mateusz Pusz 2023-08-01 15:51:49 +02:00
  • acfbd07bb7 docs: unit_symbol_solidus comments changed to use unicode Mateusz Pusz 2023-08-01 12:40:28 +02:00
  • ea6325a5eb refactor: some parameterized quantity specs renamed Mateusz Pusz 2023-08-01 12:38:29 +02:00
  • 092e1569a7 feat: heat is now a quantity of energy kind Mateusz Pusz 2023-08-01 12:36:27 +02:00
  • 7ce8173b40 test: initial version of quantity_point_test added Mateusz Pusz 2023-08-01 12:04:31 +02:00
  • 571bf47b95 test: quantity_test cleanup Mateusz Pusz 2023-08-01 12:01:12 +02:00
  • a6e4851efe test: more binary operators tests added for quantity Mateusz Pusz 2023-08-01 12:00:35 +02:00
  • 2ddbb365f3 feat: QuantityPointOf concept now has a special case for absolute_point_origin Mateusz Pusz 2023-08-01 11:59:08 +02:00
  • f18f3c24f8 feat: quantity_point CTAD for Rep and QuantityLike removed Mateusz Pusz 2023-08-01 11:58:21 +02:00
  • 613bbca620 fix: quantity_point now uses absolute() instead of relative() for comparisons Mateusz Pusz 2023-08-01 11:57:20 +02:00
  • 823fe26a13 feat: quantity_point binary operators are now constrained to prevent weakening of the origin Mateusz Pusz 2023-08-01 11:55:39 +02:00
  • 1e81069d53 feat: absolute_point_origin convertibility removed Mateusz Pusz 2023-08-01 11:53:50 +02:00
  • da3fcf091e docs: initial version of "Affine Space" chapter Mateusz Pusz 2023-07-30 18:29:35 +02:00
  • 615c35f5b6 docs: "Text Output" chapter added Mateusz Pusz 2023-07-24 17:36:49 +02:00
  • 6bf55ff6cb docs: headers simplified and the Compiler Explorer links updated for an example app Mateusz Pusz 2023-07-13 18:32:36 +02:00
  • 60a564a867 refactor(example): simpler header files used Mateusz Pusz 2023-07-11 19:48:22 +02:00
  • 3569ec76ea docs: "Representation types for vector and tensor quantities" extended Mateusz Pusz 2023-07-11 19:27:26 +02:00
  • 1f1258d4e3 docs: C++23 examples placed first so they open by default in the docs Mateusz Pusz 2023-07-11 17:22:32 +02:00
  • 8076916d5c docs: Compiler Explorer link added to hello_units example Mateusz Pusz 2023-07-11 15:49:04 +02:00
  • c1303dce2b docs: Tagging of examples added Mateusz Pusz 2023-07-11 15:40:23 +02:00
  • 2f7ecbc19d docs: "Dimensionless Quantities" chapter added Mateusz Pusz 2023-07-10 17:56:05 +02:00
  • 1585f96bef docs: "Basic Concepts" TOC refactored Mateusz Pusz 2023-07-10 16:55:44 +02:00
  • 8765a9c1e3 refactor(example): StorageTank example now properly uses horizontal_area quantity Mateusz Pusz 2023-07-10 16:54:25 +02:00
  • 5d73cd0730 feat: dimensionless quantities with a unit one are not special anymore Mateusz Pusz 2023-07-10 16:53:49 +02:00
  • 9370c61022 docs: proper link to "Dimensionless Quantities" chapter added in FAQ Mateusz Pusz 2023-07-10 12:34:46 +02:00
  • c60f94caa3 docs: code samples with quantity_spec definitions now have 3 versions Mateusz Pusz 2023-07-10 12:33:54 +02:00
  • f6b00d4aa6 docs: TOC for "Simple and Typed Quantities" refactored based on feedback from @chiphogg Mateusz Pusz 2023-07-10 11:14:09 +02:00
  • c8ff7f02f1 docs: "Generic Interfaces" chapter added Mateusz Pusz 2023-07-09 13:28:07 +02:00
  • efb89c9f7b docs: "Character of a Quantity" chapter added Mateusz Pusz 2023-07-08 13:13:40 +02:00
  • 3a94ca89fd feat(example): spectroscopy_units example added Mateusz Pusz 2023-07-08 12:59:38 +02:00
  • b67fc48250 docs: URLs added to the "Introduction" chapter Mateusz Pusz 2023-07-07 20:43:06 +02:00
  • 2d38b11af5 docs: "Interface Introduction" extended with two new chapters Mateusz Pusz 2023-07-07 20:42:22 +02:00
  • f86297547d docs: "Faster-than-lightspeed Constants" chapter renamed Mateusz Pusz 2023-07-07 20:39:58 +02:00
  • 8edda2944c docs: "Defining quantities" subchapter added Mateusz Pusz 2023-07-07 18:22:16 +02:00
  • 7c76bae7e3 docs: "Faster than Lightspeed Constants" rearranged in TOC Mateusz Pusz 2023-07-07 13:42:47 +02:00
  • ae4499a410 docs: "Faster than Lightspeed Constants" chapter added Mateusz Pusz 2023-07-07 13:40:50 +02:00
  • 9e42e1faca feat: quantity_point can now be constructed faster from another one if they share the same point_origin Mateusz Pusz 2023-07-07 09:36:08 +02:00
  • 7b47b2fe57 fix: text output of 8-bit integers fixed (resolves #470) Mateusz Pusz 2023-07-05 11:24:53 +02:00
  • dfaf293774 fix: quantity_point converting constructor fixed to account for different offsets of point origins cntd... Mateusz Pusz 2023-06-30 17:35:32 +01:00
  • 66a24e47c7 fix: quantity_point converting constructor fixed to account for different offsets of point origins Mateusz Pusz 2023-06-30 17:34:47 +01:00
  • d820cfe6cf feat: zero() static member function added to quantity_point Mateusz Pusz 2023-06-30 17:28:01 +01:00
  • b9802e5df1 fix: conversion between quantity points fixed Mateusz Pusz 2023-06-30 17:27:10 +01:00
  • e8503f31d2 docs: "Obtaining metadata" chapter added Mateusz Pusz 2023-06-29 15:10:37 +01:00
  • 7fce53e285 docs: "System of Units" chapter added Mateusz Pusz 2023-06-29 15:09:38 +01:00
  • dd7bc664c3 docs: make_quantity example added to "Quick Start" chapter Mateusz Pusz 2023-06-29 15:09:19 +01:00
  • 0c7505d7a3 docs: "Systems of Quantities" chapter added Mateusz Pusz 2023-06-23 19:15:07 +02:00
  • a8a77ff4ae docs: documentation style changed to a wider format Mateusz Pusz 2023-06-23 19:14:44 +02:00
  • 5cf076f82a docs: "Interface Introduction" chapter added Mateusz Pusz 2023-06-23 15:19:08 +02:00
  • 52ce2b21f7 refactor: iostream.h renamed to ostream.h Mateusz Pusz 2023-06-23 15:03:04 +02:00
  • 1d7a566c19 docs: repo_name explicitly set fo MkDocs Mateusz Pusz 2023-06-22 20:53:40 +02:00
  • a6cca5163c docs: a new entry added to FAQ Mateusz Pusz 2023-06-22 20:49:46 +02:00
  • 0f4b23f0ac docs: more stub pages added Mateusz Pusz 2023-06-22 20:41:55 +02:00
  • 3d091f86b8 docs: "Basic Concepts" chapter added Mateusz Pusz 2023-06-22 20:26:30 +02:00
  • 6cbf4c46e7 style: whitespaces fixed to make pre-commit happy Mateusz Pusz 2023-06-22 20:26:02 +02:00
  • 721c8fe76f docs: point origins added to "Glossary" Mateusz Pusz 2023-06-22 20:25:25 +02:00
  • 46a4999d3b docs: hello_units example documentation added Mateusz Pusz 2023-06-22 18:22:41 +02:00
  • 9d55a4a50f docs: "Terms and Definitions" refactored Mateusz Pusz 2023-06-22 18:17:24 +02:00
  • 462b04358c docs: mermaid graphs enabled Mateusz Pusz 2023-06-22 18:16:44 +02:00
  • ef217b61fd docs: more terms added to "Glossary" Mateusz Pusz 2023-06-22 18:16:15 +02:00
  • 90c8cbce25 refactor: unit_can_be_prefixed trait refactored Mateusz Pusz 2023-06-22 18:15:02 +02:00
  • 3299f53a0f docs: documentation pages stubs added Mateusz Pusz 2023-06-22 09:08:45 +02:00
  • e6bcd5e7e1 docs: "References" page added Mateusz Pusz 2023-06-22 08:32:44 +02:00
  • 1d37ba64d1 docs: "quantity character" definition improved in Glossary Mateusz Pusz 2023-06-22 08:17:23 +02:00
  • 52b071feb3 docs: indentation added to "Intallation and usage" Mateusz Pusz 2023-06-21 22:53:49 +02:00
  • 0fbc849608 docs: "Glossary" page added Mateusz Pusz 2023-06-21 22:46:50 +02:00
  • 6201109c60 refactor: TYPENAME and CONSTEVAL macros got MP_UNITS_ prefix Mateusz Pusz 2023-06-21 18:07:55 +02:00
  • ba1f58af76 refactor: All the macros refactored to have MP_UNITS_ prefix Mateusz Pusz 2023-06-21 18:05:21 +02:00
  • d9d9d9d3b7 feat(example): storage_tank example extended with custom quantity types Mateusz Pusz 2023-06-21 11:29:22 +02:00
  • 3725db4243 style: whitespaces and formatting fixed to make pre-commit happy Mateusz Pusz 2023-06-21 11:28:24 +02:00
  • 6a17eec09c ci: fetching the gh-pages branch added to the documentation GitHub Action Mateusz Pusz 2023-06-21 11:21:59 +02:00
  • fa7c61d548 ci: user.name and user.email set in documentation GitHub Action Mateusz Pusz 2023-06-21 11:16:11 +02:00
  • b547ba0f65 docs: CHANGELOG.md re-added as a regular file Mateusz Pusz 2023-06-21 11:07:44 +02:00
  • ca082dd8bb chore: CHANGELOG.md link removed Mateusz Pusz 2023-06-21 11:07:17 +02:00
  • 4b3e31f40d docs: initial V2 documenatation added Mateusz Pusz 2023-06-21 10:55:18 +02:00
  • dde5bcab7e Merge branch 'master' of github.com:mpusz/units Mateusz Pusz 2023-06-19 14:02:39 +02:00
  • d9697afd67 feat: non-SI units got their own namespace non_si Mateusz Pusz 2023-06-19 14:02:31 +02:00
  • 7fc88facd6 feat: arcminute and arcsecond support added Mateusz Pusz 2023-06-19 14:01:36 +02:00
  • 3d20dfef91 refactor: unit_symbol_separator::dot renamed to half_high_dot Mateusz Pusz 2023-06-18 10:28:51 +02:00
  • faa4c203aa fix: treat_as_floating_point and Scalable fixed for the case where the type has both value_type and element_type Mateusz Pusz 2023-06-17 06:44:20 +03:00
  • 6db8012513 fix(example): name hiding in capacitor_time_curve resolved Mateusz Pusz 2023-06-16 17:19:21 +03:00
  • 66f0442eca fix(example): constraints from creates_quantity concepts removed Mateusz Pusz 2023-06-16 17:17:30 +03:00
  • 5c1b1e0ff4 test: QUANTITY_SPEC_ macro fixed Mateusz Pusz 2023-06-16 17:00:41 +03:00
  • ad7f897600 fix: constexpr evaluation maximum step limit fixed for clang for proton_mass Mateusz Pusz 2023-06-16 16:24:53 +03:00