[sfcgal] 02/06: Merge tag 'upstream/1.3.0'

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Mar 1 23:01:24 UTC 2016


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

sebastic pushed a commit to branch master
in repository sfcgal.

commit ca21d73c8cfe4670c9ec2ead7da2ab3358ea5903
Merge: 7f67299 0482d7a
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Mar 1 23:43:24 2016 +0100

    Merge tag 'upstream/1.3.0'
    
    Upstream version 1.3.0

 CMakeLists.txt                                     |   29 +-
 NEWS                                               |   10 +
 .../boost-1.60.0/boost/graph/adjacency_matrix.hpp  | 1238 ++++++++++++++++++++
 src/Geometry.cpp                                   |   14 +-
 src/Geometry.h                                     |   17 +-
 src/Grid.cpp                                       |  138 ---
 src/Grid.h                                         |  239 ----
 src/algorithm/extrude.cpp                          |    4 +-
 src/algorithm/isValid.cpp                          |   74 +-
 src/algorithm/isValid.h                            |   71 +-
 src/algorithm/minkowskiSum.cpp                     |    4 +-
 src/algorithm/straightSkeleton.cpp                 |  165 ++-
 src/algorithm/straightSkeleton.h                   |   11 +-
 src/algorithm/union.cpp                            |    2 -
 src/capi/sfcgal_c.cpp                              |   62 +-
 src/capi/sfcgal_c.h                                |   30 +
 src/detail/ForceValidityVisitor.cpp                |  171 +++
 src/{io/asc.h => detail/ForceValidityVisitor.h}    |   42 +-
 src/detail/io/WktReader.cpp                        |   12 +-
 src/detail/tools/Log.h                             |    4 -
 src/detail/transform/AffineTransform2.cpp          |    6 +-
 src/detail/transform/AffineTransform3.cpp          |    5 +-
 src/detail/transform/Force2D.cpp                   |    5 +-
 src/detail/transform/ForceZ.cpp                    |    5 +-
 src/io/asc.cpp                                     |  125 --
 src/io/wkt.cpp                                     |   18 +-
 src/triangulate/triangulate2DZ.cpp                 |    2 +-
 test/bench/BenchPredicate.cpp                      |   73 ++
 test/data/CoversTest.txt                           |    4 +-
 test/garden/main.cpp                               |    5 +-
 test/regress/standalone/SFCGAL/ASCTest.cpp         |  102 --
 test/unit/SFCGAL/GridTest.cpp                      |  180 ---
 .../SFCGAL/algorithm/ApproximateMedialAxis.cpp     |   18 +-
 test/unit/SFCGAL/algorithm/DistanceTest.cpp        |    2 +-
 .../unit/SFCGAL/algorithm/StraightSkeletonTest.cpp |   16 +
 test/unit/SFCGAL/capi/sfcgal_cTest.cpp             |   20 +
 test/unit/SFCGAL/io/WktReaderTest.cpp              |   38 +-
 .../unit/SFCGAL/triangulate/Triangulate2DZTest.cpp |    4 -
 viewer/CMakeLists.txt                              |   40 -
 viewer/cmake/Modules/FindosgQt.cmake               |   50 -
 viewer/include/SFCGAL/viewer/GISManipulator.h      |   44 -
 viewer/include/SFCGAL/viewer/ViewerPlugin.h        |   74 --
 viewer/include/SFCGAL/viewer/ViewerWidget.h        |  102 --
 viewer/include/SFCGAL/viewer/ViewerWindow.h        |  112 --
 viewer/include/SFCGAL/viewer/plugins/DataPlugin.h  |   70 --
 viewer/include/SFCGAL/viewer/plugins/DemoPlugin.h  |   76 --
 viewer/include/SFCGAL/viewer/plugins/GridPlugin.h  |   67 --
 viewer/include/SFCGAL/viewer/plugins/PSQLPlugin.h  |  160 ---
 viewer/include/db.h                                |  274 -----
 viewer/main.cpp                                    |  105 --
 viewer/src/SFCGAL/viewer/GISManipulator.cpp        |   82 --
 viewer/src/SFCGAL/viewer/ViewerPlugin.cpp          |   67 --
 viewer/src/SFCGAL/viewer/ViewerWidget.cpp          |  353 ------
 viewer/src/SFCGAL/viewer/ViewerWindow.cpp          |  259 ----
 viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp    |  103 --
 viewer/src/SFCGAL/viewer/plugins/DemoPlugin.cpp    |  231 ----
 viewer/src/SFCGAL/viewer/plugins/GridPlugin.cpp    |  122 --
 viewer/src/SFCGAL/viewer/plugins/PSQLPlugin.cpp    |  553 ---------
 viewer/src/db.cpp                                  |   66 --
 59 files changed, 2019 insertions(+), 3956 deletions(-)

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



More information about the Pkg-grass-devel mailing list