rCADDMESH/srcdev/incorporate-qhull
rCADDMESH/src
dev/incorporate-qhull
History Graph
History Graph
Commit | Author | Details | Committed | |||
---|---|---|---|---|---|---|
533e6fc7e993 | Brad Barber | Draft of Debian/AutoConf build | Dec 3 2011 | |||
be4df7575e22 | Brad Barber | Clean up for qhull 2011.2 Rewrote FAQ: How do I compute the volume of a Voronoi… | Dec 1 2011 | |||
fa9016e23211 | Brad Barber | update changes.txt | Nov 30 2011 | |||
0200c5c5d0e0 | Brad Barber | qhull-2011.2 2011/11/29 | Nov 30 2011 | |||
98f336ea8cda | Brad Barber | Qhull 2011.1 2011/05/23 6.2.0.1385 (exe/dll files unchanged) - delaunay. | May 24 2011 | |||
161d79276f1b | Brad Barber | Qhull 2011.1 2011/05/14 6.2.0.1383 (exe/dll files unchanged) | May 14 2011 | |||
202c2e13e6d0 | Brad Barber | Released Qhull 2011.1 2010/04/17 6.2.0.1373 | Apr 18 2011 | |||
cb26fea9d76c | Brad Barber | Release candidate for 2011.1 | Apr 18 2011 | |||
05e961e1f497 | Brad Barber | Fixup test scripts and check results CMakeLists: Change Win32 doc install to… | Apr 17 2011 | |||
7a73208cacf2 | Brad Barber | Fixed CMakeLists for user_eg build - Fixed Qhull-go.bat. QHULL-GO invokes it… | Apr 16 2011 | |||
d1ec20eafafc | Brad Barber | Rewrote README.txt Redid vcproj for DevStudio builds - Updated files for… | Apr 16 2011 | |||
064c66ad6205 | Brad Barber | Redid DevStudio's vcproj and sln using eg/make-vcproj.sh | Apr 7 2011 | |||
80207220eb8d | Brad Barber | Rewrote CMakeLists.txt to build qhull targets | Apr 4 2011 | |||
1351ce636543 | Brad Barber | Reorganized Makefile with libqhull based on libqhullstatic-p | Mar 29 2011 | |||
ebd7850fa359 | Brad Barber | Fix so files for libqhull and libqhull-p | Mar 28 2011 | |||
0f998af131ff | Brad Barber | Updated build system with Makefile, and DevStudio sln and vcproj files. | Mar 28 2011 | |||
2ae2d6623456 | Brad Barber | Try again | Mar 26 2011 | |||
93101b201e22 | Brad Barber | Reorganizing the Qt project files. Will rename projects for shared library | Mar 26 2011 | |||
1994ef1a62b1 | Brad Barber | Moved src/libqhull/Makefile.txt to Makefile | Mar 26 2011 | |||
93b65bf20dbc | Brad Barber | Cleaned up warnings for gcc build Needed to disallow --conversion and --shadow… | Mar 9 2011 | |||
84de503705d6 | Brad Barber | Update copyright to 2011 | Mar 8 2011 | |||
6033edbb633a | Brad Barber | Moved Qt project files into src - Use shadow build directory instead of tmp… | Mar 8 2011 | |||
b08e3ca53d0b | Brad Barber | Merge commit 'refs/merge-requests/1' of git://gitorious.org/qhull/qhull into… | Mar 8 2011 | |||
ffc62a749036 | Brad Barber | Major reorg for shadow builds. Just moving files. Need to update .pro and… | Mar 7 2011 | |||
8046bab25ae9 | Brad Barber | More todo | Mar 7 2011 | |||
e047c8fc5d59 | Brad Barber | Record changes from last year. Update Changes.txt - Fix strncat limit in… | Mar 7 2011 | |||
176c01851026 | Johannes Obermayr | Fix some serious compiler warnings causing build breakage on openSUSE. | Jul 23 2010 | |||
9aa0f64bd804 | Johannes Obermayr | Add possibility of setting INSTALL_DIRs. | Jul 23 2010 | |||
3cbce3387014 | Brad Barber | Define QHULL_USES_QT for qt-qhull.cpp [renangms] | Mar 18 2010 | |||
dc609c481a2f | Brad Barber | Previous commits fixed bug reported by renangms. Vertex output throws error… | Mar 15 2010 | |||
640fc4c641f8 | Brad Barber | Minor: p4 $Id | Mar 15 2010 | |||
6b407609818f | Brad Barber | Add Qhull::defineVertexFacetNeighbors() to define the facetNeighbors of all… | Mar 15 2010 | |||
4e8d39599056 | Brad Barber | - Fixed src/CMakeLists.txt [M. Moll] - qh-optf.htm: Add note about order of… | Jan 26 2010 | |||
74d76d223b8c | Brad Barber | Reviewed all copy constructors and copy assignments. Updated comments. | Jan 23 2010 | |||
6e3558e3fd71 | Brad Barber | - Updated CMakeLists.txt to compile shared and static libraries and link the… | Jan 23 2010 | |||
f383e7ba0b85 | Brad Barber | libqhull.h in documentation | Jan 15 2010 | |||
6be3c2a542d3 | Brad Barber | Fixed quote for #include in qhull.h [U.Hergenhahn, K.Roland] | Jan 15 2010 | |||
791a567ddff2 | Brad Barber | qhull 2010.1 2010/01/14 - All projects compile with warnings enabled - Add… | Jan 14 2010 | |||
894b120fe5de | Brad Barber | doc updates | Jan 13 2010 | |||
6fb83d1567d9 | Brad Barber | - All projects compile with warnings enabled - Add libqhull5 to Readme… | Jan 13 2010 | |||
d94748bb06db | Brad Barber | Reviewed FIXUP and #pragma. Tested QhullRidgeSet in QhullSet_test | Jan 13 2010 | |||
f7069b4ed54a | Brad Barber | Move Qt files to qt-qhull.cpp Add qh_QHpointer defines to vcproj files Add… | Jan 12 2010 | |||
e196d233bb98 | Brad Barber | Merge commit '9e7bd23' into next | Jan 11 2010 | |||
9e7bd238945e | Brad Barber | Qhull 2010.1 2010/01/10 Test for NULL fp in qh_eachvoronoi [D. Szczerba] | Jan 11 2010 | |||
0022dd50d06f | Brad Barber | ConvexHull directory still there. Got an error | Jan 10 2010 | |||
895ad746d616 | Brad Barber | Qhull 2010.1 posted. Updated test results. Fixed VPATH for libqhullp.pro. | Jan 10 2010 | |||
95c060cf8a60 | Brad Barber | Qhull 2010.1 2010/01/09 | Jan 10 2010 | |||
8387b7ddbc61 | Brad Barber | Update files for config/Makefile-am* - config was not tested. | Jan 10 2010 | |||
b22de165531a | Brad Barber | Notes on patch | Jan 10 2010 | |||
700e7497341c | Brad Barber | Update download page for qhull-2009.1.1 | Jan 10 2010 | |||
ec840223cac5 | Brad Barber | Fix tabs in Makefile.txt [mschamschula] Order object files by frequency of… | Jan 10 2010 | |||
96c0d63bda6b | Brad Barber | Prepare for debian branch | Jan 9 2010 | |||
e3b0145a0ac1 | Brad Barber | Update file list for CMakeLists.txt | Jan 9 2010 | |||
cbdfd8b08108 | Brad Barber | Add CMakeLists from kent williams <norman-k-williams@uiowa.edu> | Jan 9 2010 | |||
5c5eb4fa82d2 | Brad Barber | clean up libqhullp.pro | Jan 9 2010 | |||
38bda5b83656 | Brad Barber | Rebuild libqhull.a with qh_QHpointer=0 for qhull, rbox, etc. Create libqhullp.a… | Jan 9 2010 | |||
0d5bb166cace | Brad Barber | Patched qh_gethash in project/patch/qhull-2003.1/poly.c Compared results of… | Jan 9 2010 | |||
13e2d44955a8 | Brad Barber | create project/patch/qhull-2003.1 for patching qh_gethash in poly.c | Jan 9 2010 | |||
e7bdbf0c8078 | Brad Barber | Revert "configure from Qhull 2009.1 Rafael Laboissiere <rafael@debian.org>" | Jan 9 2010 | |||
5cd872ff2245 | Brad Barber | configure from Qhull 2009.1 Rafael Laboissiere <rafael@debian.org> CMakeLists… | Jan 9 2010 | |||
ad17c18b8f28 | Brad Barber | Reviewing FIXUPs | Jan 9 2010 | |||
82c5f29d8525 | Brad Barber | qhull 2010.1 2010/01/07 Fixed type of tempstack and old_qhstat [amorilia]… | Jan 8 2010 | |||
a459767912fc | Brad Barber | qhull 2010.1 Moved qtpro/ and vcproj/ into project/ Updated documentation for… | Jan 7 2010 | |||
9d2ee5f5200b | Brad Barber | qhull 2010.0.3 Fix rbox t, bug. Remove extra 't' argument. Setup download and… | Jan 6 2010 | |||
9cb8e72595e4 | Brad Barber | qhull 2010.0.2. Removed no_strict_aliasing. Renamed index to idx to avoid… | Jan 5 2010 | |||
aab6f298b3d3 | Brad Barber | Fix QhullPoints for size_t casts. Revert amorilia's datatyping of old_qhstat… | Jan 5 2010 | |||
f25a4e87485a | Brad Barber | Merge branch 'amorilia' into next | Jan 5 2010 | |||
ab190136310e | Brad Barber | ptr_intT is typically signed | Jan 5 2010 | |||
a61e37f705b2 | Brad Barber | Fixed qh_gethash bug and reviewed code | Jan 5 2010 | |||
771ab0882ea6 | Amorilia | Another fix for g++. | Jan 4 2010 | |||
f7f0931de5fd | Amorilia | A few small fixes so code compiles with g++. | Jan 4 2010 | |||
0086dbb0782d | Amorilia | Some Makefile and compile fixes. | Jan 4 2010 | |||
c62209719bad | Brad Barber | Merge branch 'amorilia' into next | Jan 4 2010 | |||
55956da26adb | Brad Barber | Qhull 2010.0.1 2009/01/03 | Jan 3 2010 | |||
baddaf818443 | Brad Barber | First tracked release, 2010.0.1 | Jan 3 2010 | |||
f2a2d0e3e5eb | Amorilia | Alias patch (taken from qhull-2003.1-13.fc12.src.rpm). | Dec 26 2009 | |||
8c998784f2c7 | Amorilia | A few compile fixes for mingw. | Dec 25 2009 | |||
16437869f2c3 | Brad Barber | Redid include files from specific to general Moved vector<> from base type of… | Dec 21 2009 | |||
daf892a49bfc | Brad Barber | Clean build of Qhull with all tests passing and user_eg3 OK. | Dec 8 2009 | |||
1b9da3d9666c | Brad Barber | qhulllib should be a static library instead of a dynamic library. Otherwise it… | Dec 7 2009 | |||
32d193a81692 | Brad Barber | Add .pro files for qhull, qhulltest, rbox, and user_eg3.c | Dec 7 2009 | |||
e17d98e034b4 | bbarber | First cut at a C++ interface to Qhull. | Dec 5 2009 | |||
2430d4a4755d | bbarber | qhull 2003.1 2003/12/30 -- Contents of qhull-2003.1-src.tgz | Dec 5 2009 | |||
fb7d9109bc99 | bbarber | qhull 2002.1 2002/8/20 -- Contents of qhull-2002.1.tgz | Dec 5 2009 | |||
6493d82d59a0 | bbarber | qhull 3.1 2001/10/04 -- contents of qhull3.1.tgz | Dec 5 2009 | |||
dff2d0e64a79 | unknown | qhull 3.0 2001/02/11 -- Contents of qhull3.0.tar.gz | Dec 5 2009 |
c4science · Help