- Jan 10, 2010
-
-
http://savannah.nongnu.org/files/?group=qhullBrad Barber authored
Add config/ and project/debian/. Other changes added previously. Directory debian/ has moved down two levels. On Savannah, it was at the same level as qhull. Now it is at project/debian.
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
- Jan 09, 2010
-
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
Order object files by frequency of execution for better locality.
-
Brad Barber authored
Source for qhull-2009.1.tar.gz from http://savannah.nongnu.org/projects/qhull and http://www.qhull.org/download/qhull-2009.1.tar.gz cvs -d:pserver:anonymous@cvs.sv.gnu.org:/sources/qhull co debian qhull Moved debian directory two levels down from above qhull (..) to project/ It will need updating for its new location. Placed all Makefile-am files in config/ This is a maintenance release done by Rafael Laboissiere <rafael@debian.org>. - src/rbox.c (main): Avoid problems of evaluation order when pre-incrementing arguments of strtod - src/io.c (qh_produce_output), src/stat.c (qh_initstatistics): Use %lu instead of %d in the format string for arguments of type size_t - html/qhull.man, html/rbox.man: Fix several syntax, macros, and hyphen problems in man pages - The Autotools files have been generated with modern version of autoconf (2.63), automake/aclocal (1.10.2), and libtool (2.2.6) - Some character issues in the man pages are fixed
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
Create libqhullp.a with qh_QHpointer=1 for qhullcpp.dll, etc. gcc has halved the cost of qh_QHpointer by using more space Add <time.h> to user.h for CLOCKS_PER_SEC Move ostream<<QhullFacetList from inline to compiled. It tripped a double define error like the other classes. Remove ptr_intT from qh_matchvertices. Not needed. Fix name of qh_QHpointer
-
Brad Barber authored
Compared results of q_test, q_eg, and q_eghash Found elapsed time error in Qhull 2010.1
-
Brad Barber authored
-
Brad Barber authored
Not able to update configure using mingw. Needs a compatible Linux system.
-
Brad Barber authored
CMakeLists from kent williams <norman-k-williams@uiowa.edu>
-
Brad Barber authored
-
- Jan 08, 2010
-
-
Brad Barber authored
Fixed type of tempstack and old_qhstat [amorilia] Changed tabs to spaces
-
- Jan 07, 2010
-
-
Brad Barber authored
Moved qtpro/ and vcproj/ into project/ Updated documentation for 2010.1 Add reviewed results of q_test and qhulltest Fixed an error message
-
- Jan 06, 2010
-
-
Brad Barber authored
Fix rbox t, bug. Remove extra 't' argument. Setup download and news page for 2010.1. Add Ta to qhull.man. Fix printcoplanar test.
-
- Jan 05, 2010
-
-
Brad Barber authored
Removed no_strict_aliasing. Renamed index to idx to avoid shadowing BSD strings.h [kwilliams] g++ -O2 works OK with gcc 4.4.0 eg/q_test produced some problems to chase (see Changes.txt) Passes qhulltest --all
-
Brad Barber authored
Revert amorilia's datatyping of old_qhstat and tempstack (needs further review). Fix spacing on output and remove blank line on error
-
Brad Barber authored
-
Brad Barber authored
-
Brad Barber authored
Added project files for qhull programs Changed qh_gethash to return an int Changed qh_addhash to take an int
-
- Jan 04, 2010
-
-
Amorilia authored
-
Amorilia authored
-
Amorilia authored
-
Amorilia authored
-
Brad Barber authored
Use SETfirstt_ and SETsecondt_ for type conversion [amorilia+alphax] Rewrite qh_setappend to avoid some g++ 4.1, 4.2, and 4.3 strict_aliasing errors. Orion Poplawski (orion@cora.nwra.com) http://www.rpmfind.net/linux/RPM/fedora/12/ppc/qhull-devel-2003.1-13.fc12.ppc64.html
-
- Jan 03, 2010
-
-
Brad Barber authored
Updated citeseer references to citeseerx doi =10.1.1.117.405 Changed copyright to C.B. Barber Updated Register.txt to Qhull
-
Brad Barber authored
Organized src/Changes.txt Updated copyright dates Fixed warnings from Kent William Reviewing FIXUP Add qhull-all.pro to build projects in order Passed 127 tests.
-
- Dec 26, 2009
-
-
Amorilia authored
-
- Dec 25, 2009
-
-
Amorilia authored
-
- Dec 20, 2009
-
-
Brad Barber authored
Moved vector<> from base type of Coordinates to a field Changes to Coordinates to match iterator and subtype guidelines Add PointCoordinatesIterator Split dynamic and static libs for qhull and qhullcpp Move class objects after fields in .h files Added more changes.txt Changed version to 2009.0.1
-