|
|
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 |
|
|
|
210a3c5f64
|
fix unit tests to build on osx / clang16
|
2025-12-03 00:14:09 -05:00 |
|
|
|
c3a6684c4f
|
Gc.test.cpp expansion. Not working yet
|
2025-12-02 21:47:34 -05:00 |
|
|
|
e454bee6af
|
xo-alloc: UT for allocator interation + misc improvements
|
2025-12-02 17:07:19 -05:00 |
|
|
|
c7816416c5
|
xo-alloc / xo-ordinaltree: work on dual-alloc-policy trees
|
2025-12-02 10:37:07 -05:00 |
|
|
|
b03f0be2f2
|
xo-ordinaltree: GC test [wip]
|
2025-12-01 22:25:41 -05:00 |
|
|
|
4d2bc7f245
|
xo-ordinaltree: use gc_allocator_traits
|
2025-12-01 14:33:41 -05:00 |
|
|
|
1b8526df08
|
xo-ordinaltree: revert refactor attempt
|
2025-12-01 14:28:35 -05:00 |
|
|
|
3a840546fe
|
xo-alloc xo-ordinaltree: GC option work in progress
|
2025-12-01 14:22:41 -05:00 |
|
|
|
540b43d971
|
xo-alloc + xo-allocutil: refactor to shrink dep surface area
|
2025-12-01 01:20:49 -05:00 |
|
|
|
8d4649c6cf
|
Add 'xo-allocutil/' from commit '949e2ca375'
git-subtree-dir: xo-allocutil
git-subtree-mainline: 08f26ffd48
git-subtree-split: 949e2ca375
|
2025-11-30 23:19:00 -05:00 |
|