|
|
ff5186ed55
|
xo-gc xo-cmake: simplify idl -> *.*pp codegen
|
2026-02-16 22:43:24 -05:00 |
|
|
|
9c33fa5d9f
|
xo-facet: move output-hpp-dir + subdir to idl/*.json5
|
2026-02-16 22:33:32 -05:00 |
|
|
|
8871b149e4
|
xo-procedure2 xo-cmake: move OUTPUT_CPP_DIR to idl/*.json5
|
2026-02-16 17:15:02 -05:00 |
|
|
|
16309dfff6
|
xo-expression2 stack: expand MemorySizeInfo w/ per-type detail
|
2026-02-16 00:48:00 -05:00 |
|
|
|
0023831e4c
|
xo-reader2 stack: + TypeRegistry
|
2026-02-15 22:57:15 -05:00 |
|
|
|
bfae393127
|
xo-gc stack: streamline object pointer forwarding
|
2026-02-13 15:15:08 -05:00 |
|
|
|
d869e87516
|
xo-reader2 stack: top-level lambda w/ apply parses
|
2026-02-05 15:45:40 -05:00 |
|
|
|
c9c43fbef2
|
xo-interpreter2 stack: scaffold DClosure, DLocalEnv [WIP]
|
2026-02-04 19:17:07 -05:00 |
|
|
|
5c3772e62e
|
xo-facet: + to_facet() convenience method on obj<A,D>
|
2026-02-04 16:23:55 -05:00 |
|
|
|
24912ffd38
|
xo-facet: + builtin _drop() method for poly dtor call
|
2026-02-04 16:22:39 -05:00 |
|
|
|
8f97502677
|
xo-reader2 stack: misc qol improvements + improve reader2 utest
|
2026-02-03 13:23:38 -05:00 |
|
|
|
0e6afabaa3
|
xo-interpreter2 stack: cleanup memory reporting
|
2026-02-03 11:55:50 -05:00 |
|
|
|
f6aae4190e
|
xo-interpreter2: scaffold repl + alloc measurement frameowkr
|
2026-02-02 21:55:34 -05:00 |
|
|
|
7028fa49f8
|
xo-interpreter2: refactor to setup vsm utest + repl
|
2026-02-02 10:53:28 -05:00 |
|
|
|
756e8a94cf
|
xo-interpreter2: work towards utest w/ vsm+reader [WIP]
|
2026-02-01 22:12:28 -05:00 |
|
|
|
14d4aa5cf1
|
xo-facet: genfacet: keep trailing newlines from .j2 templates
|
2026-01-31 12:56:45 -05:00 |
|
|
|
fc37c7325b
|
xo-facet: genfacet: predictable path to genfacet in comment
|
2026-01-31 12:55:45 -05:00 |
|
|
|
2bf23b41a9
|
xo-reader2 xo-expression2: define example working and printing
def foo : f64 = 3.141593;
|
2026-01-22 18:40:42 -05:00 |
|
|
|
8189197d63
|
xo-reader2: DefineSsm: respond to = token
|
2026-01-21 17:35:01 -05:00 |
|
|
|
ca2be0172a
|
xo-reader2: + pretty-printing for ParserResult + use in utest
|
2026-01-20 12:40:26 -05:00 |
|
|
|
516b0932ee
|
xo-reader2 xo-expresion2: work on define-expressions [WIP]
|
2026-01-19 21:25:30 -05:00 |
|
|
|
e625a362a6
|
xo-facet xo-object2 : tidy: ISequence_DList -> list/ subdir
|
2026-01-15 00:05:48 -05:00 |
|
|
|
d2d3b34ce7
|
xo-facet xo-object2: facet fixes + IPrintable_DString
|
2026-01-14 16:32:58 -05:00 |
|
|
|
ecfd3e4e6f
|
xo-object2 xo-gc xo-facet: codegen updates + IGCObject_DString
|
2026-01-14 14:37:44 -05:00 |
|
|
|
343b3828ab
|
xo-facet xo-gc xo-alloc2: facet cleanup + use genfacet for GCObject
|
2026-01-14 11:36:16 -05:00 |
|
|
|
0d79236814
|
xo-facet: facetgen bugfixes
|
2026-01-13 16:42:11 -05:00 |
|
|
|
47239f98e5
|
+ xo-interpreter2 scaffold for constant expression [WIP]
|
2026-01-13 01:40:48 -05:00 |
|
|
|
09ee3a20ac
|
xo-objectd2 xo-printable xo-facet: pp working for List(Integer)
Also streamline facet switching
|
2026-01-09 17:48:54 -05:00 |
|
|
|
9ce465e84f
|
xo-facet: runtime facet lookup [PROTO]
|
2026-01-09 10:07:20 -05:00 |
|
|
|
2a3133b008
|
xo-facet: + FacetRegistry tidy
|
2026-01-08 19:46:32 -05:00 |
|
|
|
52f70fe733
|
xo-facet: + FacetRegistry for runtime poly facet finding
|
2026-01-08 19:38:21 -05:00 |
|
|
|
154eca1086
|
xo-arena xo-facet xo-alloc2: build restored
|
2026-01-06 00:01:38 -05:00 |
|
|
|
6d30aec8f9
|
Merge branch 'claude0'
|
2026-01-05 23:32:07 -05:00 |
|
|
|
ed6c1b05bf
|
refactor: move xo::facet::typeseq to xo-reflectutil/
prep for adding xo-arena/
|
2026-01-05 21:49:33 -05:00 |
|
|
|
287fce9b7b
|
xo-object2: Printable+DList [WIP]
|
2026-01-05 17:10:22 -05:00 |
|
|
|
e3711860f1
|
xo-object2: APrintable+DFloat
|
2026-01-05 11:53:44 -05:00 |
|
|
|
402cf9b852
|
+ xo-printable2 + build fixes for cmake config
|
2026-01-04 23:03:18 -05:00 |
|
|
|
6bd33bd900
|
xo-alloc: explicit typeseq arg to alloc
|
2026-01-02 10:20:19 -05:00 |
|
|
|
8c56a94238
|
xo-object2: type registration + gc fixes
|
2026-01-02 09:53:23 -05:00 |
|
|
|
fb14fcad15
|
xo-facet: typeseq strongly typed
|
2026-01-02 09:52:16 -05:00 |
|
|
|
afc44e71fa
|
xo-gc xo-object2 xo-facet: builds w/ ISequence,Dlist
|
2025-12-29 14:32:52 -05:00 |
|
|
|
519df04e34
|
xo-facet xo-object2 facet gen bugfixes
|
2025-12-26 02:18:16 -05:00 |
|
|
|
3b64c6ae27
|
xo-facet xo-object2 xo-cmake: facet tidy + build integration
|
2025-12-26 02:09:25 -05:00 |
|
|
|
25de1e30ef
|
xo-facet: support facet files in separate subdir
|
2025-12-25 13:02:56 -05:00 |
|
|
|
aa7cb8cacf
|
xo-facet: generate top-level per-facet .hpp file
|
2025-12-25 12:46:18 -05:00 |
|
|
|
3b1be6843c
|
xo-facet: extend facet gen scope to IFoo_{Xfer,Any}, RFoo
|
2025-12-25 12:33:07 -05:00 |
|
|
|
66bd3380aa
|
xo-facet: expand genfacet.py, generate IFoo_Any.hpp
|
2025-12-24 23:11:14 -05:00 |
|
|
|
eadf26bb9c
|
xo-facet: facet template [WIP]
|
2025-12-24 19:40:48 -05:00 |
|
|
|
5465235b13
|
xo-alloc2: ++ documentation + threshold size for THP feature
|
2025-12-23 21:06:38 -05:00 |
|
|
|
cb0add52df
|
xo-alloc2: working operator* for AAllocIterator
|
2025-12-21 16:20:13 -05:00 |
|