From 0503ba59e77daddd746e69be847bd9c014ef97be Mon Sep 17 00:00:00 2001 From: Roland Conybeare Date: Sat, 6 Jun 2026 21:18:45 -0400 Subject: [PATCH] move xo-cmake aside --- {xo-cmake => .xo-cmake}/.github/workflows/xo-cpp-main.yml | 0 {xo-cmake => .xo-cmake}/.gitignore | 0 {xo-cmake => .xo-cmake}/CMakeLists.txt | 0 {xo-cmake => .xo-cmake}/FAQ | 0 {xo-cmake => .xo-cmake}/README.md | 0 {xo-cmake => .xo-cmake}/bin/scaffold-subdir | 0 {xo-cmake => .xo-cmake}/bin/xo-build.in | 0 {xo-cmake => .xo-cmake}/bin/xo-cmake-config.in | 0 {xo-cmake => .xo-cmake}/bin/xo-cmake-lcov-harness.in | 0 {xo-cmake => .xo-cmake}/bin/xo-cmake-llvmcov-harness.in | 0 {xo-cmake => .xo-cmake}/cmake/xo_macros/code-coverage.cmake | 0 {xo-cmake => .xo-cmake}/cmake/xo_macros/xo-project-macros.cmake | 0 {xo-cmake => .xo-cmake}/cmake/xo_macros/xo_cxx.cmake | 0 {xo-cmake => .xo-cmake}/docs/history/2026/cmake-facet-export.rst | 0 {xo-cmake => .xo-cmake}/etc/xo/subsystem-list | 0 {xo-cmake => .xo-cmake}/share/xo-macros/Doxyfile.in | 0 {xo-cmake => .xo-cmake}/share/xo-macros/gen-ccov.in | 0 {xo-cmake => .xo-cmake}/share/xo-macros/xo-bootstrap-macros.cmake | 0 {xo-cmake => .xo-cmake}/share/xo-macros/xo-reconfigure.in | 0 19 files changed, 0 insertions(+), 0 deletions(-) rename {xo-cmake => .xo-cmake}/.github/workflows/xo-cpp-main.yml (100%) rename {xo-cmake => .xo-cmake}/.gitignore (100%) rename {xo-cmake => .xo-cmake}/CMakeLists.txt (100%) rename {xo-cmake => .xo-cmake}/FAQ (100%) rename {xo-cmake => .xo-cmake}/README.md (100%) rename {xo-cmake => .xo-cmake}/bin/scaffold-subdir (100%) rename {xo-cmake => .xo-cmake}/bin/xo-build.in (100%) rename {xo-cmake => .xo-cmake}/bin/xo-cmake-config.in (100%) rename {xo-cmake => .xo-cmake}/bin/xo-cmake-lcov-harness.in (100%) rename {xo-cmake => .xo-cmake}/bin/xo-cmake-llvmcov-harness.in (100%) rename {xo-cmake => .xo-cmake}/cmake/xo_macros/code-coverage.cmake (100%) rename {xo-cmake => .xo-cmake}/cmake/xo_macros/xo-project-macros.cmake (100%) rename {xo-cmake => .xo-cmake}/cmake/xo_macros/xo_cxx.cmake (100%) rename {xo-cmake => .xo-cmake}/docs/history/2026/cmake-facet-export.rst (100%) rename {xo-cmake => .xo-cmake}/etc/xo/subsystem-list (100%) rename {xo-cmake => .xo-cmake}/share/xo-macros/Doxyfile.in (100%) rename {xo-cmake => .xo-cmake}/share/xo-macros/gen-ccov.in (100%) rename {xo-cmake => .xo-cmake}/share/xo-macros/xo-bootstrap-macros.cmake (100%) rename {xo-cmake => .xo-cmake}/share/xo-macros/xo-reconfigure.in (100%) diff --git a/xo-cmake/.github/workflows/xo-cpp-main.yml b/.xo-cmake/.github/workflows/xo-cpp-main.yml similarity index 100% rename from xo-cmake/.github/workflows/xo-cpp-main.yml rename to .xo-cmake/.github/workflows/xo-cpp-main.yml diff --git a/xo-cmake/.gitignore b/.xo-cmake/.gitignore similarity index 100% rename from xo-cmake/.gitignore rename to .xo-cmake/.gitignore diff --git a/xo-cmake/CMakeLists.txt b/.xo-cmake/CMakeLists.txt similarity index 100% rename from xo-cmake/CMakeLists.txt rename to .xo-cmake/CMakeLists.txt diff --git a/xo-cmake/FAQ b/.xo-cmake/FAQ similarity index 100% rename from xo-cmake/FAQ rename to .xo-cmake/FAQ diff --git a/xo-cmake/README.md b/.xo-cmake/README.md similarity index 100% rename from xo-cmake/README.md rename to .xo-cmake/README.md diff --git a/xo-cmake/bin/scaffold-subdir b/.xo-cmake/bin/scaffold-subdir similarity index 100% rename from xo-cmake/bin/scaffold-subdir rename to .xo-cmake/bin/scaffold-subdir diff --git a/xo-cmake/bin/xo-build.in b/.xo-cmake/bin/xo-build.in similarity index 100% rename from xo-cmake/bin/xo-build.in rename to .xo-cmake/bin/xo-build.in diff --git a/xo-cmake/bin/xo-cmake-config.in b/.xo-cmake/bin/xo-cmake-config.in similarity index 100% rename from xo-cmake/bin/xo-cmake-config.in rename to .xo-cmake/bin/xo-cmake-config.in diff --git a/xo-cmake/bin/xo-cmake-lcov-harness.in b/.xo-cmake/bin/xo-cmake-lcov-harness.in similarity index 100% rename from xo-cmake/bin/xo-cmake-lcov-harness.in rename to .xo-cmake/bin/xo-cmake-lcov-harness.in diff --git a/xo-cmake/bin/xo-cmake-llvmcov-harness.in b/.xo-cmake/bin/xo-cmake-llvmcov-harness.in similarity index 100% rename from xo-cmake/bin/xo-cmake-llvmcov-harness.in rename to .xo-cmake/bin/xo-cmake-llvmcov-harness.in diff --git a/xo-cmake/cmake/xo_macros/code-coverage.cmake b/.xo-cmake/cmake/xo_macros/code-coverage.cmake similarity index 100% rename from xo-cmake/cmake/xo_macros/code-coverage.cmake rename to .xo-cmake/cmake/xo_macros/code-coverage.cmake diff --git a/xo-cmake/cmake/xo_macros/xo-project-macros.cmake b/.xo-cmake/cmake/xo_macros/xo-project-macros.cmake similarity index 100% rename from xo-cmake/cmake/xo_macros/xo-project-macros.cmake rename to .xo-cmake/cmake/xo_macros/xo-project-macros.cmake diff --git a/xo-cmake/cmake/xo_macros/xo_cxx.cmake b/.xo-cmake/cmake/xo_macros/xo_cxx.cmake similarity index 100% rename from xo-cmake/cmake/xo_macros/xo_cxx.cmake rename to .xo-cmake/cmake/xo_macros/xo_cxx.cmake diff --git a/xo-cmake/docs/history/2026/cmake-facet-export.rst b/.xo-cmake/docs/history/2026/cmake-facet-export.rst similarity index 100% rename from xo-cmake/docs/history/2026/cmake-facet-export.rst rename to .xo-cmake/docs/history/2026/cmake-facet-export.rst diff --git a/xo-cmake/etc/xo/subsystem-list b/.xo-cmake/etc/xo/subsystem-list similarity index 100% rename from xo-cmake/etc/xo/subsystem-list rename to .xo-cmake/etc/xo/subsystem-list diff --git a/xo-cmake/share/xo-macros/Doxyfile.in b/.xo-cmake/share/xo-macros/Doxyfile.in similarity index 100% rename from xo-cmake/share/xo-macros/Doxyfile.in rename to .xo-cmake/share/xo-macros/Doxyfile.in diff --git a/xo-cmake/share/xo-macros/gen-ccov.in b/.xo-cmake/share/xo-macros/gen-ccov.in similarity index 100% rename from xo-cmake/share/xo-macros/gen-ccov.in rename to .xo-cmake/share/xo-macros/gen-ccov.in diff --git a/xo-cmake/share/xo-macros/xo-bootstrap-macros.cmake b/.xo-cmake/share/xo-macros/xo-bootstrap-macros.cmake similarity index 100% rename from xo-cmake/share/xo-macros/xo-bootstrap-macros.cmake rename to .xo-cmake/share/xo-macros/xo-bootstrap-macros.cmake diff --git a/xo-cmake/share/xo-macros/xo-reconfigure.in b/.xo-cmake/share/xo-macros/xo-reconfigure.in similarity index 100% rename from xo-cmake/share/xo-macros/xo-reconfigure.in rename to .xo-cmake/share/xo-macros/xo-reconfigure.in