[librttopo] branch upstream updated (c212c2b -> 7fe69a6)

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat May 7 10:51:54 UTC 2016


This is an automated email from the git hooks/post-receive script.

sebastic pushed a change to branch upstream
in repository librttopo.

      from  c212c2b   Imported Upstream version 1.0.0~rc2
       new  7fe69a6   Imported Upstream version 1.0.0~rc3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .editorconfig                 |    20 +
 .gitignore                    |    34 +
 .gitlab-ci.yml                |    15 +
 CREDITS                       |     7 +
 ChangeLog                     |   716 ++
 HOWTO_RELEASE                 |    11 +
 Makefile.am                   |    15 +-
 Makefile.in                   |   856 --
 README.md                     |     7 +-
 aclocal.m4                    |  1219 ---
 autogen.sh                    |    95 +
 compile                       |   347 -
 config.guess                  |  1558 ----
 config.sub                    |  1791 ----
 configure                     | 20020 ----------------------------------------
 configure.ac                  |     2 +-
 depcomp                       |   791 --
 doc/BUILDING-ON-WINDOWS.md    |    46 +
 headers/Makefile.in           |   562 --
 headers/librttopo.h           |     4 +-
 headers/librttopo_geom.h      |  2202 -----
 headers/librttopo_geom.h.in   |   340 +-
 install-sh                    |   527 --
 ltmain.sh                     |  9661 -------------------
 m4/libtool.m4                 |  7997 ----------------
 m4/ltoptions.m4               |   384 -
 m4/ltsugar.m4                 |   123 -
 m4/ltversion.m4               |    23 -
 m4/lt~obsolete.m4             |    98 -
 missing                       |   215 -
 src/Makefile.in               |   753 --
 src/box2d.c                   |     6 +-
 src/bytebuffer.c              |   378 +-
 src/bytebuffer.h              |     8 +-
 src/g_box.c                   |   926 +-
 src/g_serialized.c            |  1968 ++--
 src/g_util.c                  |   312 +-
 src/librttopo_geom_internal.h |    38 +-
 src/measures.c                |  3606 ++++----
 src/measures.h                |    24 +-
 src/measures3d.c              |  2010 ++--
 src/measures3d.h              |    22 +-
 src/ptarray.c                 |  2630 +++---
 src/rtalgorithm.c             |  1276 +--
 src/rtcircstring.c            |   330 +-
 src/rtcollection.c            |   842 +-
 src/rtcompound.c              |   380 +-
 src/rtcurvepoly.c             |   196 +-
 src/rtgeodetic.c              |  5060 +++++-----
 src/rtgeodetic.h              |    14 +-
 src/rtgeom.c                  |  3080 +++----
 src/rtgeom_api.c              |   942 +-
 src/rtgeom_debug.c            |   224 +-
 src/rtgeom_geos.c             |  2255 ++---
 src/rtgeom_geos_clean.c       |  1658 ++--
 src/rtgeom_geos_node.c        |   390 +-
 src/rtgeom_geos_split.c       |   832 +-
 src/rtgeom_log.h              |     4 +-
 src/rtgeom_topo.c             |    16 +-
 src/rthomogenize.c            |   346 +-
 src/rtin_geojson.c            |   938 +-
 src/rtin_twkb.c               |   940 +-
 src/rtin_wkb.c                |  1134 +--
 src/rtiterator.c              |   278 +-
 src/rtline.c                  |   680 +-
 src/rtlinearreferencing.c     |  2308 ++---
 src/rtmline.c                 |   134 +-
 src/rtmpoint.c                |   114 +-
 src/rtmpoly.c                 |    28 +-
 src/rtout_encoded_polyline.c  |   152 +-
 src/rtout_geojson.c           |   878 +-
 src/rtout_gml.c               |  2846 +++---
 src/rtout_kml.c               |   256 +-
 src/rtout_svg.c               |   776 +-
 src/rtout_twkb.c              |   946 +-
 src/rtout_twkb.h              |    30 +-
 src/rtout_wkb.c               |  1278 +--
 src/rtout_wkt.c               |   968 +-
 src/rtout_x3d.c               |  1230 +--
 src/rtpoint.c                 |   228 +-
 src/rtpoly.c                  |   732 +-
 src/rtprint.c                 |   672 +-
 src/rtpsurface.c              |   276 +-
 src/rtspheroid.c              |   978 +-
 src/rtstroke.c                |  1366 +--
 src/rttin.c                   |   248 +-
 src/rttopo_config.h           |   169 -
 src/rttopo_config.h.in        |   168 -
 src/rttree.c                  |   336 +-
 src/rttree.h                  |    18 +-
 src/rttriangle.c              |   172 +-
 src/rtutil.c                  |   354 +-
 src/stringbuffer.c            |   360 +-
 src/stringbuffer.h            |     6 +-
 src/varint.c                  |   214 +-
 95 files changed, 26957 insertions(+), 75466 deletions(-)
 create mode 100644 .editorconfig
 create mode 100644 .gitignore
 create mode 100644 .gitlab-ci.yml
 create mode 100644 ChangeLog
 create mode 100644 HOWTO_RELEASE
 delete mode 100644 Makefile.in
 delete mode 100644 aclocal.m4
 create mode 100755 autogen.sh
 delete mode 100755 compile
 delete mode 100755 config.guess
 delete mode 100755 config.sub
 delete mode 100755 configure
 delete mode 100755 depcomp
 create mode 100644 doc/BUILDING-ON-WINDOWS.md
 delete mode 100644 headers/Makefile.in
 delete mode 100644 headers/librttopo_geom.h
 delete mode 100755 install-sh
 delete mode 100644 ltmain.sh
 delete mode 100644 m4/libtool.m4
 delete mode 100644 m4/ltoptions.m4
 delete mode 100644 m4/ltsugar.m4
 delete mode 100644 m4/ltversion.m4
 delete mode 100644 m4/lt~obsolete.m4
 delete mode 100755 missing
 delete mode 100644 src/Makefile.in
 delete mode 100644 src/rttopo_config.h
 delete mode 100644 src/rttopo_config.h.in

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librttopo.git



More information about the Pkg-grass-devel mailing list