Skip to content
Snippets Groups Projects
  1. Apr 14, 2003
  2. Apr 10, 2003
  3. Mar 28, 2003
    • Christophe Geuzaine's avatar
      · 60352b67
      Christophe Geuzaine authored
      Add -DHAVE_FLTK when we do "make depend"
      60352b67
  4. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  5. Mar 19, 2003
  6. Mar 11, 2003
    • Christophe Geuzaine's avatar
      · 97f61e6f
      Christophe Geuzaine authored
      Add Layer on Extrude Point (phase 2 -- remove duplicates)
      97f61e6f
    • Christophe Geuzaine's avatar
      · dc03725f
      Christophe Geuzaine authored
      Added Layer option for Extrude Point
      dc03725f
  7. Mar 07, 2003
    • Christophe Geuzaine's avatar
      · eaa25c83
      Christophe Geuzaine authored
      Don't append the ".geo" extension anymore if the file name is not
      recognized.
      eaa25c83
  8. Mar 02, 2003
  9. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  10. 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
  11. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  12. 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
  13. 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
  14. Feb 11, 2003
  15. Jan 25, 2003
  16. Jan 24, 2003
  17. Jan 23, 2003
  18. Nov 05, 2002
  19. Oct 11, 2002
  20. Oct 04, 2002
  21. Sep 24, 2002
  22. Sep 19, 2002
  23. Sep 01, 2002
  24. May 20, 2002
  25. May 18, 2002
  26. Apr 06, 2002
  27. Mar 12, 2002
  28. Feb 22, 2002
  29. 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
Loading