Skip to content
Snippets Groups Projects
  1. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  2. Feb 18, 2003
    • Christophe Geuzaine's avatar
      · 9d6e277b
      Christophe Geuzaine authored
      This is a pretty big commit.
      
      - The Numerical Recipes routines have been moved to their own
      subdirectory: NR/
      
      - These routines are now completely optional. Configure will
      determine if they have to be compiled in (if it's a non-free version
      of Gmsh) or if we should use the GSL routines instead.
      
      - The GSL routines are there. Well, sort of. The SVD stuff works
      great, but the minimization routines still need more work. The whole
      infrastructure is there, though: we can already compile a fully GPL
      compliant version of Gmsh by removing the NR subdirectory (or by
      specifying --enable-gsl to configure).
      
      - I also simplified the options passed to the compiler (OPTIM and
      FLAGS).
      
      That's all for today folks...
      9d6e277b
  3. Feb 17, 2003
    • Christophe Geuzaine's avatar
      · 68fa7164
      Christophe Geuzaine authored
      Don't use LITTLE_ENDIAN, it may be defined on Macs and cause the
      colormap problems. Define and test _BIG_ENDIAN instead.
      
      Change NODLL to _NO_DLL
      68fa7164
  4. Feb 12, 2003
    • Christophe Geuzaine's avatar
      · 1d0408c9
      Christophe Geuzaine authored
      Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK,
      remove _BLACKBOX, etc.)
      1d0408c9
    • Christophe Geuzaine's avatar
      · 3280f4c3
      Christophe Geuzaine authored
      Fix triangle dependency
      3280f4c3
  5. Feb 11, 2003
    • Christophe Geuzaine's avatar
      · 3f0c5cb8
      Christophe Geuzaine authored
      New makefile system based on autoconf. Only tested on Linux right now.
      3f0c5cb8
  6. Jan 25, 2003
  7. Jan 24, 2003
  8. Jan 23, 2003
  9. Jan 20, 2003
    • Christophe Geuzaine's avatar
      · 9d6c372c
      Christophe Geuzaine authored
      Generalized the LevelSet class for views with more than one time step.
      9d6c372c
  10. Dec 08, 2002
  11. Nov 13, 2002
    • Christophe Geuzaine's avatar
      · 35994f76
      Christophe Geuzaine authored
      Missed the make depend
      35994f76
    • Christophe Geuzaine's avatar
      · 354f207b
      Christophe Geuzaine authored
      Commit some old stuff I had lying around on my machine.
      354f207b
  12. Nov 05, 2002
  13. Sep 02, 2002
  14. Aug 14, 2002
  15. May 20, 2002
  16. May 18, 2002
  17. Apr 12, 2002
  18. Mar 31, 2002
  19. Mar 26, 2002
  20. Dec 03, 2001
  21. Nov 19, 2001
  22. Nov 16, 2001
  23. Nov 05, 2001
  24. Oct 31, 2001
  25. Oct 30, 2001
  26. Oct 29, 2001
  27. Oct 25, 2001
Loading