Skip to content
Snippets Groups Projects
  1. Mar 14, 2010
    • Brad Barber's avatar
      Add Qhull::defineVertexFacetNeighbors() to define the facetNeighbors of all vertices. · 6b407609
      Brad Barber authored
        Automatically called for facet merging and Voronoi diagrams
      
      <<QhullVertex does not print facetNeighbors() if !facetNeighborsDefined()
            Was not caught by QhullVertex_test due to facet merging
      
      Fixed type of vertex->neighbors in qh_printvoronoi [no effect on results]
      
      Removed unnecessary if statement in qh_printvoronoi
      
      index.htm: Add Google Scholar references
      6b407609
  2. 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
  3. Jan 23, 2010
    • Brad Barber's avatar
      Reviewed all copy constructors and copy assignments. Updated comments. · 74d76d22
      Brad Barber authored
         Defined Qhull copy constructor and copy assignment [G. Rivet-Sabourin]
         Disabled UsingQhullLib default constructor, copy construct, and copy assign
      
      - Add #error to Qhull.h if qh_QHpointer is not defined
      - Define MSG_QHULL_ERROR in user.h
      - Move MSG_FIXUP to 11000 and updated FIXUP QH11...
      74d76d22
  4. Jan 15, 2010
  5. 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
  6. Jan 13, 2010
  7. Jan 12, 2010
  8. Jan 11, 2010
  9. Jan 10, 2010
  10. Jan 09, 2010
  11. Jan 08, 2010
  12. 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
  13. Jan 06, 2010
    • Brad Barber's avatar
      qhull 2010.0.3 · 9d2ee5f5
      Brad Barber authored
      Fix rbox t, bug.  Remove extra 't' argument.
      Setup download and news page for 2010.1.
      Add Ta to qhull.man.
      Fix printcoplanar test.
      9d2ee5f5
  14. Jan 05, 2010
    • Brad Barber's avatar
      qhull 2010.0.2. · 9cb8e725
      Brad Barber authored
      Removed no_strict_aliasing.
      Renamed index to idx to avoid shadowing BSD strings.h [kwilliams]
      
      g++ -O2 works OK with gcc 4.4.0
      eg/q_test produced some problems to chase (see Changes.txt)
      Passes qhulltest --all
      9cb8e725
    • Brad Barber's avatar
      Fix QhullPoints for size_t casts. · aab6f298
      Brad Barber authored
      Revert amorilia's datatyping of old_qhstat and tempstack (needs further review).
      
      Fix spacing on output and remove blank line on error
      aab6f298
    • Brad Barber's avatar
      Fixed qh_gethash bug and reviewed code · a61e37f7
      Brad Barber authored
      Added project files for qhull programs
      Changed qh_gethash to return an int
      Changed qh_addhash to take an int
      a61e37f7
  15. Jan 03, 2010
    • Brad Barber's avatar
      Qhull 2010.0.1 2009/01/03 · 55956da2
      Brad Barber authored
      Updated citeseer references to  citeseerx doi =10.1.1.117.405
      Changed copyright to C.B. Barber
      Updated Register.txt to Qhull
      55956da2
    • 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
  16. 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
  17. Dec 08, 2009
  18. Dec 07, 2009
  19. 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
    • bbarber's avatar
      qhull 2003.1 2003/12/30 -- Contents of qhull-2003.1-src.tgz · 2430d4a4
      bbarber authored
      New Features:
       - Add Maple output ('FM') for 2-d and 3-d convex hulls [T. Abraham]
      
      Breaking Code Changes:
       - Annotate C code with 'const'.  An ANSI compatible compiler is required.
      
      Bug Fixes and Code Changes:
       - Fixed qh_findbest() for upperdelaunay facets w/o better, lower neighbors
           For library users and some qhull users [A. Cutti, E. Milloti, K. Sun]
       - Preserved qhmem.ferr in qh_memfreeshort() for library users
       - Removed 'static' from qh_compare... for io.h and merge.h [V. Brumberg]
       - Split out qh_initqhull_start2() to avoid allocating qh_qh
       - Split out qh_freeqhull2() to avoid freeing qh_qh
       - Split out qh_produce_output2() and qh_prepare_output()
       - qh_initstatistics() frees a previously existing qh_qhstat
       - qh_initqhull_start2() checks that qh_initstatistics() called first
      
      Documentation:
       - Add warning to findDelaunay() and qh_in.htm about tricoplanar facets
       - Noted Edelsbrunner's Geometry & Topology for Mesh Generation [qh-impre.htm]
       - Noted Gartner's Miniball algorithm [qh_impre.htm]
       - Noted Veron and Leon's shape preserving simplification [qh_impre.htm]
      
      qhull 2003.1  2003/12/19
      
      Bug Fixes:
       - Reversed coordinate order for qh.ATinfinity in qh_projectinput [V. Brumberg]
         This effects:
           Qhull library 'd' or 'v' users with 'Qz' and unequal coordinate ranges.
           qdelaunay/qvoronoi users with 'Qbk:0Bk:0', 'Qz', and unequal coordinate ranges
      
      Changes to code:
       - Replaced qh_VERSION with qh_version in global.c [B. Pearlmutter]
          The previous techniques were either clumsy or caused compiler errors
       - Removed unused variables from qh_findbest and qh_findbestnew [B. Pearlmutter]
       - Note that qh.TESTpoints was added in 2002.1 for tsearch implementation
      
      Changes to distribution:
       - Added Unix distribution including Debian files [R. Laboissiere]
          The previous Unix distribution is now the source distribution
       - Added rpm distribution [L. Mazet]
       - Investigated generation of Win32 dll.  Need to define a C++ interface.
      
      Changes to documentation:
       - Moved Qhull to www.qhull.org (geom.umn.edu is not available)
       - The Geometry Center is archived at http://www.geom.uiuc.edu
       - Reviewed introduction to each program
          Triangulated output ('Qt') is more accurate than joggled input ('QJ')
          qdelaunay is 'qhull d Qbb' [C. Ulbrich]
          qvoronoi is 'qhull v Qbb'
          Added example of non-simplicial intersection to halfspace intersections
       - Added warning about using the Qhull library.
       - Added qhull timings to When to use Qhull [C. Ulbrich]
       - Reorganized the home page index and the manual index
       - Moved qh-home.htm to index.htm
      
      Changes to examples
       - Fixed options for eg/eg.t23.voronoi.imprecise [B. Pearlmutter]
Loading