Schematika reader, using facet object model
  • C++ 98%
  • CMake 2%
Find a file
2025-12-07 01:45:00 -05:00
.github/workflows github: + libbsd-dev dep 2025-09-04 00:09:28 -04:00
_static/img xo-umbrella: + docs support files 2025-06-22 16:19:21 -05:00
cmake initial commit 2025-11-17 22:28:31 -05:00
docs xo-interpreter adds + explict mm arg to ctors (retiring Object::mm) 2025-11-16 20:10:23 -05:00
etc xo-imgui: + example ex4a. resize working on ubuntu (ex4 broken tho) 2025-11-10 16:50:26 -05:00
pkgs nix build: xo-jit: build+install docs+examples: xo-jit.nix ++ 2025-09-22 12:55:49 -04:00
xo-alloc xo-ordinaltree: work on gp<String>-key unit test 2025-12-06 19:42:36 -05:00
xo-allocutil xo-object: spaceship operator for gp<T> + gp<String> 2025-12-06 14:16:34 -05:00
xo-callback tidy: minor doc improvements + String::share() with explicit mm 2025-11-15 14:04:56 -05:00
xo-cmake xo-build: add with-vulkan arg 2025-09-23 00:53:05 -04:00
xo-distribution Add 'xo-distribution/' from commit '036ca5d817' 2025-05-11 15:52:36 -05:00
xo-expression xo-interpreter: handle litersl strings. Broken memory model. 2025-11-29 20:19:33 -05:00
xo-flatstring xo-flatstring: build: install examples if XO_ENABLE_EXAMPLES 2025-09-22 12:29:29 -04:00
xo-imgui xo-alloc + xo-allocutil: refactor to shrink dep surface area 2025-12-01 01:20:49 -05:00
xo-indentlog xo-ordinaltree: 3-way comparison scaffolding. wip 2025-12-06 10:56:10 -05:00
xo-interpreter xo-alloc + xo-allocutil: refactor to shrink dep surface area 2025-12-01 01:20:49 -05:00
xo-jit fix unit tests to build on osx / clang16 2025-12-03 00:14:09 -05:00
xo-kalmanfilter Add 'xo-kalmanfilter/' from commit '2ced8429c0' 2025-05-11 16:22:42 -05:00
xo-object xo-object: spaceship operator for gp<T> + gp<String> 2025-12-06 14:16:34 -05:00
xo-ordinaltree xo-ordinaltree: work on gp<String>-key unit test 2025-12-06 19:42:36 -05:00
xo-printjson Add 'xo-printjson/' from commit '6743b9ef18' 2025-05-11 14:58:48 -05:00
xo-process xo-process: prefer xo::bp spelling to xo::ref::brw 2025-07-05 13:53:46 -05:00
xo-pydistribution Add 'xo-pydistribution/' from commit 'a142a0044c' 2025-05-11 15:57:32 -05:00
xo-pyexpression xo-interpreter: add Primitive object, to expose builtin functions 2025-11-27 11:03:41 -05:00
xo-pyjit xo-interpreter: add Primitive object, to expose builtin functions 2025-11-27 11:03:41 -05:00
xo-pykalmanfilter Add 'xo-pykalmanfilter/' from commit 'a9daaa3278' 2025-05-11 16:27:01 -05:00
xo-pyprintjson Add 'xo-pyprintjson/' from commit '36797a419a' 2025-05-11 15:05:03 -05:00
xo-pyprocess Add 'xo-pyprocess/' from commit 'c4af12c625' 2025-05-11 16:19:35 -05:00
xo-pyreactor Add 'xo-pyreactor/' from commit '50b8d529a7' 2025-05-11 15:14:43 -05:00
xo-pyreflect Add 'xo-pyreflect/' from commit '54d11b31a5' 2025-05-10 21:04:13 -05:00
xo-pyrprintjson Add 'xo-pyrprintjson/' from commit '36797a419a' 2025-05-11 15:02:26 -05:00
xo-pysimulator Add 'xo-pysimulator/' from commit 'f940051411' 2025-05-11 16:06:48 -05:00
xo-pyunit Add 'xo-pyunit/' from commit '4d0e708ea4' 2025-05-11 00:58:27 -05:00
xo-pyutil Add 'xo-pyutil/' from commit 'a2cb8ae60f' 2025-05-10 19:38:21 -05:00
xo-pywebsock + xo-pywebsock 2025-05-11 15:27:53 -05:00
xo-pywebutil Add 'xo-pywebutil/' from commit '578b3d724a' 2025-05-11 14:55:44 -05:00
xo-randomgen xo-randomgen: build: install examples with XO_ENABLE_EXAMPLES 2025-09-22 12:30:00 -04:00
xo-ratio xo-interpreter adds + explict mm arg to ctors (retiring Object::mm) 2025-11-16 20:10:23 -05:00
xo-reactor xo-ordinaltree: refactor: split -> multiple .hpp files 2025-11-30 18:12:03 -05:00
xo-reader xo-interpreter: handle litersl strings. Broken memory model. 2025-11-29 20:19:33 -05:00
xo-refcnt xo-alloc / xo-refcnt: feature flags for easy tests. 2025-11-19 12:38:54 -05:00
xo-reflect xo-alloc / xo-ordinaltree: + concepts + allocator-aware 2025-12-03 15:36:59 -05:00
xo-reflectutil fix unit tests to build on osx / clang16 2025-12-03 00:14:09 -05:00
xo-simulator pretty printing -- copmlete for xo::ast::GeneralizedExpression 2025-07-19 11:47:03 -05:00
xo-statistics Add 'xo-statistics/' from commit 'ae49d8896a' 2025-05-11 15:42:06 -05:00
xo-subsys Add 'xo-subsys/' from commit '57eee82fa5' 2025-05-10 18:38:12 -05:00
xo-symboltable Add 'xo-symboltable/' from commit '442d24805d' 2025-11-18 06:47:17 -05:00
xo-tokenizer xo-interpreter: apply expressions + llvm builtins working! 2025-11-28 19:32:56 -05:00
xo-unit xo-unit: bugfix: need ppdetail_atomic guard 2025-09-22 21:12:13 -04:00
xo-websock use xo::bp instead of xo::ref::brw 2025-07-05 13:55:00 -05:00
xo-webutil Add 'xo-webutil/' from commit '8e75838950' 2025-05-11 14:48:17 -05:00
.gitignore + .gitignore 2025-05-10 12:17:19 -05:00
CMakeLists.txt xo-ordinaltree: start work on gc-aware Key,Value in rbtree 2025-12-05 19:54:00 -05:00
conf.py xo-tokenizer: docs + error-handling improvement 2025-06-23 23:08:12 -05:00
default.nix nix-shell: emacs + tree-sitter support 2025-11-17 15:49:25 -05:00
Doxyfile.in xo-umbrella: + docs support files 2025-06-22 16:19:21 -05:00
index.rst + xo-alloc + xo-object + xo-alloc docs + GC utests 2025-08-03 15:59:38 -05:00
README.md initial commit 2025-12-07 01:45:00 -05:00

readme