Commit graph

2,249 commits

Author SHA1 Message Date
f52184f84c + docs in xo-alloc2/ + misc improvements 2025-12-11 22:18:09 -05:00
c172492007 xo-alloc2: work on fomo Arena 2025-12-11 11:14:46 -05:00
ec4ecb29aa xo-facet: header impl + docs 2025-12-10 20:17:21 -05:00
a4e88b674e xo-facet: + doc scaffold + begin include scaffold 2025-12-10 09:56:09 -05:00
7117a8d9e5 + xo-facet subsystem [WIP] 2025-12-09 21:07:24 -05:00
7cd07283a5 Add 'xo-facet/' from commit 'd1f9e1d307'
git-subtree-dir: xo-facet
git-subtree-mainline: 119638764d
git-subtree-split: d1f9e1d307
2025-12-09 17:22:40 -05:00
119638764d xo-alloc2: ++ objectmodel improvements 2025-12-09 17:21:52 -05:00
d1f9e1d307 first commit 2025-12-09 17:18:24 -05:00
d93cf1734b xo-alloc2: object model utest: + concepts, streamlining 2025-12-09 15:52:37 -05:00
f582caed10 xo-alloc2: utest improvements [not working state] 2025-12-09 10:47:01 -05:00
0c390d383b xo-alloc2: minor improvements + docs 2025-12-09 10:46:29 -05:00
82b901f8d0 merge 2025-12-08 23:44:30 -05:00
872469f11e xo-object: 3way String compare for clang 16. 2025-12-08 23:42:25 -05:00
cb0ac934cd xo-alloc2: wip towards uany + fix utest build in xo-ordinaltree 2025-12-08 22:53:39 -05:00
2aadd8094b xo-alloc2: utest working w/ object-model demo 2025-12-08 12:06:35 -05:00
a0bc4c37f0 xo-alloc2: expand utest manifesto 2025-12-07 16:40:20 -05:00
ffd391adef xo-alloc2: scaffold for interface+data separation 2025-12-07 15:55:33 -05:00
007e1e2983 xo-alloc2: expand README 2025-12-07 12:57:30 -05:00
1de8160fae Add 'xo-alloc2/' from commit '639705821d'
git-subtree-dir: xo-alloc2
git-subtree-mainline: c1d33d71c5
git-subtree-split: 639705821d
2025-12-07 01:53:52 -05:00
c1d33d71c5 restore README.md 2025-12-07 01:51:15 -05:00
639705821d initial commit 2025-12-07 01:48:42 -05:00
5a9356edcc initial commit 2025-12-07 01:45:00 -05:00
a3a73c3aa3 xo-ordinaltree: work on gp<String>-key unit test 2025-12-06 19:42:36 -05:00
d13d2f54ed xo-ordinaltree: use Compare parameter throughout 2025-12-06 14:17:19 -05:00
c6876ed31a xo-object: spaceship operator for gp<T> + gp<String> 2025-12-06 14:16:34 -05:00
1d3999a6bd xo-ordinaltree: 3-way comparison scaffolding. wip 2025-12-06 10:56:10 -05:00
13d5023ac6 xo-ordinaltree: scaffold key_compare parameter 2025-12-06 00:51:31 -05:00
7e149d0558 xo-ordinaltree: minor tidy 2025-12-05 23:29:00 -05:00
6b148ecdc4 xo-ordinaltree: refactor to streamline Node i/face 2025-12-05 23:22:20 -05:00
57197974ae xo-ordinaltree: adj to drop RedBlackTree as friend of Node 2025-12-05 22:58:36 -05:00
528a772ea2 xo-ordinaltree: start work on gc-aware Key,Value in rbtree 2025-12-05 19:54:00 -05:00
3d06980b42 xo-ordinaltree: expand unittest + debug logging 2025-12-05 18:38:29 -05:00
39794ecc0f xo-ordinaltree: bugfix: Node: bad arg to _gc_assign_member 2025-12-05 18:36:29 -05:00
3c27dfbf59 xo-alloc: check_write_barrier to verify mutation log 2025-12-05 10:00:36 -05:00
e5c3d4c714 xo-ordinaltree: notify gc when root changes in rbtree.erase 2025-12-05 09:59:47 -05:00
12f40c8049 xo-ordinaltree: rbtree ops satisfy gc write barriers 2025-12-04 23:38:56 -05:00
7cab92e128 xo-alloc: provide default Object::display() method
So we can remove from FallbackObjectInterface and IObject
2025-12-04 21:44:22 -05:00
5542fdea8b xo-alloc/xo-ordinaltree: refactor rbtree Node alloc
progress toward careful gc-aware assignment
2025-12-04 21:31:55 -05:00
451425af87 xo-ordinaltree: alloc-aware node reparenting. WIP. 2025-12-04 18:58:58 -05:00
c56dd72292 xo-ordinaltree: add _gc_assign_member feature to gc-aware allocs 2025-12-04 17:33:40 -05:00
b5d70d0f1b xo-alloc - compile-time property for trivial deallocate 2025-12-04 17:32:29 -05:00
f9c3a4807a xo-alloc: + comments on design 2025-12-04 17:29:27 -05:00
1a1fccbc7f xo-alloc: + static_asserts in GC root helpers 2025-12-04 17:28:59 -05:00
f39ee922f1 xo-allocutil: streamlet: object_interface_type 2025-12-03 21:27:42 -05:00
69bf615810 xo-allocutil: streamlet: gc_allocator_traits::object_interface_type 2025-12-03 21:26:51 -05:00
113869342c xo-ordinaltree: RedBlackTree is gc-alloc-aware 2025-12-03 17:13:11 -05:00
908cd0dd0f bugfix: missing #pragma once 2025-12-03 17:12:51 -05:00
72e8db30e1 xo-alloc / xo-ordinaltree: + concepts + allocator-aware 2025-12-03 15:36:59 -05:00
27001fcdbc xo-alloc: + utest vector w/ custom allocator 2025-12-03 10:22:52 -05:00
d73d93bc5e xo-alloc: utest: revert allocator changes in nested type 2025-12-03 00:14:38 -05:00