Commit Graph

  • 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
  • 7774466c1c fix: clang-17 specific compilation fixes (partially contributed by @JohelEGP) Mateusz Pusz 2023-06-16 14:54:22 +03:00
  • 5dcf87ac28 docs: link to the code example updated in README Mateusz Pusz 2023-06-16 13:55:27 +03:00
  • 5ca1856408 fix(example): value_cast prefixed with a namespace in conversion_factor example Mateusz Pusz 2023-06-16 13:54:45 +03:00
  • 8c54bbdc9a refactor(example): hello_units example changed to better reflect the code in README Mateusz Pusz 2023-06-16 10:26:34 +03:00
  • a99bac83a1 docs: README updated Mateusz Pusz 2023-06-16 10:16:05 +03:00
  • 669007bc66 build: repo URL fixed in conanfile Mateusz Pusz 2023-06-16 09:39:49 +03:00
  • 698b6ce338 refactor: sudo_cast if constexpr condition refactored Mateusz Pusz 2023-06-15 17:39:33 +03:00
  • fa8fc078df fix: forgot to add hacks header to ratio Mateusz Pusz 2023-06-15 17:38:59 +03:00
  • 34765a2ab1 refactor: a few ratio functions made constexpr for clang Mateusz Pusz 2023-06-15 17:31:08 +03:00
  • d380aa3800 refactor: clang has issues with CTAD for aggregates Mateusz Pusz 2023-06-15 17:28:35 +03:00
  • 6d488071fc refactor: clang still does not support C++17 feature related to template tempaltes with default compilation flags Mateusz Pusz 2023-06-15 17:27:28 +03:00
  • dcad3b6a56 refactor: alternative mag_pi implementation provided as a workaround for clang Mateusz Pusz 2023-06-15 17:26:16 +03:00
  • 5635f7d199 fix: QUANTITY_SPEC macro fixed Mateusz Pusz 2023-06-15 17:01:52 +03:00
  • c8c7baef05 refactor: unused header file removed Mateusz Pusz 2023-06-15 16:43:31 +03:00
  • 52ab3f1535 refactor: SI units do not depend on the entire ISQ anymore + header dependency compilation fixes Mateusz Pusz 2023-06-15 14:37:22 +03:00
  • 1a39f549ed docs: CHANGELOG updated Mateusz Pusz 2023-06-15 11:47:22 +03:00
  • 7a9800a8fa build: fmt updated to 10.0.0 Mateusz Pusz 2023-06-15 11:26:37 +03:00
  • eea3cbe52d style: whitespaces cleanup to make pre-commit happy Mateusz Pusz 2023-06-14 22:35:21 +03:00
  • 7d37e656cb chore: merge issues fixed Mateusz Pusz 2023-06-14 21:15:27 +03:00
  • e2bd12750b Merge commit 'ec04d9c03ddf12e46dca5348d4ca57b526e425f1' Mateusz Pusz 2023-06-14 21:13:07 +03:00
  • 354447bb73 docs: 0.8.0 release date set in CHANGELOG Mateusz Pusz 2023-06-14 20:46:06 +03:00
  • ec04d9c03d test: math static tests updated for V2 Mateusz Pusz 2023-06-14 15:58:21 +03:00
  • 3585e2a33c refactor: all math functions refectored Mateusz Pusz 2023-06-14 15:57:59 +03:00
  • 3f88da4ebf feat: clone_reference_with added Mateusz Pusz 2023-06-14 15:57:32 +03:00
  • 6d10572922 refactor: concept cleanup Mateusz Pusz 2023-06-14 09:14:43 +03:00
  • db35f05d68 test: more conversion tests added for dimensionless quantity specs Mateusz Pusz 2023-06-13 17:42:08 +03:00
  • 78a419524f test: isq::power test uncommented Mateusz Pusz 2023-06-13 17:41:22 +03:00
  • f267ab27a0 refactor: pow now uses quantity::one instead of rep(1) Mateusz Pusz 2023-06-13 17:39:09 +03:00
  • 034d44eb3f test: more concept tests added for dimensionless quantities Mateusz Pusz 2023-06-13 17:35:43 +03:00
  • 74ad0f6f68 fix: more constraints added to ReferenceOf to provide support for corner cases of dimensionless quantity tree Mateusz Pusz 2023-06-13 17:34:37 +03:00
  • 8ed82dfe96 refactor: DerivedFromQuantityKindSpecOf introduced to remove code duplications Mateusz Pusz 2023-06-13 17:32:52 +03:00
  • 9ab8136c98 refactor: has_unit_symbol() added Mateusz Pusz 2023-06-13 14:52:14 +03:00
  • 16ad71a31a test: more tests for pow added for units and quantity specs Mateusz Pusz 2023-06-13 09:21:07 +03:00
  • ee2abaf9f7 test: pow and sqrt checks added for fractional exponent quantity Mateusz Pusz 2023-06-13 09:18:19 +03:00
  • c79a76ab8f fix: pow, sqrt, and cbrt fixed for quantities Mateusz Pusz 2023-06-13 09:17:32 +03:00
  • 4330cabd59 feat: pow, sqrt, and cbrt support added for reference Mateusz Pusz 2023-06-13 09:14:53 +03:00
  • de4fefde3f fix: pow() fixed for quantity specs and units Mateusz Pusz 2023-06-13 09:14:01 +03:00
  • 211bd61895 refactor: sudo_cast improved to benefit from treat_as_floating_point Mateusz Pusz 2023-06-13 09:12:04 +03:00
  • 8a124ffbf0 test: custom_rep_test_min_impl updated for V2 Mateusz Pusz 2023-06-12 12:12:38 +03:00
  • 46f1a00f4b Revert "test: custom_rep_test_min_expl updated for V2" Mateusz Pusz 2023-06-12 12:10:46 +03:00
  • c8c865ec39 refactor(unit test): it seems that explicit operator* for LA usage is no longer needed Mateusz Pusz 2023-06-12 12:01:34 +03:00