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 |
|
Mateusz Pusz
|
195c3ad68b
|
test: Unicode symbols used in unit tests
|
2024-10-10 00:12:43 +02:00 |
|
Mateusz Pusz
|
d790c8b44a
|
feat: Unicode unit symbols
|
2024-10-10 00:10:05 +02:00 |
|
Mateusz Pusz
|
4eb63227e2
|
refactor: 💥 ascii -> portable, unicode -> utf8, 'A' -> 'P'
|
2024-10-10 00:02:08 +02:00 |
|
Mateusz Pusz
|
cb424a79c0
|
fix: math functions constraints fixed
|
2024-10-09 18:28:44 +02:00 |
|
Mateusz Pusz
|
f1590b0f04
|
refactor: magnitude::op==() now uses our own is_same_v
|
2024-10-09 17:28:04 +02:00 |
|
Mateusz Pusz
|
2b1e7edd69
|
refactor: derived_from_the_same_base_dimension no longer needed
|
2024-10-09 17:27:01 +02:00 |
|
Mateusz Pusz
|
70a18fec0c
|
refactor: 💥 op==(U1, U2) now checks for the same type (old behavior available as equivalent(U1, U2)) + convertible now verifies associated quantity_spec as well
|
2024-10-09 17:26:13 +02:00 |
|
Mateusz Pusz
|
e3ce507fd3
|
docs: initial version of ISQ part 5 added
|
2024-10-08 09:15:57 +02:00 |
|
Mateusz Pusz
|
01c5169600
|
docs: ISQ part 1 published
|
2024-10-07 08:42:38 +02:00 |
|
Mateusz Pusz
|
dd55a52675
|
feat: alternative litre unit symbol L added to prevent ambiguities with 1
|
2024-10-06 08:53:04 +02:00 |
|