[qhull] 02/28: Merge tag 'upstream/2012.1'
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 commit to branch master
in repository qhull.
commit 654ed52fa915373314c1e13001eb8217f40faa0f
Merge: df70fa2 fdba3a1
Author: Barak A. Pearlmutter <barak+git at cs.nuim.ie>
Date: Thu Feb 6 10:40:46 2014 +0000
Merge tag 'upstream/2012.1'
Upstream version 2012.1
Announce.txt | 23 +-
CMakeLists.txt | 432 +
COPYING.txt | 14 +-
File_id.diz | 24 +-
Makefile | 567 +
Makefile.am | 27 -
Makefile.in | 669 --
QHULL-GO.lnk | Bin 0 -> 1463 bytes
QHULL-GO.pif | Bin 967 -> 0 bytes
README.txt | 567 +-
REGISTER.txt | 29 +-
aclocal.m4 | 8842 --------------
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 | 6 +-
config/Makefile-am-html | 18 +-
config/{Makefile-am-src => Makefile-am-libqhull} | 20 +-
config/Makefile-am-main | 6 +-
config/Makefile.in | 338 -
config/README | 11 +
config/bootstrap.sh | 9 +-
config/changelog | 128 +
config/config.guess | 1561 ---
config/config.sub | 1686 ---
configure.ac => config/configure.ac | 7 +-
config/depcomp | 589 -
config/install-sh | 519 -
config/ltmain.sh | 8413 -------------
config/missing | 367 -
config/patches/00list | 2 +
config/patches/QHpointer.dpatch | 35 +
config/patches/make-new-msg.dpatch | 40 +
configure | 13204 ---------------------
eg/Makefile.am | 21 -
eg/Makefile.in | 375 -
eg/Qhull-go.bat | 38 +-
eg/make-vcproj.sh | 83 +
eg/q_eg | 20 +-
eg/q_egtest | 16 +-
eg/q_test | 22 +-
eg/q_test-ok.txt | 12266 +++++++++++++++++++
eg/q_test.bat | 1332 +--
eg/qhull-zip.sh | 257 +
eg/qhulltest-ok.txt | 1128 ++
html/Makefile.am | 56 -
html/Makefile.in | 462 -
html/index.htm | 235 +-
html/normal_voronoi_knauss_oesterle.jpg | Bin 0 -> 23924 bytes
html/qconvex.htm | 200 +-
html/qdelau_f.htm | 166 +-
html/qdelaun.htm | 186 +-
html/{qh-in.htm => qh-code.htm} | 502 +-
html/qh-eg.htm | 176 +-
html/qh-faq.htm | 1053 +-
html/qh-get.htm | 126 +-
html/qh-impre.htm | 141 +-
html/qh-optc.htm | 68 +-
html/qh-optf.htm | 280 +-
html/qh-optg.htm | 72 +-
html/qh-opto.htm | 70 +-
html/qh-optp.htm | 60 +-
html/qh-optq.htm | 159 +-
html/qh-optt.htm | 100 +-
html/qh-quick.htm | 152 +-
html/qhalf.htm | 225 +-
html/qhull-cpp.xml | 213 +
html/qhull.htm | 120 +-
html/qhull.man | 300 +-
html/qhull.txt | 1443 ++-
html/qvoron_f.htm | 198 +-
html/qvoronoi.htm | 264 +-
html/rbox.htm | 150 +-
html/rbox.man | 5 +-
html/rbox.txt | 117 +-
index.htm | 210 +-
qhull-2012.1-src-tgz.md5sum | 226 +
src/Changes.txt | 623 +-
src/Makefile.am | 97 -
src/Makefile.in | 717 --
src/Makefile.txt | 191 -
src/Mborland | 186 -
src/global.c | 2041 ----
src/io.h | 154 -
src/libqhull/Makefile | 186 +
src/libqhull/Mborland | 206 +
src/{ => libqhull}/geom.c | 645 +-
src/{ => libqhull}/geom.h | 139 +-
src/{ => libqhull}/geom2.c | 1045 +-
src/libqhull/global.c | 2127 ++++
src/{ => libqhull}/index.htm | 123 +-
src/{ => libqhull}/io.c | 2586 ++--
src/libqhull/io.h | 159 +
src/{qhull.c => libqhull/libqhull.c} | 817 +-
src/{qhull.h => libqhull/libqhull.h} | 488 +-
src/libqhull/libqhull.pro | 66 +
src/libqhull/mem.c | 543 +
src/libqhull/mem.h | 219 +
src/{ => libqhull}/merge.c | 1644 +--
src/{ => libqhull}/merge.h | 138 +-
src/{ => libqhull}/poly.c | 587 +-
src/{ => libqhull}/poly.h | 234 +-
src/{ => libqhull}/poly2.c | 1897 +--
src/{ => libqhull}/qh-geom.htm | 100 +-
src/{ => libqhull}/qh-globa.htm | 90 +-
src/{ => libqhull}/qh-io.htm | 90 +-
src/{ => libqhull}/qh-mem.htm | 65 +-
src/{ => libqhull}/qh-merge.htm | 84 +-
src/{ => libqhull}/qh-poly.htm | 138 +-
src/{ => libqhull}/qh-qhull.htm | 148 +-
src/{ => libqhull}/qh-set.htm | 86 +-
src/{ => libqhull}/qh-stat.htm | 66 +-
src/{ => libqhull}/qh-user.htm | 103 +-
src/libqhull/qhull-exports.def | 412 +
src/libqhull/qhull_a.h | 151 +
src/{ => libqhull}/qset.c | 644 +-
src/{ => libqhull}/qset.h | 204 +-
src/libqhull/random.c | 243 +
src/libqhull/random.h | 34 +
src/libqhull/rboxlib.c | 795 ++
src/{ => libqhull}/stat.c | 308 +-
src/{ => libqhull}/stat.h | 105 +-
src/libqhull/user.c | 527 +
src/{ => libqhull}/user.h | 518 +-
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/mem.c | 450 -
src/mem.h | 174 -
src/{ => qconvex}/qconvex.c | 80 +-
src/qconvex/qconvex.pro | 9 +
src/{ => qdelaunay}/qdelaun.c | 81 +-
src/qdelaunay/qdelaunay.pro | 9 +
src/{ => qhalf}/qhalf.c | 79 +-
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 | 81 +-
src/qhull_a.h | 127 -
src/qhull_interface.cpp | 96 -
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 | 97 +-
src/qvoronoi/qvoronoi.pro | 9 +
src/rbox.c | 791 --
src/rbox/rbox.c | 101 +
src/rbox/rbox.pro | 9 +
src/testqset/testqset.c | 856 ++
src/testqset/testqset.pro | 29 +
src/user.c | 324 -
src/{ => user_eg}/user_eg.c | 80 +-
src/user_eg/user_eg.pro | 9 +
src/{ => user_eg2}/user_eg2.c | 308 +-
src/user_eg2/user_eg2.pro | 9 +
src/user_eg3/user_eg3.cpp | 156 +
src/user_eg3/user_eg3.pro | 10 +
248 files changed, 57085 insertions(+), 53367 deletions(-)
--
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