From 23bf44d10db8826db9fe83ddff493d3d4b280fc6 Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 6 Jun 2026 21:41:37 -0400 Subject: [PATCH] xo-facet -> .xo-facet (prep subrepo) --- {xo-facet => .xo-facet}/CMakeLists.txt | 0 {xo-facet => .xo-facet}/README.md | 0 .../cmake/xo-bootstrap-macros.cmake | 0 .../cmake/xo_facetConfig.cmake.in | 0 .../codegen/abstract_facet.hpp.j2 | 0 {xo-facet => .xo-facet}/codegen/facet.hpp.j2 | 0 {xo-facet => .xo-facet}/codegen/genfacet | 0 .../codegen/iface_facet_any.cpp.j2 | 0 .../codegen/iface_facet_any.hpp.j2 | 0 .../codegen/iface_facet_repr.cpp.j2 | 0 .../codegen/iface_facet_repr.hpp.j2 | 0 .../codegen/iface_facet_xfer.hpp.j2 | 0 {xo-facet => .xo-facet}/codegen/router_facet.hpp.j2 | 0 {xo-facet => .xo-facet}/docs/CMakeLists.txt | 0 {xo-facet => .xo-facet}/docs/_static/README | 0 .../docs/_static/img/favicon.ico | Bin {xo-facet => .xo-facet}/docs/conf.py | 0 {xo-facet => .xo-facet}/docs/glossary.rst | 0 {xo-facet => .xo-facet}/docs/implementation.rst | 0 {xo-facet => .xo-facet}/docs/index.rst | 0 .../include/xo/facet/FacetRegistry.hpp | 0 .../include/xo/facet/OObject.hpp | 0 .../include/xo/facet/RRouter.hpp | 0 .../include/xo/facet/TypeRegistry.hpp | 0 {xo-facet => .xo-facet}/include/xo/facet/box.hpp | 0 {xo-facet => .xo-facet}/include/xo/facet/facet.hpp | 0 .../include/xo/facet/facet_implementation.hpp | 0 .../include/xo/facet/facet_rtti.hpp | 0 {xo-facet => .xo-facet}/include/xo/facet/obj.hpp | 0 .../include/xo/facet/typeseq.hpp | 0 {xo-facet => .xo-facet}/utest/CMakeLists.txt | 0 {xo-facet => .xo-facet}/utest/facet_utest_main.cpp | 0 {xo-facet => .xo-facet}/utest/objectmodel.test.cpp | 0 33 files changed, 0 insertions(+), 0 deletions(-) rename {xo-facet => .xo-facet}/CMakeLists.txt (100%) rename {xo-facet => .xo-facet}/README.md (100%) rename {xo-facet => .xo-facet}/cmake/xo-bootstrap-macros.cmake (100%) rename {xo-facet => .xo-facet}/cmake/xo_facetConfig.cmake.in (100%) rename {xo-facet => .xo-facet}/codegen/abstract_facet.hpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/facet.hpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/genfacet (100%) rename {xo-facet => .xo-facet}/codegen/iface_facet_any.cpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/iface_facet_any.hpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/iface_facet_repr.cpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/iface_facet_repr.hpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/iface_facet_xfer.hpp.j2 (100%) rename {xo-facet => .xo-facet}/codegen/router_facet.hpp.j2 (100%) rename {xo-facet => .xo-facet}/docs/CMakeLists.txt (100%) rename {xo-facet => .xo-facet}/docs/_static/README (100%) rename {xo-facet => .xo-facet}/docs/_static/img/favicon.ico (100%) rename {xo-facet => .xo-facet}/docs/conf.py (100%) rename {xo-facet => .xo-facet}/docs/glossary.rst (100%) rename {xo-facet => .xo-facet}/docs/implementation.rst (100%) rename {xo-facet => .xo-facet}/docs/index.rst (100%) rename {xo-facet => .xo-facet}/include/xo/facet/FacetRegistry.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/OObject.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/RRouter.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/TypeRegistry.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/box.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/facet.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/facet_implementation.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/facet_rtti.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/obj.hpp (100%) rename {xo-facet => .xo-facet}/include/xo/facet/typeseq.hpp (100%) rename {xo-facet => .xo-facet}/utest/CMakeLists.txt (100%) rename {xo-facet => .xo-facet}/utest/facet_utest_main.cpp (100%) rename {xo-facet => .xo-facet}/utest/objectmodel.test.cpp (100%) diff --git a/xo-facet/CMakeLists.txt b/.xo-facet/CMakeLists.txt similarity index 100% rename from xo-facet/CMakeLists.txt rename to .xo-facet/CMakeLists.txt diff --git a/xo-facet/README.md b/.xo-facet/README.md similarity index 100% rename from xo-facet/README.md rename to .xo-facet/README.md diff --git a/xo-facet/cmake/xo-bootstrap-macros.cmake b/.xo-facet/cmake/xo-bootstrap-macros.cmake similarity index 100% rename from xo-facet/cmake/xo-bootstrap-macros.cmake rename to .xo-facet/cmake/xo-bootstrap-macros.cmake diff --git a/xo-facet/cmake/xo_facetConfig.cmake.in b/.xo-facet/cmake/xo_facetConfig.cmake.in similarity index 100% rename from xo-facet/cmake/xo_facetConfig.cmake.in rename to .xo-facet/cmake/xo_facetConfig.cmake.in diff --git a/xo-facet/codegen/abstract_facet.hpp.j2 b/.xo-facet/codegen/abstract_facet.hpp.j2 similarity index 100% rename from xo-facet/codegen/abstract_facet.hpp.j2 rename to .xo-facet/codegen/abstract_facet.hpp.j2 diff --git a/xo-facet/codegen/facet.hpp.j2 b/.xo-facet/codegen/facet.hpp.j2 similarity index 100% rename from xo-facet/codegen/facet.hpp.j2 rename to .xo-facet/codegen/facet.hpp.j2 diff --git a/xo-facet/codegen/genfacet b/.xo-facet/codegen/genfacet similarity index 100% rename from xo-facet/codegen/genfacet rename to .xo-facet/codegen/genfacet diff --git a/xo-facet/codegen/iface_facet_any.cpp.j2 b/.xo-facet/codegen/iface_facet_any.cpp.j2 similarity index 100% rename from xo-facet/codegen/iface_facet_any.cpp.j2 rename to .xo-facet/codegen/iface_facet_any.cpp.j2 diff --git a/xo-facet/codegen/iface_facet_any.hpp.j2 b/.xo-facet/codegen/iface_facet_any.hpp.j2 similarity index 100% rename from xo-facet/codegen/iface_facet_any.hpp.j2 rename to .xo-facet/codegen/iface_facet_any.hpp.j2 diff --git a/xo-facet/codegen/iface_facet_repr.cpp.j2 b/.xo-facet/codegen/iface_facet_repr.cpp.j2 similarity index 100% rename from xo-facet/codegen/iface_facet_repr.cpp.j2 rename to .xo-facet/codegen/iface_facet_repr.cpp.j2 diff --git a/xo-facet/codegen/iface_facet_repr.hpp.j2 b/.xo-facet/codegen/iface_facet_repr.hpp.j2 similarity index 100% rename from xo-facet/codegen/iface_facet_repr.hpp.j2 rename to .xo-facet/codegen/iface_facet_repr.hpp.j2 diff --git a/xo-facet/codegen/iface_facet_xfer.hpp.j2 b/.xo-facet/codegen/iface_facet_xfer.hpp.j2 similarity index 100% rename from xo-facet/codegen/iface_facet_xfer.hpp.j2 rename to .xo-facet/codegen/iface_facet_xfer.hpp.j2 diff --git a/xo-facet/codegen/router_facet.hpp.j2 b/.xo-facet/codegen/router_facet.hpp.j2 similarity index 100% rename from xo-facet/codegen/router_facet.hpp.j2 rename to .xo-facet/codegen/router_facet.hpp.j2 diff --git a/xo-facet/docs/CMakeLists.txt b/.xo-facet/docs/CMakeLists.txt similarity index 100% rename from xo-facet/docs/CMakeLists.txt rename to .xo-facet/docs/CMakeLists.txt diff --git a/xo-facet/docs/_static/README b/.xo-facet/docs/_static/README similarity index 100% rename from xo-facet/docs/_static/README rename to .xo-facet/docs/_static/README diff --git a/xo-facet/docs/_static/img/favicon.ico b/.xo-facet/docs/_static/img/favicon.ico similarity index 100% rename from xo-facet/docs/_static/img/favicon.ico rename to .xo-facet/docs/_static/img/favicon.ico diff --git a/xo-facet/docs/conf.py b/.xo-facet/docs/conf.py similarity index 100% rename from xo-facet/docs/conf.py rename to .xo-facet/docs/conf.py diff --git a/xo-facet/docs/glossary.rst b/.xo-facet/docs/glossary.rst similarity index 100% rename from xo-facet/docs/glossary.rst rename to .xo-facet/docs/glossary.rst diff --git a/xo-facet/docs/implementation.rst b/.xo-facet/docs/implementation.rst similarity index 100% rename from xo-facet/docs/implementation.rst rename to .xo-facet/docs/implementation.rst diff --git a/xo-facet/docs/index.rst b/.xo-facet/docs/index.rst similarity index 100% rename from xo-facet/docs/index.rst rename to .xo-facet/docs/index.rst diff --git a/xo-facet/include/xo/facet/FacetRegistry.hpp b/.xo-facet/include/xo/facet/FacetRegistry.hpp similarity index 100% rename from xo-facet/include/xo/facet/FacetRegistry.hpp rename to .xo-facet/include/xo/facet/FacetRegistry.hpp diff --git a/xo-facet/include/xo/facet/OObject.hpp b/.xo-facet/include/xo/facet/OObject.hpp similarity index 100% rename from xo-facet/include/xo/facet/OObject.hpp rename to .xo-facet/include/xo/facet/OObject.hpp diff --git a/xo-facet/include/xo/facet/RRouter.hpp b/.xo-facet/include/xo/facet/RRouter.hpp similarity index 100% rename from xo-facet/include/xo/facet/RRouter.hpp rename to .xo-facet/include/xo/facet/RRouter.hpp diff --git a/xo-facet/include/xo/facet/TypeRegistry.hpp b/.xo-facet/include/xo/facet/TypeRegistry.hpp similarity index 100% rename from xo-facet/include/xo/facet/TypeRegistry.hpp rename to .xo-facet/include/xo/facet/TypeRegistry.hpp diff --git a/xo-facet/include/xo/facet/box.hpp b/.xo-facet/include/xo/facet/box.hpp similarity index 100% rename from xo-facet/include/xo/facet/box.hpp rename to .xo-facet/include/xo/facet/box.hpp diff --git a/xo-facet/include/xo/facet/facet.hpp b/.xo-facet/include/xo/facet/facet.hpp similarity index 100% rename from xo-facet/include/xo/facet/facet.hpp rename to .xo-facet/include/xo/facet/facet.hpp diff --git a/xo-facet/include/xo/facet/facet_implementation.hpp b/.xo-facet/include/xo/facet/facet_implementation.hpp similarity index 100% rename from xo-facet/include/xo/facet/facet_implementation.hpp rename to .xo-facet/include/xo/facet/facet_implementation.hpp diff --git a/xo-facet/include/xo/facet/facet_rtti.hpp b/.xo-facet/include/xo/facet/facet_rtti.hpp similarity index 100% rename from xo-facet/include/xo/facet/facet_rtti.hpp rename to .xo-facet/include/xo/facet/facet_rtti.hpp diff --git a/xo-facet/include/xo/facet/obj.hpp b/.xo-facet/include/xo/facet/obj.hpp similarity index 100% rename from xo-facet/include/xo/facet/obj.hpp rename to .xo-facet/include/xo/facet/obj.hpp diff --git a/xo-facet/include/xo/facet/typeseq.hpp b/.xo-facet/include/xo/facet/typeseq.hpp similarity index 100% rename from xo-facet/include/xo/facet/typeseq.hpp rename to .xo-facet/include/xo/facet/typeseq.hpp diff --git a/xo-facet/utest/CMakeLists.txt b/.xo-facet/utest/CMakeLists.txt similarity index 100% rename from xo-facet/utest/CMakeLists.txt rename to .xo-facet/utest/CMakeLists.txt diff --git a/xo-facet/utest/facet_utest_main.cpp b/.xo-facet/utest/facet_utest_main.cpp similarity index 100% rename from xo-facet/utest/facet_utest_main.cpp rename to .xo-facet/utest/facet_utest_main.cpp diff --git a/xo-facet/utest/objectmodel.test.cpp b/.xo-facet/utest/objectmodel.test.cpp similarity index 100% rename from xo-facet/utest/objectmodel.test.cpp rename to .xo-facet/utest/objectmodel.test.cpp