Commit graph

57 commits

Author SHA1 Message Date
0f06ac6577 xo-unit: compile-time constexpr unit stalking horse [wip] 2024-04-28 16:02:23 -04:00
bf3abc59f2 xo-unit: test: move natural_unit tests out of unit.test.cpp + tidy 2024-04-28 16:02:00 -04:00
ed842a6172 xo-unit: tidy: bu.test.cpp -> basis_unit.test.cpp 2024-04-28 15:34:43 -04:00
a7af978e50 xo-unit: test: verify natural_unit/scaled_unit is structural type 2024-04-28 15:23:08 -04:00
9350f017b1 xo-unit: utest: + bpu test to verify bpu is structurual type 2024-04-28 15:09:01 -04:00
f535e393e8 xo-unit: + separate basis-unit test 2024-04-28 14:56:32 -04:00
2b03bb9442 xo-unit: ++ Quantity unit test 2024-04-27 11:23:47 -04:00
8d1bdf5463 xo-unit: + unary Quantity.operator- 2024-04-27 11:10:55 -04:00
e1fee23cdc xo-unit: expand Quantity unit tests 2024-04-27 11:08:44 -04:00
7347a4f3a9 xo-unit: test: expand scope of rng quantity test + turn off debug 2024-04-27 10:01:02 -04:00
06ed8fec8b xo-unit: use Quantity.scale repr for outer scale to avoid overflow 2024-04-27 09:57:29 -04:00
b52ab13495 xo-unit: refactor: su.outer_scale_exact -> outer_scale_factor 2024-04-27 08:40:12 -04:00
09f05f648f xo-unit: refactor: push nu_maker into detail namespace 2024-04-27 08:23:00 -04:00
cb2b1c8b9e xo-unit: refactor: nu_maker.make_bpu_array -> make_nu 2024-04-27 08:21:47 -04:00
483d14ae5f xo-unit: tidy: bpu_array_maker -> nu_maker 2024-04-27 08:15:01 -04:00
a195e7e702 xo-unit: tidy: nu_bpu_product() -> su_bpu_product() 2024-04-27 08:10:01 -04:00
10f79238b7 xo-unit: tidy: nu_product() -> su_product() 2024-04-27 08:08:43 -04:00
80a439e0a8 xo-unit: tidy: nu_ratio -> su_ratio 2024-04-27 08:07:45 -04:00
648c7d409c xo-unit: utest: + Quantity.test.cpp 2024-04-27 08:02:44 -04:00
37e346e6ea xo-unit: utest: tidy nu_product / nu_ratio calls 2024-04-27 08:02:18 -04:00
d09157ce83 xo-unit: build: streamline using xo_utest_coverage_config2() 2024-04-27 08:00:54 -04:00
b781190cc3 xo-unit: build: streamline docs+utest setup 2024-04-25 18:15:51 -04:00
deda80242a xo-unit: + basis_unit definitions + spellings + a few more 2024-04-24 14:35:00 -04:00
10bd972d34 xo-unit: tidy: namespace bu2 -> bu 2024-04-24 12:56:40 -04:00
70b7df6074 xo-unit: tidy: unused quantity.test.cpp -> mpl_quantity.test.cpp 2024-04-24 12:51:38 -04:00
66e7a688e5 xo-unit: build: + unit test coverage 2024-04-24 12:50:27 -04:00
70be29ceae xo-unit: utest: + comparison tests 2024-04-24 11:35:40 -04:00
eb36c44613 xo-unit: + Quantity.is_dimensionless() 2024-04-23 21:02:06 -04:00
a00ca0bd19 xo-unit: utest: prune unused typealiases 2024-04-23 21:01:33 -04:00
360d4608df xo-unit: build bugfix: drop unused reflect .hpp 2024-04-23 20:58:33 -04:00
71de50fbfc xo-unit: build bugfix: missing #include 2024-04-23 20:54:52 -04:00
0e142967fe xo-unit: build: retire mpl-style unit tests (to drop xo-reflect dep) 2024-04-23 20:50:13 -04:00
306dec6af6 xo-unit: github: + missing sphinx + sphinx-rtd-theme deps 2024-04-23 15:47:55 -04:00
dcf1439005 xo-unit: + Quantity.subtract support 2024-04-23 15:39:42 -04:00
e1d7f62ca6 xo-unit: + Quantity.add support 2024-04-23 15:36:11 -04:00
8548f26143 xo-unit: + Quantity division 2024-04-23 14:46:40 -04:00
6a3db2197e xo-unit: + natural_unit.abbrev() 2024-04-23 10:33:56 -04:00
6bb6068c30 xo-unit: refactor: Quantity2_iostream.hpp -> Quantity_iostream.hpp 2024-04-23 00:33:12 -04:00
e9e3c63aed xo-unit: refactor: Quantity2 -> Quantity 2024-04-23 00:32:32 -04:00
404930adef xo-unit: refactor: bpu2_abbrev -> bpu_abbrev 2024-04-22 20:36:11 -04:00
d1938abd15 xo-unit: refactor: bpu2_abbrev_type -> bpu_abbrev_type 2024-04-22 20:35:20 -04:00
01ec8b21f9 xo-unit: refactor: bpu2_iostream.hpp -> bpu_iostream.hpp 2024-04-22 20:33:41 -04:00
6045f5a053 xo-unit: refactor: bpu2 -> bpu 2024-04-22 20:32:46 -04:00
ba38f4e03b xo-unit: refactor: basis_unit2 -> basis_unit 2024-04-22 20:30:50 -04:00
1142d7e68a xo-unit: refactor: native_unit2 -> native_unit + consistent .hpp 2024-04-22 15:53:21 -04:00
16b14f6827 refactor: xo-unit: native_bpu2.hpp -> bpu2.hpp 2024-04-22 15:46:37 -04:00
cb5cd1d26f xo-unit: refactor: xo::unit ns -> xo::qty 2024-04-22 15:41:15 -04:00
254846df4b xo-unit: refactor: more files to mpl/ subdir 2024-04-22 15:28:36 -04:00
f8951bfc50 xo-unit: refactor: moving og quantity.hpp to mpl/ subdir 2024-04-22 15:13:40 -04:00
ce9df76a3d xo-unit: + abbrevs 2024-04-22 14:54:28 -04:00