Commit graph

2,737 commits

Author SHA1 Message Date
1cc5dd80d2 xo-unit: bugfix: fix missing include 2024-04-28 16:01:03 -04:00
7fe2f523d7 xo-unit: + Quantity.abbrev() 2024-04-28 16:00:25 -04:00
50789fae7c xo-unit: + Quantity::zero_qty() 2024-04-28 16:00:12 -04:00
85a25b6fb6 xo-unit: choose appropriate 2x-width in Quantity template 2024-04-28 15:59:42 -04:00
e640ac436c xo-unit: tidy: retire unused functions 2024-04-28 15:35: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
67802ed5a3 xo-unit: refactor: streamline .hpp to avoid iostream dep 2024-04-28 15:01:09 -04:00
f535e393e8 xo-unit: + separate basis-unit test 2024-04-28 14:56:32 -04:00
376393b292 xo-unit: bugfix in legacy mpl impl header 2024-04-28 14:55:53 -04:00
bec209f61b xo-unit: iostream header tidy 2024-04-28 14:55:36 -04:00
5e69c494ce xo-unit: build: need explicit xo-flatstring dep (wtf) 2024-04-28 14:54:51 -04:00
37170d604d xo-unit: build: exported cmake config must pull xo_ratio 2024-04-28 14:54:33 -04:00
3053e0586e xo-unit: build: must uxe xo_self_headeronly_dependency() for exes 2024-04-28 14:54:06 -04:00
e0e6fb0e09 xo-ratio: + hapless test for ratio.to_str<> 2024-04-28 14:52:15 -04:00
3d4821cc84 xo-indentlog: build: streamline using new xo-cmake macros 2024-04-28 14:47:51 -04:00
27dec697ed xo-indentlog: explicit cstdint to satisfy compiler warning 2024-04-28 14:47:29 -04:00
74eda2bc75 xo-indentlog: bugfix: + array size to satisfy compiler warning 2024-04-28 14:47:01 -04:00
86c6bbe806 xo-indentlog: bugfix: escaped special chars behaving unexpectedly 2024-04-28 14:46:34 -04:00
292a410f1f xo-indentlog: hex() explicit kword to avoid ambiguity w/ templates 2024-04-28 14:45:31 -04:00
8afe90afd6 xo-flatstring: + __int128 printer 2024-04-28 14:44:35 -04:00
23a9a647c7 xo-flatstring: replace from_int() with template on int repr 2024-04-28 14:44:08 -04:00
8d4becef2b xo-ratio: deal: gcc+clang both require pub members... 2024-04-27 11:55:32 -04:00
781f393f91 xo-ratio: allow construction from numerator-only 2024-04-27 11:53:37 -04:00
f860e231f5 xo-ratio: deal: clang requires public structural-type members 2024-04-27 11:52:29 -04:00
92477b7e5b xo-ratio: refactor: rename ratio.to<> -> ratio.convert_to<> 2024-04-27 11:52:07 -04:00
d949a2de2a xo-ratio: workaround: clang reqs public structural-type members 2024-04-27 11:50:23 -04:00
99b429cf28 xo-ratio: bugfix: in ex1.cpp ratio.to<> -> ratio.convert_to<> 2024-04-27 11:50:01 -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
0a07111084 xo-unit: + natural_unit comparison 2024-04-27 11:08:32 -04:00
65e1c2afd4 xo-unit: bugfix: ratio.to<> -> ratio.convert_to<> 2024-04-27 11:07:55 -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
efc4623492 xo-unit: streamline: nu_maker.make_bpu_array -> make_nu 2024-04-27 08:21:00 -04:00
1f372d64ad xo-unit: doc: + glossary entries for abbreviations {nu, su} 2024-04-27 08:19:26 -04:00
483d14ae5f xo-unit: tidy: bpu_array_maker -> nu_maker 2024-04-27 08:15:01 -04:00
c95548d935 xo-unit: tidy: namespace nu2 -> nu 2024-04-27 08:12:25 -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
c18d4a47ac xo-unit: minor: + convenience _iostream includes for 2024-04-27 08:01:31 -04:00
d09157ce83 xo-unit: build: streamline using xo_utest_coverage_config2() 2024-04-27 08:00:54 -04:00