[geos-commits] [SCM] GEOS branch master updated. a0a80ce08a1650e2c57d5ce792f9ba5f7f3be846

git at osgeo.org git at osgeo.org
Fri Jan 29 15:55:25 PST 2021


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 "GEOS".

The branch, master has been updated
       via  a0a80ce08a1650e2c57d5ce792f9ba5f7f3be846 (commit)
       via  bcb401d5552306a13f5f173dde2710ed5110495e (commit)
      from  c2ac066b9bce4af74a7a89eb9acc3405179c490f (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 a0a80ce08a1650e2c57d5ce792f9ba5f7f3be846
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Jan 29 18:55:12 2021 -0500

    Fix doxygen

diff --git a/include/geos/triangulate/quadedge/TriangleVisitor.h b/include/geos/triangulate/quadedge/TriangleVisitor.h
index 7989a60..36e074e 100644
--- a/include/geos/triangulate/quadedge/TriangleVisitor.h
+++ b/include/geos/triangulate/quadedge/TriangleVisitor.h
@@ -38,7 +38,7 @@ public:
      *
      * @param triEdges an array of the 3 quad edges in a triangle (in CCW order)
      */
-    virtual void visit(std::array<QuadEdge*, 3> &) = 0;
+    virtual void visit(std::array<QuadEdge*, 3> & triEdges) = 0;
     virtual ~TriangleVisitor() = default;
 private:
 } ;

commit bcb401d5552306a13f5f173dde2710ed5110495e
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Jan 29 18:55:02 2021 -0500

    Revert "Fix doxygen"
    
    This reverts commit c2ac066b9bce4af74a7a89eb9acc3405179c490f.

diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5572a38..c8b39ba 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,9 +26,9 @@ list(APPEND CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake")
 
 # TODO: Follow CMake detection of git and version tagging
 #       https://gitlab.kitware.com/cmake/cmake/blob/master/Source/CMakeVersionSource.cmake
-#if(EXISTS ${CMAKE_SOURCE_DIR}/.git/HEAD)
+if(EXISTS ${CMAKE_SOURCE_DIR}/.git/HEAD)
   set(GEOS_BUILD_FROM_GIT ON)
-  #endif()
+endif()
 
 # Make sure we know our build type
 if(NOT CMAKE_BUILD_TYPE)

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

Summary of changes:
 CMakeLists.txt                                      | 4 ++--
 include/geos/triangulate/quadedge/TriangleVisitor.h | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list