Commit graph

56 commits

Author SHA1 Message Date
5c273c2fee xo-interpreter2: refactor to setup vsm utest + repl 2026-02-02 10:53:28 -05:00
7febea8fc3 xo-interpreter2: work towards utest w/ vsm+reader [WIP] 2026-02-01 22:12:28 -05:00
54e501d228 xo-facet: genfacet: keep trailing newlines from .j2 templates 2026-01-31 12:56:45 -05:00
e8f59e627e xo-facet: genfacet: predictable path to genfacet in comment 2026-01-31 12:55:45 -05:00
8c205e2e5e xo-reader2 xo-expression2: define example working and printing
def foo : f64 = 3.141593;
2026-01-22 18:40:42 -05:00
58481857e2 xo-reader2: DefineSsm: respond to = token 2026-01-21 17:35:01 -05:00
5787565bfb xo-reader2: + pretty-printing for ParserResult + use in utest 2026-01-20 12:40:26 -05:00
0a90b73277 xo-reader2 xo-expresion2: work on define-expressions [WIP] 2026-01-19 21:25:30 -05:00
883d4c93d3 xo-facet xo-object2 : tidy: ISequence_DList -> list/ subdir 2026-01-15 00:05:48 -05:00
58ea29170d xo-facet xo-object2: facet fixes + IPrintable_DString 2026-01-14 16:32:58 -05:00
3fa4fbf722 xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString 2026-01-14 14:37:44 -05:00
acdb10b9b1 xo-facet xo-gc xo-alloc2: facet cleanup + use genfacet for GCObject 2026-01-14 11:36:16 -05:00
bf4f9c90ab xo-facet: facetgen bugfixes 2026-01-13 16:42:11 -05:00
5abaf333a5 + xo-interpreter2 scaffold for constant expression [WIP] 2026-01-13 01:40:48 -05:00
f4071256e8 xo-objectd2 xo-printable xo-facet: pp working for List(Integer)
Also streamline facet switching
2026-01-09 17:48:54 -05:00
fe4fc4a28d xo-facet: runtime facet lookup [PROTO] 2026-01-09 10:07:20 -05:00
b1ec26a9fd xo-facet: + FacetRegistry tidy 2026-01-08 19:46:32 -05:00
074edc97d9 xo-facet: + FacetRegistry for runtime poly facet finding 2026-01-08 19:38:21 -05:00
4555d55eef Merge branch 'main' of github.com:rconybea/xo-umbrella2 2026-01-06 10:39:22 -05:00
17ebc67bdb xo-arena xo-facet xo-alloc2: build restored 2026-01-06 00:01:38 -05:00
bef5d9cf72 Merge branch 'claude0' 2026-01-05 23:32:07 -05:00
fd536426b8 Merge branch 'claude1' 2026-01-05 21:51:41 -05:00
c748155d7c refactor: move xo::facet::typeseq to xo-reflectutil/
prep for adding xo-arena/
2026-01-05 21:49:33 -05:00
ab13588c6e xo-object2: Printable+DList [WIP] 2026-01-05 17:10:22 -05:00
8ff8436e9b xo-object2: APrintable+DFloat 2026-01-05 11:53:44 -05:00
a5916b1f48 + xo-printable2 + build fixes for cmake config 2026-01-04 23:03:18 -05:00
195d59534f xo-alloc: explicit typeseq arg to alloc 2026-01-02 10:20:19 -05:00
d5201d2a31 xo-object2: type registration + gc fixes 2026-01-02 09:53:23 -05:00
0c06430703 xo-facet: typeseq strongly typed 2026-01-02 09:52:16 -05:00
9fc5a7b101 xo-gc xo-object2 xo-facet: builds w/ ISequence,Dlist 2025-12-29 14:32:52 -05:00
f3240ac4b9 xo-facet xo-object2 facet gen bugfixes 2025-12-26 02:18:16 -05:00
ec7a39135f xo-facet xo-object2 xo-cmake: facet tidy + build integration 2025-12-26 02:09:25 -05:00
f988340c78 xo-facet: support facet files in separate subdir 2025-12-25 13:02:56 -05:00
c022dee01b xo-facet: generate top-level per-facet .hpp file 2025-12-25 12:46:18 -05:00
2494aaee8c xo-facet: extend facet gen scope to IFoo_{Xfer,Any}, RFoo 2025-12-25 12:33:07 -05:00
209128d73f xo-facet: expand genfacet.py, generate IFoo_Any.hpp 2025-12-24 23:11:14 -05:00
0e82029eaa xo-facet: facet template [WIP] 2025-12-24 19:40:48 -05:00
08763e606a xo-alloc2: ++ documentation + threshold size for THP feature 2025-12-23 21:06:38 -05:00
a0dd932139 xo-alloc2: working operator* for AAllocIterator 2025-12-21 16:20:13 -05:00
d6b727b1c0 xo-alloc2: bugfix: properly assign iface_ pointer for OObject ops 2025-12-20 22:40:33 -05:00
fdaf298d50 xo-alloc2: work on alloc_range + operator++ for alloc iterators [WIP] 2025-12-19 13:55:19 -05:00
9665e4fe75 xo-alloc2: + Allocator.alloc_range() with DArena input 2025-12-18 18:34:54 -05:00
ecdc58898a xo-alloc2: work on alloc iteration. 2025-12-18 11:22:36 -05:00
313c629a07 xo-alloc2: DX1CollectorIterator infra [WIP] 2025-12-17 20:16:46 -05:00
c8deb2a30d xo-alloc2 : work on X1Collector unit test [WIP] 2025-12-15 22:43:21 -05:00
7fb5cfb432 xo-alloc2: progress on forwarding objects [WIP] 2025-12-15 00:56:49 -05:00
412e325e7b xo-alloc2: ICollector_Xfer + ICollector_DX1Collector [WIP] 2025-12-14 18:30:46 -05:00
5d9345e8fd xo-alloc2 xo-object: bugfix + refactor -> IGCObject_DList builds 2025-12-14 13:52:29 -05:00
0db9a1ec23 xo-alloc2: shallow_copy api + bugfixes [WIP] 2025-12-14 11:30:12 -05:00
4851c187e1 xo-alloc2: ++ plumbing for AAllocator / DArena 2025-12-12 01:02:45 -05:00