Commit graph

59 commits

Author SHA1 Message Date
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
c25930b7f5 xo-unit: docs: cmakefile deps ++ cover quantity features 2024-04-05 01:45:17 -04:00
1740a23294 xo-unit: utest: + quantity rescale tests 2024-04-05 01:44:44 -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
34214f571d xo-unit: + di_replace_basis_scale 2024-04-05 01:38:36 -04:00
8fb3b11e00 xo-unit: removed unit_concept from dimension_concept.hpp 2024-04-05 01:38:09 -04:00
2cea0d3dfa xo-unit: quantity_concept: + req concept sat for nested types 2024-04-05 01:37:29 -04:00
b4c3ba4dda xo-unit: + numeric_concept + unit_concept 2024-04-05 01:37:06 -04:00
4d823595fe xo-unit: ex1: + static assert 2024-04-05 01:36:09 -04:00
fdd80f9d5f xo-unit: docs: + written-out examples 2024-04-03 17:25:55 -04:00
715205f97b xo-unit: docs: + README 2024-04-03 17:25:34 -04:00
ba31d2c112 xo-unit: example: + ex4 .. ex6 2024-04-03 17:25:20 -04:00
7c7373427e xo-unit: refactor: c_basis_power<> -> basis_power<> 2024-04-03 17:24:55 -04:00
bb5fc1cb4e xo-unit: quantity: + with_unit() + with_repr() convenience 2024-04-03 17:23:56 -04:00
a785480d28 xo-unit: bugfix: quantity/quantity 2024-04-03 17:23:35 -04:00
0f7a739e2f xo-unit: docs: switch doxygen label font Helvetica->lato 2024-04-03 17:23:05 -04:00
d2a8d9bbe5 xo-unit: github: allow unfree helvetica-neue font 2024-04-03 15:14:26 -04:00
52f8aec04f github: bugfix in nix workflow 2024-04-03 15:12:00 -04:00
fc7a2564f0 github: lame workflow typo, sheesh! 2024-04-03 15:10:32 -04:00
b6467d0013 github: + nix workflow 2024-04-03 15:09:07 -04:00
46c6447b92 xo-unit: nix: build docs 2024-04-03 15:01:42 -04:00
439c2d03c2 xo-unit: docs: Helvetica -> HelveticaNeue 2024-04-03 15:00:26 -04:00
bde506df1c xo-unit: build: + custom 'docs' target, same as 'sphinx' 2024-04-03 15:00:01 -04:00
7432d3798c xo-unit: bugfix: xo::obs -> xo::unit in examples 2024-04-03 14:59:20 -04:00
4446fc3e1e xo-unit: docs: + _static dir 2024-04-03 14:58:11 -04:00
d446f0671c xo-unit: bugfix in flake.nix, must export xo-unit 2024-04-03 13:07:20 -04:00
554edcd045 looks like nix flakes needs not-git-ignored flake.lock 2024-04-03 13:04:46 -04:00
f8e337c783 xo-unit: build: .gitignore ++ flake.lock 2024-04-03 13:03:33 -04:00
3f9e5f11ca xo-unit: bugfix: must not commit flake.lock for self 2024-04-03 13:02:29 -04:00
9ddee6c61c xo-unit: + flake.lock file 2024-04-03 13:01:10 -04:00
cfd77c3888 xo-unit: + ./pkgs/xo-userenv for nix CI 2024-04-03 13:00:30 -04:00
e3325e0926 xo-unit: build: + pkgs/xo-reflect.nix for nix CI 2024-04-03 12:58:01 -04:00
f439108352 xo-unit: + ./pkgs/xo-subsys.nix for nix CI 2024-04-03 12:54:31 -04:00
4cfad33578 xo-unit: + ./pkgs/xo-refcnt.nix for nix CI 2024-04-03 12:54:09 -04:00
ac6b55c447 xo-unit: + ./pkgs/xo-indentlog.nix for nix CI 2024-04-03 12:53:48 -04:00
0f202575f9 + pkgs/xo-cmake.nix 2024-04-03 12:52:19 -04:00
eb7ae8a564 xo-unit: + nixpkgs candidate + flake.nix 2024-04-03 12:50:29 -04:00
204c889281 xo-unit: + LICENSE 2024-04-02 17:30:52 -04:00
eff31256f9 xo-unit: docs: bugfix: fix xo::unit::quantity ref 2024-04-02 17:30:35 -04:00
13f4746f52 xo-unit: docs: bugfix: missing sphinx conf.py 2024-04-02 17:30:16 -04:00
183da6b29b xo-unit: README: instructions for building sphinx docs 2024-04-02 17:29:52 -04:00
0d9fd75b0c xo-unit: docs: + example programs 2024-04-02 17:29:35 -04:00
d9868870e4 xo-unit: docs: + sphinx + breathe + expand docs 2024-04-02 17:29:10 -04:00