Skip to content
Snippets Groups Projects
  1. Mar 26, 2011
    • Brad Barber's avatar
      Try again · 2ae2d662
      Brad Barber authored
      2ae2d662
    • Brad Barber's avatar
      Moved src/libqhull/Makefile.txt to Makefile · 1994ef1a
      Brad Barber authored
       - Added libqhullp, libqhullcpp, user_eg3, qhulltest to Makefile
       - Build: Removed -frtti from gcc build
       - Build: Comment out -Werror
       - Removed semicolon after extern "C" {...}
       - Renamed parameters, locals, and fields to avoid shadowing
       - Updated test programs for new location of bin/qhull
       - Removed unused QhullEvent/QhullLog
      1994ef1a
  2. Mar 09, 2011
  3. Mar 08, 2011
    • Brad Barber's avatar
      Moved Qt project files into src · 6033edbb
      Brad Barber authored
       -   Use shadow build directory instead of tmp (QtCreator's default)
       -   Moved targets to bin and lib
       -   Build static libraries for ease of distribution
       -   Remove VPATH
       -   Remove gcc options from DevStudio builds
       -   Remove QhullError.cpp and QhullEvent.cpp (empty files)
       -   Do not remove app_bundle from CONFIG
       -   Make -fno-strict-aliasing conditional on gcc version
       -   Added src/qhull-app-cpp.pri and src/qhull-app-c.pri for common settings
       -   libqhull.pro: Comment out -Wno-sign-conversion
       -   gcc warnings need fixing.  Does not build with gcc 4.4 and warn_on
       -   Moved projects/debian to src/debian.  Needs reorganizing
      
      Code changes
       - Renamed RoadError::defined() to RoadError::isDefined()
       - Renamed RoadEvent::defined() to RoadEvent::isDefined()
       - Use fabs() instead of abs() to avoid accidental conversions to int
       - qconvex.c,etc.: Define prototype for _isatty
       - Rename parameters to avoid overriding other methods
       - qt-qhull.cpp: Move QHULL_USES_QT before the includes
       - qhulltest.cpp: Add closing prompt.
      6033edbb
  4. Mar 07, 2011
    • Brad Barber's avatar
      Major reorg for shadow builds. Just moving files. · ffc62a74
      Brad Barber authored
      Need to update .pro and build files.
      ffc62a74
    • Brad Barber's avatar
      Record changes from last year. Update Changes.txt · e047c8fc
      Brad Barber authored
       - Fix strncat limit in rboxlib.c.  More to do.
       - Qt project files: Remove gcc options from DevStudio builds
       - libqhull.pro: Comment out -Wno-sign-conversion
       - qt-qhull.cpp: Move QHULL_USES_QT before the includes
       - qvoronoi.htm: Remove quotes from qvoronoi example
       - qhull-cpp.xml: Add naming conventions, try, Temporarily, p, end, private, error
       - Changes.txt: More to do.  Links to build systems
      e047c8fc
  5. Jan 23, 2010
  6. Jan 13, 2010
  7. 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
  8. 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
  9. 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
  10. 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
  11. Dec 08, 2009
  12. Dec 07, 2009
  13. 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