This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch master in repository librttopo.
commit 6d25c71701748a15e37128591bcdb238773834a0 Merge: 8fa183d c212c2b Author: Bas Couwenberg <[email protected]> Date: Sat Apr 30 01:13:30 2016 +0200 Merge tag 'upstream/1.0.0_rc2' Upstream version 1.0.0~rc2 .gitignore | 20 - .gitlab-ci.yml | 13 - CREDITS | 8 + Makefile | 23 - Makefile.am | 13 + Makefile.in | 856 + README.md | 62 +- README.topo | 26 - Version.config | 15 - aclocal.m4 | 1210 +- autogen.sh | 91 - compile | 347 + config.guess | 1558 ++ config.sub | 1791 ++ configure | 20020 +++++++++++++++++++ configure.ac | 513 +- depcomp | 791 + doc/DATASTORES.md | 4 + g_serialized.txt => doc/g_serialized.txt | 0 headers/Makefile.am | 2 + headers/Makefile.in | 562 + src/librtgeom_topo.h => headers/librttopo.h | 4 +- src/librtgeom.h.in => headers/librttopo_geom.h | 152 +- src/librtgeom.h.in => headers/librttopo_geom.h.in | 148 +- install-sh | 527 + ltmain.sh | 9661 +++++++++ {macros => m4}/libtool.m4 | 0 {macros => m4}/ltoptions.m4 | 0 {macros => m4}/ltsugar.m4 | 0 {macros => m4}/ltversion.m4 | 0 {macros => m4}/lt~obsolete.m4 | 0 macros/intltool.m4 | 216 - macros/lib-ld.m4 | 110 - macros/lib-link.m4 | 709 - macros/lib-prefix.m4 | 185 - macros/po.m4 | 449 - macros/progtest.m4 | 92 - makefile.vc | 62 + missing | 215 + nmake.opt | 13 + rttopo.pc.in | 12 + src/Makefile.am | 31 + src/Makefile.in | 889 +- src/box2d.c | 8 +- src/bytebuffer.c | 4 +- src/bytebuffer.h | 2 +- src/g_box.c | 4 +- src/g_serialized.c | 4 +- src/g_util.c | 4 +- ...rtgeom_internal.h => librttopo_geom_internal.h} | 10 +- ...rtgeom_topo_internal.h => librttopo_internal.h} | 6 +- src/measures.c | 2 +- src/measures.h | 6 +- src/measures3d.c | 4 +- src/measures3d.h | 2 +- src/ptarray.c | 4 +- src/rtalgorithm.c | 4 +- src/rtcircstring.c | 4 +- src/rtcollection.c | 4 +- src/rtcompound.c | 4 +- src/rtcurvepoly.c | 4 +- src/rtgeodetic.c | 4 +- src/rtgeodetic.h | 2 +- src/rtgeodetic_tree.c | 951 - src/rtgeodetic_tree.h | 60 - src/rtgeom.c | 4 +- src/rtgeom_api.c | 4 +- src/rtgeom_debug.c | 4 +- src/rtgeom_geos.c | 6 +- src/rtgeom_geos.h | 4 +- src/rtgeom_geos_clean.c | 6 +- src/rtgeom_geos_node.c | 4 +- src/rtgeom_geos_split.c | 4 +- src/rtgeom_log.h | 4 +- src/rtgeom_topo.c | 200 +- src/rthomogenize.c | 4 +- src/rtin_geojson.c | 4 +- src/rtin_twkb.c | 4 +- src/rtin_wkb.c | 4 +- src/rtiterator.c | 4 +- src/rtline.c | 4 +- src/rtlinearreferencing.c | 4 +- src/rtmcurve.c | 4 +- src/rtmline.c | 4 +- src/rtmpoint.c | 4 +- src/rtmpoly.c | 4 +- src/rtmsurface.c | 4 +- src/rtout_encoded_polyline.c | 4 +- src/rtout_geojson.c | 4 +- src/rtout_gml.c | 4 +- src/rtout_kml.c | 4 +- src/rtout_svg.c | 4 +- src/rtout_twkb.c | 2 +- src/rtout_twkb.h | 6 +- src/rtout_wkb.c | 4 +- src/rtout_wkt.c | 4 +- src/rtout_x3d.c | 4 +- src/rtpoint.c | 4 +- src/rtpoly.c | 4 +- src/rtprint.c | 13 +- src/rtpsurface.c | 4 +- src/rtspheroid.c | 4 +- src/rtstroke.c | 4 +- src/rttin.c | 4 +- src/rttopo_config.h | 169 + src/rttopo_config.h.in | 187 +- src/rttree.c | 6 +- src/rttree.h | 4 +- src/rttriangle.c | 4 +- src/rtutil.c | 19 +- src/stringbuffer.c | 4 +- src/stringbuffer.h | 4 +- src/varint.c | 4 +- src/varint.h | 4 +- 114 files changed, 39415 insertions(+), 3852 deletions(-) -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/librttopo.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

