Skip to content
Snippets Groups Projects
  1. Feb 09, 2009
    • graham's avatar
      Using CGAL-3.4. Requires to be linked to compiled boost thread library. In... · bb278906
      graham authored
      Using CGAL-3.4.  Requires to be linked to compiled boost thread library.  In this commit it is hard-coded to -lboost_thread-gcc43-mt-1_37, i.e. boost version 1.37.0, will need to be parameterised.  CGAL does not need to be compiled, as before, and needs the CGAL-3.4/src/files file as before, but the compiler_config.h file, written by cmake, is now included from CGAL/3.4/include/CGAL, where it has been editted to remove the use of GMP.  To use the CMP libraries, add -lgmpxx -lmpfr -lgmp to Make/options - there is little (2%) obvious performance benefit to creating a DT with GMP.  -frounding-math is a required option  - when running in debug assertions failures occur without it when using an exact construction.
      bb278906
    • graham's avatar
      Merge branch 'master' into cvm · 87f06939
      graham authored
      87f06939
    • graham's avatar
      Changed mistake in declaring alignmentDirections, now a non-const reference. ... · 4d42f6e5
      graham authored
      Changed mistake in declaring alignmentDirections, now a non-const reference.  Added initial loop outline for cell based looping.
      4d42f6e5
  2. Feb 06, 2009
  3. Feb 05, 2009
  4. Feb 04, 2009
  5. Feb 03, 2009
  6. Feb 02, 2009
  7. Jan 30, 2009