Commit graph

61 commits

Author SHA1 Message Date
e538e61172 xo-unit: + Quantity.divide_by() 2024-04-24 11:31:46 -04:00
4d092dcbc2 xo-unit: + Quantity.scale_by() 2024-04-24 11:31:33 -04:00
8ec337c589 xo-unit: + Quantity.rescale() 2024-04-24 11:31:10 -04:00
ac232a397a xo-unit: refactor: make natural_unit.reciprocal() a method 2024-04-24 11:30:41 -04:00
eb36c44613 xo-unit: + Quantity.is_dimensionless() 2024-04-23 21:02:06 -04:00
71de50fbfc xo-unit: build bugfix: missing #include 2024-04-23 20:54:52 -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
04d5b63116 xo-unit: cosmetic: code layout 2024-04-23 10:33:35 -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
540bdce40b xo-unit: refactor: scaled_unit2 -> scaled_unit 2024-04-23 00:31:27 -04:00
2312fd7d57 xo-unit: refactor: use natural_unit<> instead of unit2<> 2024-04-23 00:30:17 -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
99c5fa5e78 xo-unit: refactor: retire unused includes 2024-04-22 16:05:12 -04:00
0888b52ba1 xo-unit: refactor: retire native_unit_id 2024-04-22 16:04:26 -04:00
1d175ee3f5 xo-unit: refactor: + currency/price abbrevs + separate abbrev .hpp 2024-04-22 16:03:17 -04:00
1142d7e68a xo-unit: refactor: native_unit2 -> native_unit + consistent .hpp 2024-04-22 15:53:21 -04:00
c9ec702915 xo-unit: refactor: dim_util.hpp -> dimension.hpp 2024-04-22 15:51:17 -04:00
33895cf225 xo-unit: minor: code layout in dim_util.hpp 2024-04-22 15:48:40 -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
67e26a426f xo-unit: refactor: dup mpl shared files to prep namespace change 2024-04-22 15:36:28 -04:00
e44bf2aad3 xo-unit: refactor: move mpl promoter to mpl/detail 2024-04-22 15:32:54 -04:00
e84f7ad72b xo-unit: refactor: stringliteral.hpp -> mpl/ subdir 2024-04-22 15:30:56 -04:00
755224743e xo-unit: refactor: move .hpp files to mpl/ 2024-04-22 15:30:17 -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
5bde1bfb94 xo-unit: + constexpr implementation (runtime+compiletime) 2024-04-22 14:53:57 -04:00
3643f6a0a0 xo-unit: expand unit test to cover basis_unit2, basis_unit2_store 2024-04-19 13:32:21 -04:00
eeda67769c xo-unit: + constexpr unit b/blocks (wip) 2024-04-19 13:31:18 -04:00
937ab77169 xo-unit: minor tweaks; add xo_ratio dep to build 2024-04-19 13:30:47 -04:00
03717ea7e9 xo-unit: fix ratio_floor() + check args to Quantity converter 2024-04-17 20:53:54 -04:00
39ca2aa9f4 xo-unit: quantity: + compare() + operator<=> 2024-04-17 20:53:25 -04:00
3dd48ee1e7 xo-unit: bugfix: fix static asserts on operator+= operator-= 2024-04-17 20:53:01 -04:00
b56cd3e390 xo-unit: docs: comment tweaks 2024-04-17 20:52:31 -04:00
eea10d8fe1 xo-unit: refactor: move promoter aux class to detail/ subdir 2024-04-05 02:00:05 -04:00
0ff7b7dc11 xo-unit: quantity: check template args sat concepts 2024-04-05 01:44:19 -04:00
0c355d3e8b xo-unit: ++ doxygen decors on quantity members 2024-04-05 01:43:52 -04:00
1a7321c98f xo-unit: quantity: ++ constexpr where appropriate 2024-04-05 01:42:26 -04:00
859fdfd2c4 xo-unit: + unit_qty namespace w/ unit qty vars 2024-04-05 01:41:24 -04:00
ccdaace50c xo-unit: unit.hpp: need unit_concept.hpp #incl 2024-04-05 01:39:41 -04:00
fcdf0c8dfa xo-unit: bugfix:fix meter, kilometer units 2024-04-05 01:39:08 -04:00