build: retiring REPR argument to xo_add_genfacetimpl()

This commit is contained in:
Roland Conybeare 2026-03-11 08:41:57 -05:00
commit 551f6f7266
7 changed files with 27 additions and 27 deletions

View file

@ -40,7 +40,7 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-runtimecontext-simplercx
FACET_PKG xo_procedure2
FACET RuntimeContext
REPR DSimpleRcx
# REPR DSimpleRcx
INPUT idl/IRuntimeContext_DSimpleRcx.json5
)
@ -51,16 +51,16 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-procedure-primitive_gco_0
FACET_PKG xo_procedure2
FACET Procedure
REPR DPrimitive_gco_0
# REPR DPrimitive_gco_0
INPUT idl/IProcedure_DPrimitive_gco_0.json5
)
# note: manual target; generated code committed to git
xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-gcobject-primitive_gco_0
FACET_PKG xo_gc
FACET_PKG xo_alloc2
FACET GCObject
REPR Primitive_gco_0
# REPR Primitive_gco_0
INPUT idl/IGCObject_DPrimitive_gco_0.json5
)
@ -69,7 +69,7 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-printable-primitive_gco_0
FACET_PKG xo_printable2
FACET Printable
REPR Primitive_gco_0
# REPR Primitive_gco_0
INPUT idl/IPrintable_DPrimitive_gco_0.json5
)
@ -80,16 +80,16 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-procedure-primitive_gco_1_gco
FACET_PKG xo_procedure2
FACET Procedure
REPR DPrimitive_gco_1_gco
# REPR DPrimitive_gco_1_gco
INPUT idl/IProcedure_DPrimitive_gco_1_gco.json5
)
# note: manual target; generated code committed to git
xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-gcobject-primitive_gco_1_gco
FACET_PKG xo_gc
FACET_PKG xo_alloc2
FACET GCObject
REPR Primitive_gco_1_gco
# REPR Primitive_gco_1_gco
INPUT idl/IGCObject_DPrimitive_gco_1_gco.json5
)
@ -98,7 +98,7 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-printable-primitive_gco_1_gco
FACET_PKG xo_printable2
FACET Printable
REPR Primitive_gco_1_gco
# REPR Primitive_gco_1_gco
INPUT idl/IPrintable_DPrimitive_gco_1_gco.json5
)
@ -109,16 +109,16 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-procedure-primitive_gco_2_gco_gco
FACET_PKG xo_procedure2
FACET Procedure
REPR DPrimitive_gco_2_gco_gco
# REPR DPrimitive_gco_2_gco_gco
INPUT idl/IProcedure_DPrimitive_gco_2_gco_gco.json5
)
# note: manual target; generated code committed to git
xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-gcobject-primitive_gco_2_gco_gco
FACET_PKG xo_gc
FACET_PKG xo_alloc2
FACET GCObject
REPR Primitive_gco_2_gco_gco
# REPR Primitive_gco_2_gco_gco
INPUT idl/IGCObject_DPrimitive_gco_2_gco_gco.json5
)
@ -127,7 +127,7 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-printable-primitive_gco_2_gco_gco
FACET_PKG xo_printable2
FACET Printable
REPR Primitive_gco_2_gco_gco
# REPR Primitive_gco_2_gco_gco
INPUT idl/IPrintable_DPrimitive_gco_2_gco_gco.json5
)
@ -138,16 +138,16 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-procedure-primitive_gco_3_dict_string_gco
FACET_PKG xo_procedure2
FACET Procedure
REPR Dprimitive_gco_3_dict_string_gco
# REPR Dprimitive_gco_3_dict_string_gco
INPUT idl/IProcedure_DPrimitive_gco_3_dict_string_gco.json5
)
# note: manual target; generated code committed to git
xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-gcobject-primitive_gco_3_dict_string_gco
FACET_PKG xo_gc
FACET_PKG xo_alloc2
FACET GCObject
REPR primitive_gco_3_dict_string_gco
# REPR primitive_gco_3_dict_string_gco
INPUT idl/IGCObject_DPrimitive_gco_3_dict_string_gco.json5
)
@ -156,7 +156,7 @@ xo_add_genfacetimpl(
TARGET xo-procedure2-facetimpl-printable-primitive_gco_3_dict_string_gco
FACET_PKG xo_printable2
FACET Printable
REPR primitive_gco_3_dict_string_gco
# REPR primitive_gco_3_dict_string_gco
INPUT idl/IPrintable_DPrimitive_gco_3_dict_string_gco.json5
)

View file

@ -15,7 +15,7 @@
// includes (via {facet_includes})
#include "RuntimeContext.hpp"
#include <xo/alloc2/GCObject.hpp>
#include <xo/gc/GCObject.hpp>
#include <xo/facet/obj.hpp>
#include <xo/facet/facet_implementation.hpp>
#include <xo/facet/typeseq.hpp>

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/alloc2/GCObject.hpp>
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_0.hpp"
@ -64,4 +64,4 @@ namespace xo {
} /*namespace scm*/
} /*namespace xo*/
/* end */
/* end */

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/alloc2/GCObject.hpp>
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_1_gco.hpp"
@ -64,4 +64,4 @@ namespace xo {
} /*namespace scm*/
} /*namespace xo*/
/* end */
/* end */

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/alloc2/GCObject.hpp>
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_2_gco_gco.hpp"
@ -64,4 +64,4 @@ namespace xo {
} /*namespace scm*/
} /*namespace xo*/
/* end */
/* end */

View file

@ -14,7 +14,7 @@
#pragma once
#include "GCObject.hpp"
#include <xo/alloc2/GCObject.hpp>
#include <xo/gc/GCObject.hpp>
#include <xo/alloc2/Allocator.hpp>
#include "DPrimitive_gco_3_dict_string_gco.hpp"
@ -64,4 +64,4 @@ namespace xo {
} /*namespace scm*/
} /*namespace xo*/
/* end */
/* end */

View file

@ -14,7 +14,7 @@
#pragma once
#include "RuntimeContext.hpp"
#include <xo/alloc2/GCObject.hpp>
#include <xo/gc/GCObject.hpp>
namespace xo {
namespace scm {