[qhull] branch master updated (f1e1e8c -> c1a2379)

Barak A. Pearlmutter barak+git at cs.nuim.ie
Thu Feb 6 14:06:25 UTC 2014


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

bap pushed a change to branch master
in repository qhull.

  discards  f1e1e8c   remove phony debian/rules declarations, newest version of make disallows
  discards  10a559d   oops: missing boilerplate in debian/rules
  discards  9571784   update watch file
  discards  2a83faf   log changes
  discards  7474f65   update/modify debian packaging for dh8 and current upstream
  discards  50de97b   port and refresh quilt patches
  discards  40f3316   debian/.gitignore from debian .gitignore
      adds  f58744f   Imported Upstream version 3.1
      adds  4b328cd   Imported Debian patch 3.1-5
      adds  8d41314   Imported Upstream version 2003.1
      adds  0a4146b   Imported Debian patch 2003.1-1
      adds  364a57d   Imported Debian patch 2003.1-2
      adds  4d04e4a   Imported Debian patch 2003.1-3
      adds  a13d4fa   Imported Debian patch 2003.1-4
      adds  a790255   Imported Debian patch 2003.1-5
      adds  6845464   Imported Debian patch 2003.1-6
      adds  a942de7   Imported Debian patch 2003.1-7
      adds  64c54eb   Imported Debian patch 2003.1-8
      adds  c1ac05c   Imported Debian patch 2003.1-9
      adds  4d5f6b3   Imported Debian patch 2003.1-9lenny1
      adds  70be05d   Imported Debian patch 2003.1-10
      adds  ada6189   Imported Debian patch 2003.1-10lenny1
      adds  cb4e831   Imported Debian patch 2003.1-11
      adds  5267542   Imported Debian patch 2003.1-12
      adds  4906ec9   Imported Upstream version 2009.1
      adds  75c33f7   Imported Debian patch 2009.1-1
      adds  e277a6f   Imported Debian patch 2009.1-2
      adds  9c1b613   Imported Debian patch 2009.1-3
       new  df70fa2   Merge branch 'deb-only' which holds only (identical) debian/ subdir
      adds  fdba3a1   Imported Upstream version 2012.1
       new  654ed52   Merge tag 'upstream/2012.1'
       new  8aa0186   debian/.gitignore from debian .gitignore
       new  95e06ef   port and refresh quilt patches
       new  4276516   update/modify debian packaging for dh8 and current upstream
       new  97dd548   log changes
       new  2dfb731   update watch file
       new  7b233d4   tweak debian/rules
       new  f7bb420   dh9 and bump standards version
       new  a00a184   forward port quilt patches
       new  5f59cd9   update format string security patch
       new  f936e38   Upstream fixes obviate need for -fno-strict-aliasing.
       new  b620412   add pointer to upstream repo
       new  793998e   use upstream cmake
       new  e984381   bump to libqhull.so.6
       new  aba3dff   fiddle with result of installation to be more like we'd want
       new  a944f67   no more build stamping around!
       new  67e454f   move HTML files from /usr/include to /usr/share/doc, with links for .h files
       new  ad3628f   skip examples pending forensics
       new  ab8750b   comment out urls in debian/watch which don't get latest version
       new  a97f3e6   all the docs
       new  cbecd5d   chrpath --delete
       new  93648ba   git ignore update for cmake build
       new  44a000e   refresh and sort debian/.gitignore
       new  f62f823   put debian TODO file in -doc package
       new  b0d91b3   update doc-base files
       new  db0eef3   quilt patches for spelling and man page
       new  c1a2379   log changes

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (f1e1e8c)
            \
             N -- N -- N   refs/heads/master (c1a2379)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omits" are not gone; other references still
refer to them.  Any revisions marked "discards" are gone forever.

The 28 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                                         |     1 +
 Announce.txt                                       |    51 +
 CMakeLists.txt                                     |   432 +
 debian/copyright => COPYING.txt                    |    55 +-
 File_id.diz                                        |    12 +
 Makefile                                           |   567 +
 QHULL-GO.lnk                                       |   Bin 0 -> 1463 bytes
 README.txt                                         |   523 +
 REGISTER.txt                                       |    32 +
 build/libqhull.vcproj                              |   545 +
 build/libqhull_p.vcproj                            |   545 +
 build/qconvex.vcproj                               |   429 +
 build/qdelaunay.vcproj                             |   429 +
 build/qhalf.vcproj                                 |   429 +
 build/qhull.sln                                    |   203 +
 build/qhull.vcproj                                 |   429 +
 build/qhullcpp.vcproj                              |   510 +
 build/qhullstatic.vcproj                           |   419 +
 build/qhullstatic_p.vcproj                         |   415 +
 build/qhulltest.vcproj                             |   698 ++
 build/qvoronoi.vcproj                              |   429 +
 build/rbox.vcproj                                  |   429 +
 build/testqset.vcproj                              |   433 +
 build/user_eg.vcproj                               |   429 +
 build/user_eg2.vcproj                              |   429 +
 build/user_eg3.vcproj                              |   429 +
 config/Makefile-am-eg                              |    25 +
 config/Makefile-am-html                            |    60 +
 config/Makefile-am-libqhull                        |   103 +
 config/Makefile-am-main                            |    29 +
 config/Makefile.am                                 |    14 +
 config/README                                      |    30 +
 config/bootstrap.sh                                |    33 +
 config/changelog                                   |   128 +
 config/configure.ac                                |    25 +
 config/patches/00list                              |     2 +
 config/patches/QHpointer.dpatch                    |    35 +
 config/patches/make-new-msg.dpatch                 |    40 +
 debian/.gitignore                                  |    12 +-
 debian/changelog                                   |    25 +-
 debian/clean                                       |     1 -
 debian/compat                                      |     2 +-
 debian/control                                     |    11 +-
 debian/copyright                                   |     1 +
 debian/libqhull-dev.install                        |     2 +-
 debian/{TODO => libqhull-doc.TODO}                 |     0
 debian/libqhull-doc.doc-base.qhull-api             |     9 +
 ...doc-base => libqhull-doc.doc-base.qhull-manual} |     6 +-
 debian/libqhull-doc.docs                           |     3 +-
 debian/libqhull-doc.examples                       |     7 +-
 debian/libqhull-doc.install                        |     1 +
 debian/libqhull5.symbols                           |   400 -
 debian/{libqhull5.install => libqhull6.install}    |     0
 .../patches/0001-debianize-test-failure-msg.patch  |     7 +-
 debian/patches/0002-format-string-security.patch   |    21 +-
 debian/patches/0003-QHpointer.patch                |    17 +-
 debian/patches/0004-spelling.patch                 |    72 +
 debian/patches/0005-QJN-not-a-macro.patch          |    26 +
 debian/patches/series                              |     2 +
 debian/rules                                       |    30 +-
 debian/watch                                       |     4 +-
 eg/Qhull-go.bat                                    |    18 +
 eg/make-vcproj.sh                                  |    83 +
 eg/q_eg                                            |    72 +
 eg/q_egtest                                        |    47 +
 eg/q_test                                          |   403 +
 eg/q_test-ok.txt                                   | 12266 +++++++++++++++++++
 eg/q_test.bat                                      |   666 +
 eg/qhull-zip.sh                                    |   257 +
 eg/qhulltest-ok.txt                                |  1128 ++
 html/index.htm                                     |   772 ++
 html/normal_voronoi_knauss_oesterle.jpg            |   Bin 0 -> 23924 bytes
 html/qconvex.htm                                   |   628 +
 html/qdelau_f.htm                                  |   414 +
 html/qdelaun.htm                                   |   626 +
 html/qh--4d.gif                                    |   Bin 0 -> 4372 bytes
 html/qh--cone.gif                                  |   Bin 0 -> 2946 bytes
 html/qh--dt.gif                                    |   Bin 0 -> 3772 bytes
 html/qh--geom.gif                                  |   Bin 0 -> 318 bytes
 html/qh--half.gif                                  |   Bin 0 -> 2537 bytes
 html/qh--rand.gif                                  |   Bin 0 -> 3875 bytes
 html/qh-code.htm                                   |   954 ++
 html/qh-eg.htm                                     |   691 ++
 html/qh-faq.htm                                    |  1538 +++
 html/qh-get.htm                                    |   129 +
 html/qh-impre.htm                                  |   797 ++
 html/qh-optc.htm                                   |   289 +
 html/qh-optf.htm                                   |   733 ++
 html/qh-optg.htm                                   |   271 +
 html/qh-opto.htm                                   |   345 +
 html/qh-optp.htm                                   |   249 +
 html/qh-optq.htm                                   |   709 ++
 html/qh-optt.htm                                   |   275 +
 html/qh-quick.htm                                  |   491 +
 html/qhalf.htm                                     |   597 +
 html/qhull-cpp.xml                                 |   213 +
 html/qhull.htm                                     |   469 +
 html/qhull.man                                     |  1005 ++
 html/qhull.txt                                     |  1260 ++
 html/qvoron_f.htm                                  |   394 +
 html/qvoronoi.htm                                  |   665 +
 html/rbox.htm                                      |   272 +
 html/rbox.man                                      |   173 +
 html/rbox.txt                                      |   195 +
 index.htm                                          |   278 +
 qhull-2012.1-src-tgz.md5sum                        |   226 +
 src/Changes.txt                                    |  1626 +++
 src/libqhull/Makefile                              |   186 +
 src/libqhull/Mborland                              |   206 +
 src/libqhull/geom.c                                |  1234 ++
 src/libqhull/geom.h                                |   176 +
 src/libqhull/geom2.c                               |  2081 ++++
 src/libqhull/global.c                              |  2127 ++++
 src/libqhull/index.htm                             |   248 +
 src/libqhull/io.c                                  |  4060 ++++++
 src/libqhull/io.h                                  |   159 +
 src/libqhull/libqhull.c                            |  1401 +++
 src/libqhull/libqhull.h                            |  1100 ++
 src/libqhull/libqhull.pro                          |    66 +
 src/libqhull/mem.c                                 |   543 +
 src/libqhull/mem.h                                 |   219 +
 src/libqhull/merge.c                               |  3623 ++++++
 src/libqhull/merge.h                               |   178 +
 src/libqhull/poly.c                                |  1199 ++
 src/libqhull/poly.h                                |   295 +
 src/libqhull/poly2.c                               |  3154 +++++
 src/libqhull/qh-geom.htm                           |   293 +
 src/libqhull/qh-globa.htm                          |   161 +
 src/libqhull/qh-io.htm                             |   303 +
 src/libqhull/qh-mem.htm                            |   141 +
 src/libqhull/qh-merge.htm                          |   364 +
 src/libqhull/qh-poly.htm                           |   481 +
 src/libqhull/qh-qhull.htm                          |   277 +
 src/libqhull/qh-set.htm                            |   306 +
 src/libqhull/qh-stat.htm                           |   161 +
 src/libqhull/qh-user.htm                           |   263 +
 src/libqhull/qhull-exports.def                     |   412 +
 src/libqhull/qhull_a.h                             |   151 +
 src/libqhull/qset.c                                |  1339 ++
 src/libqhull/qset.h                                |   488 +
 src/libqhull/random.c                              |   243 +
 src/libqhull/random.h                              |    34 +
 src/libqhull/rboxlib.c                             |   795 ++
 src/libqhull/stat.c                                |   714 ++
 src/libqhull/stat.h                                |   541 +
 src/libqhull/user.c                                |   527 +
 src/libqhull/user.h                                |   858 ++
 src/libqhull/usermem.c                             |    64 +
 src/libqhull/userprintf.c                          |    63 +
 src/libqhull/userprintf_rbox.c                     |    53 +
 src/libqhullcpp/Coordinates.cpp                    |   184 +
 src/libqhullcpp/Coordinates.h                      |   311 +
 src/libqhullcpp/PointCoordinates.cpp               |   294 +
 src/libqhullcpp/PointCoordinates.h                 |   149 +
 src/libqhullcpp/Qhull.cpp                          |   543 +
 src/libqhullcpp/Qhull.h                            |   147 +
 src/libqhullcpp/QhullError.h                       |    64 +
 src/libqhullcpp/QhullFacet.cpp                     |   524 +
 src/libqhullcpp/QhullFacet.h                       |   155 +
 src/libqhullcpp/QhullFacetList.cpp                 |   164 +
 src/libqhullcpp/QhullFacetList.h                   |   102 +
 src/libqhullcpp/QhullFacetSet.cpp                  |   145 +
 src/libqhullcpp/QhullFacetSet.h                    |    94 +
 src/libqhullcpp/QhullHyperplane.cpp                |   166 +
 src/libqhullcpp/QhullHyperplane.h                  |   122 +
 src/libqhullcpp/QhullIterator.h                    |   171 +
 src/libqhullcpp/QhullLinkedList.h                  |   377 +
 src/libqhullcpp/QhullPoint.cpp                     |   177 +
 src/libqhullcpp/QhullPoint.h                       |   130 +
 src/libqhullcpp/QhullPointSet.cpp                  |   217 +
 src/libqhullcpp/QhullPointSet.h                    |   254 +
 src/libqhullcpp/QhullPoints.cpp                    |   235 +
 src/libqhullcpp/QhullPoints.h                      |   246 +
 src/libqhullcpp/QhullQh.cpp                        |   104 +
 src/libqhullcpp/QhullQh.h                          |    51 +
 src/libqhullcpp/QhullRidge.cpp                     |   102 +
 src/libqhullcpp/QhullRidge.h                       |   110 +
 src/libqhullcpp/QhullSet.cpp                       |    47 +
 src/libqhullcpp/QhullSet.h                         |   360 +
 src/libqhullcpp/QhullSets.h                        |    27 +
 src/libqhullcpp/QhullStat.cpp                      |    42 +
 src/libqhullcpp/QhullStat.h                        |    52 +
 src/libqhullcpp/QhullVertex.cpp                    |    94 +
 src/libqhullcpp/QhullVertex.h                      |   103 +
 src/libqhullcpp/QhullVertexSet.cpp                 |   110 +
 src/libqhullcpp/QhullVertexSet.h                   |    79 +
 src/libqhullcpp/RboxPoints.cpp                     |   219 +
 src/libqhullcpp/RboxPoints.h                       |    66 +
 src/libqhullcpp/RoadError.cpp                      |   156 +
 src/libqhullcpp/RoadError.h                        |    86 +
 src/libqhullcpp/RoadLogEvent.cpp                   |   122 +
 src/libqhullcpp/RoadLogEvent.h                     |    77 +
 src/libqhullcpp/UsingLibQhull.cpp                  |   373 +
 src/libqhullcpp/UsingLibQhull.h                    |   144 +
 src/libqhullcpp/functionObjects.h                  |    66 +
 src/libqhullcpp/libqhullcpp.pro                    |    71 +
 src/libqhullcpp/qhull_interface.cpp                |    96 +
 src/libqhullcpp/qt-qhull.cpp                       |   129 +
 src/libqhullp/libqhullp.pro                        |    25 +
 src/libqhullp/qhull_p-exports.def                  |   413 +
 src/libqhullstatic/libqhullstatic.pro              |    19 +
 src/libqhullstaticp/libqhullstaticp.pro            |    21 +
 src/qconvex/qconvex.c                              |   336 +
 src/qconvex/qconvex.pro                            |     9 +
 src/qdelaunay/qdelaun.c                            |   325 +
 src/qdelaunay/qdelaunay.pro                        |     9 +
 src/qhalf/qhalf.c                                  |   326 +
 src/qhalf/qhalf.pro                                |     9 +
 src/qhull-all.pro                                  |    76 +
 src/qhull-app-c.pri                                |    24 +
 src/qhull-app-cpp.pri                              |    26 +
 src/qhull-app-shared.pri                           |    27 +
 src/qhull-app-sharedp.pri                          |    29 +
 src/qhull-libqhull-src.pri                         |    36 +
 src/qhull-warn.pri                                 |    57 +
 src/qhull/qhull.pro                                |     9 +
 src/qhull/unix.c                                   |   382 +
 src/qhulltest/Coordinates_test.cpp                 |   534 +
 src/qhulltest/PointCoordinates_test.cpp            |   397 +
 src/qhulltest/Point_test.cpp                       |   238 +
 src/qhulltest/QhullFacetList_test.cpp              |   172 +
 src/qhulltest/QhullFacetSet_test.cpp               |   153 +
 src/qhulltest/QhullFacet_test.cpp                  |   264 +
 src/qhulltest/QhullHyperplane_test.cpp             |   412 +
 src/qhulltest/QhullLinkedList_test.cpp             |   330 +
 src/qhulltest/QhullPointSet_test.cpp               |   370 +
 src/qhulltest/QhullPoint_test.cpp                  |   397 +
 src/qhulltest/QhullPoints_test.cpp                 |   481 +
 src/qhulltest/QhullRidge_test.cpp                  |   163 +
 src/qhulltest/QhullSet_test.cpp                    |   435 +
 src/qhulltest/QhullVertexSet_test.cpp              |   185 +
 src/qhulltest/QhullVertex_test.cpp                 |   184 +
 src/qhulltest/Qhull_test.cpp                       |   380 +
 src/qhulltest/RboxPoints_test.cpp                  |   216 +
 src/qhulltest/RoadTest.cpp                         |    84 +
 src/qhulltest/RoadTest.h                           |   101 +
 src/qhulltest/UsingLibQhull_test.cpp               |   210 +
 src/qhulltest/qhulltest.cpp                        |    86 +
 src/qhulltest/qhulltest.pro                        |    34 +
 src/qvoronoi/qvoronoi.c                            |   313 +
 src/qvoronoi/qvoronoi.pro                          |     9 +
 src/rbox/rbox.c                                    |   101 +
 src/rbox/rbox.pro                                  |     9 +
 src/testqset/testqset.c                            |   856 ++
 src/testqset/testqset.pro                          |    29 +
 src/user_eg/user_eg.c                              |   327 +
 src/user_eg/user_eg.pro                            |     9 +
 src/user_eg2/user_eg2.c                            |   736 ++
 src/user_eg2/user_eg2.pro                          |     9 +
 src/user_eg3/user_eg3.cpp                          |   156 +
 src/user_eg3/user_eg3.pro                          |    10 +
 251 files changed, 91912 insertions(+), 489 deletions(-)
 create mode 100644 .gitignore
 create mode 100644 Announce.txt
 create mode 100644 CMakeLists.txt
 copy debian/copyright => COPYING.txt (54%)
 create mode 100644 File_id.diz
 create mode 100644 Makefile
 create mode 100644 QHULL-GO.lnk
 create mode 100644 README.txt
 create mode 100644 REGISTER.txt
 create mode 100644 build/libqhull.vcproj
 create mode 100644 build/libqhull_p.vcproj
 create mode 100644 build/qconvex.vcproj
 create mode 100644 build/qdelaunay.vcproj
 create mode 100644 build/qhalf.vcproj
 create mode 100644 build/qhull.sln
 create mode 100644 build/qhull.vcproj
 create mode 100644 build/qhullcpp.vcproj
 create mode 100644 build/qhullstatic.vcproj
 create mode 100644 build/qhullstatic_p.vcproj
 create mode 100644 build/qhulltest.vcproj
 create mode 100644 build/qvoronoi.vcproj
 create mode 100644 build/rbox.vcproj
 create mode 100644 build/testqset.vcproj
 create mode 100644 build/user_eg.vcproj
 create mode 100644 build/user_eg2.vcproj
 create mode 100644 build/user_eg3.vcproj
 create mode 100644 config/Makefile-am-eg
 create mode 100644 config/Makefile-am-html
 create mode 100644 config/Makefile-am-libqhull
 create mode 100644 config/Makefile-am-main
 create mode 100644 config/Makefile.am
 create mode 100644 config/README
 create mode 100755 config/bootstrap.sh
 create mode 100644 config/changelog
 create mode 100644 config/configure.ac
 create mode 100644 config/patches/00list
 create mode 100755 config/patches/QHpointer.dpatch
 create mode 100755 config/patches/make-new-msg.dpatch
 rename debian/{TODO => libqhull-doc.TODO} (100%)
 create mode 100644 debian/libqhull-doc.doc-base.qhull-api
 rename debian/{libqhull-doc.doc-base => libqhull-doc.doc-base.qhull-manual} (77%)
 create mode 100644 debian/libqhull-doc.install
 delete mode 100644 debian/libqhull5.symbols
 rename debian/{libqhull5.install => libqhull6.install} (100%)
 create mode 100644 debian/patches/0004-spelling.patch
 create mode 100644 debian/patches/0005-QJN-not-a-macro.patch
 create mode 100755 eg/Qhull-go.bat
 create mode 100755 eg/make-vcproj.sh
 create mode 100755 eg/q_eg
 create mode 100755 eg/q_egtest
 create mode 100755 eg/q_test
 create mode 100644 eg/q_test-ok.txt
 create mode 100755 eg/q_test.bat
 create mode 100755 eg/qhull-zip.sh
 create mode 100644 eg/qhulltest-ok.txt
 create mode 100644 html/index.htm
 create mode 100644 html/normal_voronoi_knauss_oesterle.jpg
 create mode 100644 html/qconvex.htm
 create mode 100644 html/qdelau_f.htm
 create mode 100644 html/qdelaun.htm
 create mode 100644 html/qh--4d.gif
 create mode 100644 html/qh--cone.gif
 create mode 100644 html/qh--dt.gif
 create mode 100644 html/qh--geom.gif
 create mode 100644 html/qh--half.gif
 create mode 100644 html/qh--rand.gif
 create mode 100644 html/qh-code.htm
 create mode 100644 html/qh-eg.htm
 create mode 100644 html/qh-faq.htm
 create mode 100644 html/qh-get.htm
 create mode 100644 html/qh-impre.htm
 create mode 100644 html/qh-optc.htm
 create mode 100644 html/qh-optf.htm
 create mode 100644 html/qh-optg.htm
 create mode 100644 html/qh-opto.htm
 create mode 100644 html/qh-optp.htm
 create mode 100644 html/qh-optq.htm
 create mode 100644 html/qh-optt.htm
 create mode 100644 html/qh-quick.htm
 create mode 100644 html/qhalf.htm
 create mode 100644 html/qhull-cpp.xml
 create mode 100644 html/qhull.htm
 create mode 100644 html/qhull.man
 create mode 100644 html/qhull.txt
 create mode 100644 html/qvoron_f.htm
 create mode 100644 html/qvoronoi.htm
 create mode 100644 html/rbox.htm
 create mode 100644 html/rbox.man
 create mode 100644 html/rbox.txt
 create mode 100644 index.htm
 create mode 100644 qhull-2012.1-src-tgz.md5sum
 create mode 100644 src/Changes.txt
 create mode 100644 src/libqhull/Makefile
 create mode 100644 src/libqhull/Mborland
 create mode 100644 src/libqhull/geom.c
 create mode 100644 src/libqhull/geom.h
 create mode 100644 src/libqhull/geom2.c
 create mode 100644 src/libqhull/global.c
 create mode 100644 src/libqhull/index.htm
 create mode 100644 src/libqhull/io.c
 create mode 100644 src/libqhull/io.h
 create mode 100644 src/libqhull/libqhull.c
 create mode 100644 src/libqhull/libqhull.h
 create mode 100644 src/libqhull/libqhull.pro
 create mode 100644 src/libqhull/mem.c
 create mode 100644 src/libqhull/mem.h
 create mode 100644 src/libqhull/merge.c
 create mode 100644 src/libqhull/merge.h
 create mode 100644 src/libqhull/poly.c
 create mode 100644 src/libqhull/poly.h
 create mode 100644 src/libqhull/poly2.c
 create mode 100644 src/libqhull/qh-geom.htm
 create mode 100644 src/libqhull/qh-globa.htm
 create mode 100644 src/libqhull/qh-io.htm
 create mode 100644 src/libqhull/qh-mem.htm
 create mode 100644 src/libqhull/qh-merge.htm
 create mode 100644 src/libqhull/qh-poly.htm
 create mode 100644 src/libqhull/qh-qhull.htm
 create mode 100644 src/libqhull/qh-set.htm
 create mode 100644 src/libqhull/qh-stat.htm
 create mode 100644 src/libqhull/qh-user.htm
 create mode 100644 src/libqhull/qhull-exports.def
 create mode 100644 src/libqhull/qhull_a.h
 create mode 100644 src/libqhull/qset.c
 create mode 100644 src/libqhull/qset.h
 create mode 100644 src/libqhull/random.c
 create mode 100644 src/libqhull/random.h
 create mode 100644 src/libqhull/rboxlib.c
 create mode 100644 src/libqhull/stat.c
 create mode 100644 src/libqhull/stat.h
 create mode 100644 src/libqhull/user.c
 create mode 100644 src/libqhull/user.h
 create mode 100644 src/libqhull/usermem.c
 create mode 100644 src/libqhull/userprintf.c
 create mode 100644 src/libqhull/userprintf_rbox.c
 create mode 100644 src/libqhullcpp/Coordinates.cpp
 create mode 100644 src/libqhullcpp/Coordinates.h
 create mode 100644 src/libqhullcpp/PointCoordinates.cpp
 create mode 100644 src/libqhullcpp/PointCoordinates.h
 create mode 100644 src/libqhullcpp/Qhull.cpp
 create mode 100644 src/libqhullcpp/Qhull.h
 create mode 100644 src/libqhullcpp/QhullError.h
 create mode 100644 src/libqhullcpp/QhullFacet.cpp
 create mode 100644 src/libqhullcpp/QhullFacet.h
 create mode 100644 src/libqhullcpp/QhullFacetList.cpp
 create mode 100644 src/libqhullcpp/QhullFacetList.h
 create mode 100644 src/libqhullcpp/QhullFacetSet.cpp
 create mode 100644 src/libqhullcpp/QhullFacetSet.h
 create mode 100644 src/libqhullcpp/QhullHyperplane.cpp
 create mode 100644 src/libqhullcpp/QhullHyperplane.h
 create mode 100644 src/libqhullcpp/QhullIterator.h
 create mode 100644 src/libqhullcpp/QhullLinkedList.h
 create mode 100644 src/libqhullcpp/QhullPoint.cpp
 create mode 100644 src/libqhullcpp/QhullPoint.h
 create mode 100644 src/libqhullcpp/QhullPointSet.cpp
 create mode 100644 src/libqhullcpp/QhullPointSet.h
 create mode 100644 src/libqhullcpp/QhullPoints.cpp
 create mode 100644 src/libqhullcpp/QhullPoints.h
 create mode 100644 src/libqhullcpp/QhullQh.cpp
 create mode 100644 src/libqhullcpp/QhullQh.h
 create mode 100644 src/libqhullcpp/QhullRidge.cpp
 create mode 100644 src/libqhullcpp/QhullRidge.h
 create mode 100644 src/libqhullcpp/QhullSet.cpp
 create mode 100644 src/libqhullcpp/QhullSet.h
 create mode 100644 src/libqhullcpp/QhullSets.h
 create mode 100644 src/libqhullcpp/QhullStat.cpp
 create mode 100644 src/libqhullcpp/QhullStat.h
 create mode 100644 src/libqhullcpp/QhullVertex.cpp
 create mode 100644 src/libqhullcpp/QhullVertex.h
 create mode 100644 src/libqhullcpp/QhullVertexSet.cpp
 create mode 100644 src/libqhullcpp/QhullVertexSet.h
 create mode 100644 src/libqhullcpp/RboxPoints.cpp
 create mode 100644 src/libqhullcpp/RboxPoints.h
 create mode 100644 src/libqhullcpp/RoadError.cpp
 create mode 100644 src/libqhullcpp/RoadError.h
 create mode 100644 src/libqhullcpp/RoadLogEvent.cpp
 create mode 100644 src/libqhullcpp/RoadLogEvent.h
 create mode 100644 src/libqhullcpp/UsingLibQhull.cpp
 create mode 100644 src/libqhullcpp/UsingLibQhull.h
 create mode 100644 src/libqhullcpp/functionObjects.h
 create mode 100644 src/libqhullcpp/libqhullcpp.pro
 create mode 100644 src/libqhullcpp/qhull_interface.cpp
 create mode 100644 src/libqhullcpp/qt-qhull.cpp
 create mode 100644 src/libqhullp/libqhullp.pro
 create mode 100644 src/libqhullp/qhull_p-exports.def
 create mode 100644 src/libqhullstatic/libqhullstatic.pro
 create mode 100644 src/libqhullstaticp/libqhullstaticp.pro
 create mode 100644 src/qconvex/qconvex.c
 create mode 100644 src/qconvex/qconvex.pro
 create mode 100644 src/qdelaunay/qdelaun.c
 create mode 100644 src/qdelaunay/qdelaunay.pro
 create mode 100644 src/qhalf/qhalf.c
 create mode 100644 src/qhalf/qhalf.pro
 create mode 100644 src/qhull-all.pro
 create mode 100644 src/qhull-app-c.pri
 create mode 100644 src/qhull-app-cpp.pri
 create mode 100644 src/qhull-app-shared.pri
 create mode 100644 src/qhull-app-sharedp.pri
 create mode 100644 src/qhull-libqhull-src.pri
 create mode 100644 src/qhull-warn.pri
 create mode 100644 src/qhull/qhull.pro
 create mode 100644 src/qhull/unix.c
 create mode 100644 src/qhulltest/Coordinates_test.cpp
 create mode 100644 src/qhulltest/PointCoordinates_test.cpp
 create mode 100644 src/qhulltest/Point_test.cpp
 create mode 100644 src/qhulltest/QhullFacetList_test.cpp
 create mode 100644 src/qhulltest/QhullFacetSet_test.cpp
 create mode 100644 src/qhulltest/QhullFacet_test.cpp
 create mode 100644 src/qhulltest/QhullHyperplane_test.cpp
 create mode 100644 src/qhulltest/QhullLinkedList_test.cpp
 create mode 100644 src/qhulltest/QhullPointSet_test.cpp
 create mode 100644 src/qhulltest/QhullPoint_test.cpp
 create mode 100644 src/qhulltest/QhullPoints_test.cpp
 create mode 100644 src/qhulltest/QhullRidge_test.cpp
 create mode 100644 src/qhulltest/QhullSet_test.cpp
 create mode 100644 src/qhulltest/QhullVertexSet_test.cpp
 create mode 100644 src/qhulltest/QhullVertex_test.cpp
 create mode 100644 src/qhulltest/Qhull_test.cpp
 create mode 100644 src/qhulltest/RboxPoints_test.cpp
 create mode 100644 src/qhulltest/RoadTest.cpp
 create mode 100644 src/qhulltest/RoadTest.h
 create mode 100644 src/qhulltest/UsingLibQhull_test.cpp
 create mode 100644 src/qhulltest/qhulltest.cpp
 create mode 100644 src/qhulltest/qhulltest.pro
 create mode 100644 src/qvoronoi/qvoronoi.c
 create mode 100644 src/qvoronoi/qvoronoi.pro
 create mode 100644 src/rbox/rbox.c
 create mode 100644 src/rbox/rbox.pro
 create mode 100644 src/testqset/testqset.c
 create mode 100644 src/testqset/testqset.pro
 create mode 100644 src/user_eg/user_eg.c
 create mode 100644 src/user_eg/user_eg.pro
 create mode 100644 src/user_eg2/user_eg2.c
 create mode 100644 src/user_eg2/user_eg2.pro
 create mode 100644 src/user_eg3/user_eg3.cpp
 create mode 100644 src/user_eg3/user_eg3.pro

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/qhull.git



More information about the debian-science-commits mailing list