Skip to content
Snippets Groups Projects
  1. Mar 02, 2003
  2. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  3. Feb 27, 2003
    • Christophe Geuzaine's avatar
      · a44387f8
      Christophe Geuzaine authored
      Use MergeProblem instead of ParseFile in MergeProblemWithBoundingBox
      a44387f8
    • Christophe Geuzaine's avatar
      · 145be605
      Christophe Geuzaine authored
      Slightly change the way we compute the bounding box during OpenFile
      (not MergeFile), so that opening a file containing both a
      geometry/mesh and a view works as expected.
      145be605
  4. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  5. 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
  6. 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
    • Jean-François Remacle's avatar
      · bc387133
      Jean-François Remacle authored
      added ReadImg.* into Graphics
      modified Makefiles (now libfltk_images.a is used)
      This is a beta version of image loading with gmsh
      bc387133
  7. Feb 11, 2003
  8. Jan 25, 2003
  9. Jan 24, 2003
  10. Jan 23, 2003
  11. Nov 05, 2002
  12. Oct 11, 2002
  13. Oct 04, 2002
  14. Sep 24, 2002
  15. Sep 19, 2002
  16. Sep 01, 2002
  17. May 20, 2002
  18. May 18, 2002
  19. Apr 06, 2002
  20. Mar 12, 2002
  21. Feb 22, 2002
  22. Feb 13, 2002
    • Laurent Stainier's avatar
      Gmsh now compiles under Mac OS X. The main adaptations, aside a few · 214dac56
      Laurent Stainier authored
      compilation directives (cf. __APPLE__), were to rename the type
      ColorTable to GmshColorTable and the function Palette to Palette1,
      in order to avoid conflicts with Apple's QuickDraw.
      Note that HFS is case-insensitive, which requires to have a fltk lib
      name otherwise than libfltk.a (in the Mac version, the GL part is separate
      anyway, so I've been using libfltk_base.a and libfltk_gl.a).
      214dac56
  23. Jan 23, 2002
  24. Dec 16, 2001
  25. Dec 06, 2001
  26. Dec 04, 2001
  27. Dec 03, 2001
Loading