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

giggls-guest pushed a change to branch upstream
in repository sfcgal.

      from  bca7157   Imported Upstream version 1.1.0
       new  08f9bc0   Imported Upstream version 1.2.0

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:
 .gitignore                                         |  12 +-
 .travis.yml                                        |  19 +++
 CMakeLists.txt                                     |   9 +-
 NEWS                                               |  16 ++-
 src/Exception.h                                    |   2 +-
 src/algorithm/connection.cpp                       |   2 +-
 src/algorithm/covers.h                             |   2 +-
 src/algorithm/difference.h                         |   2 +-
 src/algorithm/intersection.h                       |   2 +-
 src/algorithm/intersects.h                         |   2 +-
 src/algorithm/isValid.cpp                          |  12 ++
 src/algorithm/straightSkeleton.cpp                 | 135 +++++++++++++++------
 src/algorithm/straightSkeleton.h                   |  16 ++-
 src/algorithm/translate.cpp                        |  12 ++
 src/algorithm/translate.h                          |   7 +-
 src/algorithm/union.cpp                            |   4 +-
 src/algorithm/union.h                              |   2 +-
 src/capi/sfcgal_c.cpp                              |   1 +
 src/capi/sfcgal_c.h                                |  10 +-
 src/detail/GeometrySet.cpp                         |   4 +-
 src/detail/TestGeometry.h                          |   2 +
 src/detail/graph/Edge.h                            |   2 +-
 src/detail/graph/GeometryGraph.h                   |   2 +-
 test/CMakeLists.txt                                |   8 --
 test/bench/BenchStraightSkeleton.cpp               |  95 +++++++++++++++
 ...tSkeletonTest.cpp => ApproximateMedialAxis.cpp} |  60 +++++----
 .../unit/SFCGAL/algorithm/StraightSkeletonTest.cpp |  54 +++++++--
 test/unit/SFCGAL/capi/sfcgal_cTest.cpp             |  28 +++++
 travis/linux/before_install.sh                     |  16 +++
 viewer/src/SFCGAL/viewer/plugins/DataPlugin.cpp    |   2 +-
 30 files changed, 422 insertions(+), 118 deletions(-)
 create mode 100644 .travis.yml
 create mode 100644 test/bench/BenchStraightSkeleton.cpp
 copy test/unit/SFCGAL/algorithm/{StraightSkeletonTest.cpp => 
ApproximateMedialAxis.cpp} (55%)
 create mode 100755 travis/linux/before_install.sh

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

_______________________________________________
Pkg-grass-devel mailing list
Pkg-grass-devel@lists.alioth.debian.org
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

Reply via email to