From ddfa66d86fdd89e0f3d499e1f1f19e934f30f341 Mon Sep 17 00:00:00 2001 From: Emily Boudreaux Date: Mon, 14 Jul 2025 14:48:57 -0400 Subject: [PATCH] build(libcomposition): updated libcomposition version pin to 1.4.0 to get more convient getters --- .../include/gridfire/engine/procedures/construction.h | 8 ++++++++ src/network/include/gridfire/engine/types/reporting.h | 8 ++++++++ src/network/lib/engine/procedures/construction.cpp | 3 +++ subprojects/libcomposition.wrap | 2 +- 4 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 src/network/include/gridfire/engine/procedures/construction.h create mode 100644 src/network/include/gridfire/engine/types/reporting.h create mode 100644 src/network/lib/engine/procedures/construction.cpp diff --git a/src/network/include/gridfire/engine/procedures/construction.h b/src/network/include/gridfire/engine/procedures/construction.h new file mode 100644 index 00000000..39859633 --- /dev/null +++ b/src/network/include/gridfire/engine/procedures/construction.h @@ -0,0 +1,8 @@ +// +// Created by Emily Boudreaux on 7/14/25. +// + +#ifndef CONSTRUCTION_H +#define CONSTRUCTION_H + +#endif //CONSTRUCTION_H diff --git a/src/network/include/gridfire/engine/types/reporting.h b/src/network/include/gridfire/engine/types/reporting.h new file mode 100644 index 00000000..238582df --- /dev/null +++ b/src/network/include/gridfire/engine/types/reporting.h @@ -0,0 +1,8 @@ +// +// Created by Emily Boudreaux on 7/14/25. +// + +#ifndef REPORTING_H +#define REPORTING_H + +#endif //REPORTING_H diff --git a/src/network/lib/engine/procedures/construction.cpp b/src/network/lib/engine/procedures/construction.cpp new file mode 100644 index 00000000..93dfc79b --- /dev/null +++ b/src/network/lib/engine/procedures/construction.cpp @@ -0,0 +1,3 @@ +// +// Created by Emily Boudreaux on 7/14/25. +// diff --git a/subprojects/libcomposition.wrap b/subprojects/libcomposition.wrap index 2fe7e9cf..268c9605 100644 --- a/subprojects/libcomposition.wrap +++ b/subprojects/libcomposition.wrap @@ -1,4 +1,4 @@ [wrap-git] url = https://github.com/4D-STAR/libcomposition.git -revision = v1.3.0 +revision = v1.4.0 depth = 1 \ No newline at end of file