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

git at osgeo.org git at osgeo.org
Fri Sep 20 13:16:18 PDT 2019


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  e4125d66bf4951a41d9d71a196769707b3d0431d (commit)
      from  6a8fecd2ff9177adceff8e245d8d3dc7be9599f2 (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 e4125d66bf4951a41d9d71a196769707b3d0431d
Author: Daniel Baston <dbaston at gmail.com>
Date:   Fri Sep 20 16:16:07 2019 -0400

    Remove unused files

diff --git a/.drone.yml b/.drone.yml
deleted file mode 100644
index 1addc51..0000000
--- a/.drone.yml
+++ /dev/null
@@ -1,20 +0,0 @@
-# See http://readme.drone.io/0.5/usage/overview
-
-# See https://git.osgeo.org/gogs/geos/geos-docker
-test-image: &test-image docker.kbt.io/geos/build-test:alpine
-
-pipeline:
-  clone:
-    image: plugins/git
-    depth: 50
-    recursive: false
-  build:
-    image: *test-image
-    commands:
-      - ./autogen.sh
-      - CXXFLAGS="-O0" ./configure
-      - make
-  check:
-    image: *test-image
-    commands:
-      - CXXFLAGS="-O0" make check
diff --git a/.vimrc b/.vimrc
deleted file mode 100644
index d487fcb..0000000
--- a/.vimrc
+++ /dev/null
@@ -1,6 +0,0 @@
-" This file is for reference for when
-" there _is_ a standard style (none yet)
-
-set tabstop=2
-set shiftwidth=2
-set expandtab
diff --git a/TODO b/TODO
deleted file mode 100644
index 01abb45..0000000
--- a/TODO
+++ /dev/null
@@ -1,26 +0,0 @@
-GEOS TODO:
-
-- Feed PrecisionModel to OverlayResultValidator to set _TOLERANCE
-
-- Test unit tests for snapround package
-
-- DoubleBits misregards BYTE_ENDIAN, must check it.
-
-- BUILD CORRECTNESS:
-	- include <geos/config.h> from all .cpp files
-
-- WKB tester in doc/examples.cpp should do point-by-point comparison.
-
-- Implement Safe's idea of a compile-time enabled 2d-only
-  inlineable CoordinateSequence
-
-- WKB extension with LINEARRING ?
-
-- Check how to disable GEOS_VERSION define on command line
-  (or make GEOS_VERSION define in version.h optional)
-  not a major problems, just makes the compiler issue some warninigs.
-
-- Check GeometryEditor behaviour (modify passed geom or create a new one ?)
-  [not documented]
-
-- Add distinct binary predicates test support in XMLTester

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

Summary of changes:
 .drone.yml | 20 --------------------
 .vimrc     |  6 ------
 TODO       | 26 --------------------------
 3 files changed, 52 deletions(-)
 delete mode 100644 .drone.yml
 delete mode 100644 .vimrc
 delete mode 100644 TODO


hooks/post-receive
-- 
GEOS


More information about the geos-commits mailing list