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
      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
Loading