Homec4science

Moved Qt project files into src - Use shadow build directory instead of tmp…

Authored by Brad Barber <bradb@shore.net> on Mar 8 2011, 03:20.

Description

Moved Qt project files into src - 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.

Details

Committed
Brad Barber <bradb@shore.net>Mar 8 2011, 03:20
Pushed
jungeOct 20 2016, 12:59
Parents
rCADDMESHb08e3ca53d0b: Merge commit 'refs/merge-requests/1' of git://gitorious.org/qhull/qhull into…
Branches
Unknown
Tags
Unknown

Event Timeline

Brad Barber <bradb@shore.net> committed rCADDMESH6033edbb633a: Moved Qt project files into src - Use shadow build directory instead of tmp… (authored by Brad Barber <bradb@shore.net>).Mar 8 2011, 03:20