Commit Graph
3753 Commits
Author SHA1 Message Date
Mateusz Pusz 63dc044dd8 fix: chrono_test.cpp is truncating 2024-10-29 09:37:58 +01:00
Mateusz Pusz 7445585db8 fix: compound assignment operations on quantities now behave the same as on the underying representation types
Resolves #137
2024-10-29 09:18:32 +01:00
Mateusz Pusz 797ae2e559 docs: typo in a comment fixed 2024-10-29 08:35:11 +01:00
Mateusz Pusz 08f90ba474 feat: quantity_values are now defined on top of std::chrono::duration_values 2024-10-28 16:08:56 +01:00
Mateusz Pusz 4651c61be4 refactor: Unicode symbols description reworked based on the latest SG16 recommendations 2024-10-28 16:03:09 +01:00
Mateusz Pusz c72d801ef8 docs: ISQ part 4 released 2024-10-28 11:11:57 +01:00
Mateusz Pusz c4583d279f docs: CHANGELOG updated 2024-10-27 15:34:39 +01:00
Mateusz Pusz 9c2be96ac2 docs: 2.4.0 release announcement draft added 2024-10-27 15:34:18 +01:00
Mateusz Pusz 045410707e refactor: expr_fractions takes direct OneType type now instead of a trait 2024-10-27 08:02:03 +01:00
Mateusz Pusz 76057eaf7c feat(example): treat_as_floating_point specializations for examples' types removed 2024-10-26 19:15:34 +02:00
Mateusz Pusz 48fcbb8030 feat: DerivedDimensionExpr removed 2024-10-26 19:14:11 +02:00
Mateusz Pusz 424f9665db feat: std::is_object constraint applied to value_type_t 2024-10-26 19:12:10 +02:00
Mateusz Pusz 2a1edbe47a fix: ValuePreservingTo fixed to apply std::remove_cvref_t on FromRep 2024-10-26 19:11:10 +02:00
Mateusz Pusz 8b46723fe2 refactor: wrapped_type_t reuses std::indirectly_readable_traits 2024-10-26 19:09:30 +02:00
Mateusz Pusz 8d24b47948 refactor: treat_as_floating_point simplified and extended to use std::chrono::treat_as_floating_point_v 2024-10-26 19:06:14 +02:00
Mateusz Pusz e72f3da6d9 refactor: magnitude operators arguments renamed 2024-10-26 11:01:54 +02:00
Mateusz Pusz 4eca0dbc35 refactor: QuantitySpecWithNoSpecifiers removed and kind_of definition simplified 2024-10-26 09:30:17 +02:00
Mateusz Pusz 6ff77120a0 refactor: small unit_concepts.h cleanup 2024-10-25 22:54:32 +02:00
Mateusz Pusz d83cbc049f feat: MagnitudeSpecExpr and PowerVBase removed and some functions renamed to limit possible ambiguity in overload resolution 2024-10-25 22:53:03 +02:00
Mateusz Pusz f17e707edc fix: subsumption of QuantityKindSpec fixed 2024-10-25 22:49:58 +02:00
Mateusz Pusz 5ef499ac94 feat: DerivedQuantitySpecExpr and DerivedUnitExpr removed 2024-10-25 22:49:06 +02:00
Mateusz Pusz 9c7d3b0f95 fix: operator*(M, U u) fixed for U being scaled_unit 2024-10-25 12:07:57 +02:00
Mateusz Pusz af18a6ba51 refactor: 💥 𝜋 replaced with π 2024-10-24 07:22:45 +02:00
Mateusz Pusz 08b6a51b22 refactor: framework Unicode symbols are now spelled using their codes 2024-10-23 22:12:53 +02:00
Mateusz Pusz 1e38b2791c docs: links to the articles from the ISQ series updated 2024-10-22 20:26:35 +02:00
Mateusz Pusz 245f612210 docs: ISQ part 3 blog post released 2024-10-21 13:03:33 +02:00
Mateusz Pusz 113eb8c735 fix: IWYU: ratio.h in quantity_spec.h 2024-10-20 21:10:44 +02:00
Mateusz Pusz 035eb3acb4 refactor: SameDimension concept is not needed and can be inlined in DimensionOf 2024-10-20 21:10:03 +02:00
Mateusz Pusz 10030c540b test: pow<0> and pow<1> tests added for dimensions 2024-10-20 21:08:42 +02:00
Mateusz Pusz efb9711f94 feat: expr_pow extended to remove redundancy in callers 2024-10-20 09:46:22 +02:00
Mateusz Pusz a7fcb1d40f style: trailing whitespace fixed in docs 2024-10-16 17:23:57 +02:00
Mateusz Pusz 00847ab558 fix(tests): freestanding build fixed 2024-10-16 17:22:59 +02:00
Mateusz Pusz 58f07799e8 docs: "Many shades of the same unit" extended with a note about the derived units order 2024-10-16 17:18:19 +02:00
Mateusz Pusz 50b4ed94d2 docs: "Why derived units order is not preserved from the multiplication?" chapter added to FAQ 2024-10-16 17:17:48 +02:00
Mateusz Pusz b5ca8c78eb test: one kind_of test added to reference tests 2024-10-15 21:07:46 +02:00
Mateusz Pusz 21784b125e refactor: derived_quantity refactored to child_quantity 2024-10-15 21:06:52 +02:00
Mateusz Pusz 3eecdf3946 test: commutativity tests added to ISQ 2024-10-15 21:06:18 +02:00
Mateusz Pusz 820c7a5959 test: more std::chrono tests added 2024-10-15 21:04:52 +02:00
Mateusz Pusz 91f0ad0a12 refactor: quantity.h is not needed in constants.h (unit.h is enough) 2024-10-15 21:03:43 +02:00
Mateusz Pusz f60328725e build: operator*(R, Rep&&) deletion comment fixed 2024-10-15 21:02:37 +02:00
Mateusz Pusz 931656254f refactor: 💥 char_traits removed from fixed_string 2024-10-15 21:00:50 +02:00
Mateusz Pusz 6c4f7e2692 refactor: one_of usage removed from the fixed_string deduction guides 2024-10-15 20:53:53 +02:00
Mateusz Pusz 5742ca8162 docs: "Common units" chapter cleanup 2024-10-15 20:52:51 +02:00
Mateusz Pusz 6591a65d06 feat: 𝜋 added as an alias for pi 2024-10-14 22:49:58 +02:00
Mateusz Pusz f5649205cf docs: simple grammar fix to the previous commit 2024-10-14 19:03:04 +02:00
Mateusz Pusz 8f45f5f66d docs: intro to ISQ part 2 changed 2024-10-14 19:01:35 +02:00
Mateusz Pusz a6e4f897a8 docs: ISQ part 2 published 2024-10-14 18:42:50 +02:00
Mateusz Pusz 89bafed961 docs: conan profile updated to present gcc-14 instead of gcc-12 which is no longer supported 2024-10-11 12:59:38 +02:00
Mateusz Pusz 87d0d73d1b fix: MSVC bug workaround 2024-10-10 22:40:49 +02:00
Mateusz Pusz 527c6dae63 test: fmt unit tests updated to the latest version 2024-10-10 09:00:31 +02:00