[SCM] PostGIS branch master updated. 3.4.0rc1-929-g963416f2f

git at osgeo.org git at osgeo.org
Fri Feb 16 05:52:13 PST 2024


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "PostGIS".

The branch, master has been updated
       via  963416f2faef21d3461937ed208fca048dd3ab6a (commit)
      from  22d74f7e74f018f6259976157a5ff15ef71c74f4 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 963416f2faef21d3461937ed208fca048dd3ab6a
Author: Sandro Santilli <strk at kbt.io>
Date:   Fri Feb 16 14:51:49 2024 +0100

    Move liblwgeom topology support under its own dir

diff --git a/liblwgeom/Makefile.in b/liblwgeom/Makefile.in
index 68c173cc3..2ad702f00 100644
--- a/liblwgeom/Makefile.in
+++ b/liblwgeom/Makefile.in
@@ -122,7 +122,7 @@ SA_OBJS = \
 	lwgeom_geos_cluster.o \
 	lwgeom_geos_node.o \
 	lwgeom_geos_split.o \
-	lwgeom_topo.o \
+	topo/lwgeom_topo.o \
 	lwgeom_transform.o \
 	lwgeom_wrapx.o \
 	lwunionfind.o \
@@ -154,8 +154,8 @@ SA_HEADERS = \
 	liblwgeom_internal.h \
 	lwgeodetic.h \
 	lwgeodetic_tree.h \
-	liblwgeom_topo.h \
-	liblwgeom_topo_internal.h \
+	topo/liblwgeom_topo.h \
+	topo/liblwgeom_topo_internal.h \
 	lwgeom_log.h \
 	lwgeom_geos.h \
 	lwgeom_log.h \
diff --git a/liblwgeom/liblwgeom_topo.h b/liblwgeom/topo/liblwgeom_topo.h
similarity index 100%
rename from liblwgeom/liblwgeom_topo.h
rename to liblwgeom/topo/liblwgeom_topo.h
diff --git a/liblwgeom/liblwgeom_topo_internal.h b/liblwgeom/topo/liblwgeom_topo_internal.h
similarity index 100%
rename from liblwgeom/liblwgeom_topo_internal.h
rename to liblwgeom/topo/liblwgeom_topo_internal.h
diff --git a/liblwgeom/lwgeom_topo.c b/liblwgeom/topo/lwgeom_topo.c
similarity index 100%
rename from liblwgeom/lwgeom_topo.c
rename to liblwgeom/topo/lwgeom_topo.c
diff --git a/topology/postgis_topology.c b/topology/postgis_topology.c
index 21d619047..c47d9e4f6 100644
--- a/topology/postgis_topology.c
+++ b/topology/postgis_topology.c
@@ -27,7 +27,7 @@
 #include "../postgis_config.h"
 
 #include "liblwgeom_internal.h" /* for gbox_clone */
-#include "liblwgeom_topo.h"
+#include "topo/liblwgeom_topo.h"
 
 /*#define POSTGIS_DEBUG_LEVEL 1*/
 #include "lwgeom_log.h"

-----------------------------------------------------------------------

Summary of changes:
 liblwgeom/Makefile.in                          | 6 +++---
 liblwgeom/{ => topo}/liblwgeom_topo.h          | 0
 liblwgeom/{ => topo}/liblwgeom_topo_internal.h | 0
 liblwgeom/{ => topo}/lwgeom_topo.c             | 0
 topology/postgis_topology.c                    | 2 +-
 5 files changed, 4 insertions(+), 4 deletions(-)
 rename liblwgeom/{ => topo}/liblwgeom_topo.h (100%)
 rename liblwgeom/{ => topo}/liblwgeom_topo_internal.h (100%)
 rename liblwgeom/{ => topo}/lwgeom_topo.c (100%)


hooks/post-receive
-- 
PostGIS


More information about the postgis-tickets mailing list