Skip to content
Snippets Groups Projects
  1. Jan 23, 2010
  2. Jan 13, 2010
  3. Jan 09, 2010
    • Brad Barber's avatar
      Rebuild libqhull.a with qh_QHpointer=0 for qhull, rbox, etc. · 38bda5b8
      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
      38bda5b8
  4. Jan 07, 2010
    • Brad Barber's avatar
      qhull 2010.1 · a4597679
      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
      a4597679
  5. Jan 05, 2010
  6. Jan 03, 2010
    • Brad Barber's avatar
      First tracked release, 2010.0.1 · baddaf81
      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.
      baddaf81
  7. Dec 20, 2009
    • Brad Barber's avatar
      Redid include files from specific to general · 16437869
      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
      16437869
  8. Dec 08, 2009
  9. Dec 07, 2009
  10. Dec 05, 2009
    • bbarber's avatar
      First cut at a C++ interface to Qhull. · e17d98e0
      bbarber authored
      Includes QTest files for each class and user-eg3.c for demonstrating the interface.
      See src/Changes.txt for change notes and to do.
      See FIXUP for problems
      See WARN64 for 64-bit problems
      e17d98e0
Loading