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 26, 2011
  4. 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
  5. Mar 07, 2011
  6. 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
  7. 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
  8. Jan 05, 2010
  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
Loading