Mateusz Pusz
|
31f7a43cc6
|
feat: Initial Vector and Tensor representation concepts implementation
|
2023-09-22 19:29:29 +02:00 |
|
Mateusz Pusz
|
dde5bcab7e
|
Merge branch 'master' of github.com:mpusz/units
|
2023-06-19 14:02:39 +02:00 |
|
Mateusz Pusz
|
7fc88facd6
|
feat: arcminute and arcsecond support added
|
2023-06-19 14:01:36 +02:00 |
|
Mateusz Pusz
|
3d20dfef91
|
refactor: unit_symbol_separator::dot renamed to half_high_dot
|
2023-06-18 10:28:51 +02:00 |
|
Mateusz Pusz
|
66f0442eca
|
fix(example): constraints from creates_quantity concepts removed
|
2023-06-16 17:17:30 +03:00 |
|
Mateusz Pusz
|
5c1b1e0ff4
|
test: QUANTITY_SPEC_ macro fixed
|
2023-06-16 17:00:41 +03:00 |
|
Mateusz Pusz
|
7774466c1c
|
fix: clang-17 specific compilation fixes (partially contributed by @JohelEGP)
|
2023-06-16 14:54:22 +03:00 |
|
Mateusz Pusz
|
c8c7baef05
|
refactor: unused header file removed
|
2023-06-15 16:43:31 +03:00 |
|
Mateusz Pusz
|
52ab3f1535
|
refactor: SI units do not depend on the entire ISQ anymore + header dependency compilation fixes
|
2023-06-15 14:37:22 +03:00 |
|
Mateusz Pusz
|
ec04d9c03d
|
test: math static tests updated for V2
|
2023-06-14 15:58:43 +03:00 |
|
Mateusz Pusz
|
db35f05d68
|
test: more conversion tests added for dimensionless quantity specs
|
2023-06-13 17:42:08 +03:00 |
|
Mateusz Pusz
|
78a419524f
|
test: isq::power test uncommented
|
2023-06-13 17:41:22 +03:00 |
|
Mateusz Pusz
|
034d44eb3f
|
test: more concept tests added for dimensionless quantities
|
2023-06-13 17:35:43 +03:00 |
|
Mateusz Pusz
|
16ad71a31a
|
test: more tests for pow added for units and quantity specs
|
2023-06-13 09:21:07 +03:00 |
|
Mateusz Pusz
|
ee2abaf9f7
|
test: pow and sqrt checks added for fractional exponent quantity
|
2023-06-13 09:18:19 +03:00 |
|
Mateusz Pusz
|
8a124ffbf0
|
test: custom_rep_test_min_impl updated for V2
|
2023-06-12 12:12:38 +03:00 |
|
Mateusz Pusz
|
46f1a00f4b
|
Revert "test: custom_rep_test_min_expl updated for V2"
This reverts commit 2b2f381ad5.
|
2023-06-12 12:10:46 +03:00 |
|
Mateusz Pusz
|
c8c865ec39
|
refactor(unit test): it seems that explicit operator* for LA usage is no longer needed
|
2023-06-12 12:01:34 +03:00 |
|
Mateusz Pusz
|
2b2f381ad5
|
test: custom_rep_test_min_expl updated for V2
|
2023-06-12 11:51:18 +03:00 |
|
Mateusz Pusz
|
7b22155bf3
|
feat: linear algebra library usage re-enabled
|
2023-06-12 11:47:30 +03:00 |
|
Mateusz Pusz
|
4d2ae79a05
|
test: some more test suites removed
|
2023-06-11 20:13:35 +03:00 |
|
Mateusz Pusz
|
3887b642fb
|
test: SI tests updated for V2
|
2023-06-09 09:31:14 +02:00 |
|
Mateusz Pusz
|
c46ecbd7db
|
test: no longer needed test suites removed
|
2023-06-08 22:08:19 +02:00 |
|
Mateusz Pusz
|
4c98c55cca
|
test: angstrom test added to IAU
|
2023-06-08 21:53:14 +02:00 |
|
Mateusz Pusz
|
7c2072f01f
|
test: typographic system tests added
|
2023-06-08 21:49:58 +02:00 |
|
Mateusz Pusz
|
4e756f52d9
|
test: natural system tests added
|
2023-06-08 21:29:16 +02:00 |
|
Mateusz Pusz
|
340d2f5d2f
|
test: angular tests updated to conform to the latest quantity creation policy (irrational magnitudes require floating-point representation type)
|
2023-06-08 19:11:03 +02:00 |
|
Mateusz Pusz
|
ad3935cbfb
|
test: Hubble constant unit symbol test added
|
2023-06-08 19:10:02 +02:00 |
|
Mateusz Pusz
|
f853f1f4ef
|
fix: magnitudes division fixed when units are divided
|
2023-06-08 19:08:41 +02:00 |
|
Mateusz Pusz
|
f5e9b42fe1
|
fix(unit test): missing header file added
|
2023-06-08 19:07:52 +02:00 |
|
Mateusz Pusz
|
753c8e06d4
|
test: IAU system tests added
|
2023-06-08 17:37:43 +02:00 |
|
Mateusz Pusz
|
dbcbdbcef5
|
docs: comments cleanup in tests
|
2023-06-05 19:42:48 +02:00 |
|
Mateusz Pusz
|
7a730fde58
|
refactor: constant_unit abstraction removed and replaced with regular named_unit
|
2023-06-05 19:36:22 +02:00 |
|
Mateusz Pusz
|
6364fcdf7e
|
fix: IntermediateDerivedQuantitySpec now also accounts for kind_of
|
2023-06-05 19:26:53 +02:00 |
|
Mateusz Pusz
|
06e360ea6d
|
refactor(unit test): angle_test renamed to angular_test
|
2023-06-05 15:14:42 +02:00 |
|
Mateusz Pusz
|
361ff5c3d1
|
test: international system tests added
|
2023-06-05 15:06:06 +02:00 |
|
Mateusz Pusz
|
a6434e6b60
|
test: some checks from the old v2_framework example moved to proper unit tests
|
2023-06-05 11:12:34 +02:00 |
|
Mateusz Pusz
|
0745fd18f3
|
fix(unit test): BaseQuantitySpec now is proparly qualified with a detail:: namespace
|
2023-06-05 11:11:10 +02:00 |
|
Mateusz Pusz
|
067076143e
|
fix(unit test): detail namespace applied to BaseDimension concept
|
2023-06-02 10:57:04 +02:00 |
|
Mateusz Pusz
|
2e759b29be
|
test: fractional_exponent_quantity test added
|
2023-06-02 10:54:47 +02:00 |
|
Mateusz Pusz
|
03b58ee073
|
refactor: square and cubic are now functions (not variable templates)
|
2023-06-01 08:45:41 +02:00 |
|
Mateusz Pusz
|
1a5f22f5c8
|
test: concepts test added
|
2023-05-30 12:04:32 +02:00 |
|
Mateusz Pusz
|
d13165d9ae
|
test: CGS tests added
|
2023-05-27 17:26:06 +02:00 |
|
Mateusz Pusz
|
4a93c30593
|
test: check for inHg and deg_F added to USC tests
|
2023-05-27 17:24:55 +02:00 |
|
Mateusz Pusz
|
fb54781543
|
build: magnitude_test disabled for now
|
2023-05-26 18:36:35 +02:00 |
|
Mateusz Pusz
|
6458cd343c
|
ci: pre-commit related changes
|
2023-05-26 17:05:33 +02:00 |
|
Mateusz Pusz
|
4788aa64be
|
build: linear_algebra test disables as the latest version of the LA lib is broken
|
2023-05-26 15:56:06 +02:00 |
|
Mateusz Pusz
|
52bbd00ab4
|
style: clang-format new rules applied to the code base
|
2023-05-26 14:20:00 +02:00 |
|
Mateusz Pusz
|
561fbf7c93
|
merge branch master
|
2023-05-26 13:53:52 +02:00 |
|
Mateusz Pusz
|
7d9ae3ec31
|
refactor: mp_units subdirectory renamed to mp-units
|
2023-05-25 12:47:10 +02:00 |
|