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
    • Brad Barber's avatar
      Try again · 2ae2d662
      Brad Barber authored
      2ae2d662
    • Brad Barber's avatar
      Reorganizing the Qt project files. Will rename projects for shared library · 93101b20
      Brad Barber authored
       - Pull out gcc warnings into qhull-warn.pri
       - Pull out libqhull files into qhull-libsrc.pri
       - Document location of qh_QHpointer
       - Use CONFIG incremental instead of vc option
       - user_eg2 links with shared library (project will be added later after rename)
      93101b20
    • 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
  4. Mar 09, 2011
  5. Mar 08, 2011
    • Brad Barber's avatar
      Update copyright to 2011 · 84de5037
      Brad Barber authored
      84de5037
    • 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
  6. Mar 07, 2011
  7. Jul 23, 2010
  8. Mar 18, 2010
  9. Mar 14, 2010
  10. Jan 26, 2010
    • Brad Barber's avatar
      - Fixed src/CMakeLists.txt [M. Moll] · 4e8d3959
      Brad Barber authored
      - qh-optf.htm: Add note about order of 'Fn' matching 'Fv' order [Q. Pan]
      - Add .gitignore with ignored files and directories.
      -   Use .git/info/exclude for locally excluded files.
      4e8d3959
  11. Jan 23, 2010
  12. Jan 15, 2010
  13. Jan 14, 2010
    • Brad Barber's avatar
      qhull 2010.1 2010/01/14 · 791a567d
      Brad Barber authored
      - All projects compile with warnings enabled
      - Add md5sum file to distributions
      - Switched to DevStudio builds to avoid dependent libraries, 10% slower
        Removed user_eg3.exe and qhullcpp.dll from Windows build
        Fix qhull.sln and project files for qh_QHpointer
      - Add eg/qhull-zip.sh to build qhull distribution files
      791a567d
  14. Jan 13, 2010
  15. Jan 12, 2010
  16. Jan 11, 2010
  17. Jan 10, 2010
  18. Jan 09, 2010
Loading