Skip to content
Snippets Groups Projects
  1. 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
    • Brad Barber's avatar
      Merge commit 'refs/merge-requests/1' of git://gitorious.org/qhull/qhull into merge-requests/1 · b08e3ca5
      Brad Barber authored
      From jobermayrs-qhull:next: Changes required on openSUSE.  7-23-2010
      b08e3ca5
  2. Mar 07, 2011
  3. Jul 23, 2010
  4. Mar 18, 2010
  5. Mar 14, 2010
  6. 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
  7. Jan 23, 2010
  8. Jan 15, 2010
  9. 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
  10. Jan 13, 2010
  11. Jan 12, 2010
  12. Jan 11, 2010
  13. Jan 10, 2010
Loading