Skip to content
Snippets Groups Projects
  1. Mar 28, 2011
  2. Mar 27, 2011
    • Brad Barber's avatar
      Updated build system with Makefile, and DevStudio sln and vcproj files. · 0f998af1
      Brad Barber authored
       - The DevStudio/msvc build does not work for shared libraries (dll)
       - Fixed QhullFacet::PrintRidges to check hasNextRidge3d()
       - Cleaned up Qt project files
       - Fixed Makefile for shared libraries
       - Moved libqhull to libqhullstatic, as done in CMakeLists
       - Made libqhull a shared library
       - Restored /INCREMENTAL:NO since CONFIG -= incremental did not work
       - Added 'facets' argument to user_eg3.cpp
      0f998af1
  3. Mar 07, 2011
  4. Jan 08, 2010
  5. 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
  6. 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
  7. Dec 08, 2009
  8. Dec 07, 2009
  9. 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