Skip to content
Snippets Groups Projects
  1. Jun 13, 2003
  2. May 29, 2003
    • Christophe Geuzaine's avatar
      · 0d1df915
      Christophe Geuzaine authored
      Added warning + option for circle/ellipse arcs >= Pi
      0d1df915
  3. May 14, 2003
  4. Apr 19, 2003
    • Christophe Geuzaine's avatar
      · 095ac853
      Christophe Geuzaine authored
      Corrections apres relecture / part 1
      095ac853
  5. Apr 16, 2003
    • Christophe Geuzaine's avatar
      · 11758ffb
      Christophe Geuzaine authored
      More work on chapters 1 and 2. Should be mostly OK now.
      11758ffb
    • Christophe Geuzaine's avatar
      · e312a5bf
      Christophe Geuzaine authored
      Major rewrite of the Overview section + web page
      e312a5bf
  6. Apr 15, 2003
  7. Apr 14, 2003
    • Christophe Geuzaine's avatar
      · 470f6733
      Christophe Geuzaine authored
      Fixed a couple of gcc warnings
      470f6733
    • Christophe Geuzaine's avatar
      · 0ae2d49a
      Christophe Geuzaine authored
      Added shortcuts.texi
      0ae2d49a
    • Christophe Geuzaine's avatar
      · 1a2269ad
      Christophe Geuzaine authored
      Added "gmsh -doc" to automatically generate the texinfo documentaion
      for all the options.
      1a2269ad
  8. Mar 28, 2003
    • Christophe Geuzaine's avatar
      · 60352b67
      Christophe Geuzaine authored
      Add -DHAVE_FLTK when we do "make depend"
      60352b67
  9. Mar 26, 2003
  10. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  11. Mar 19, 2003
  12. Mar 18, 2003
  13. Mar 11, 2003
    • Christophe Geuzaine's avatar
      · 66ed3b5f
      Christophe Geuzaine authored
      wrong index in sanity check
      66ed3b5f
    • Christophe Geuzaine's avatar
      · 041114e4
      Christophe Geuzaine authored
      Fix merge bug (well, just return en arror if trying to merge views
      having different number of time steps)
      041114e4
  14. Mar 02, 2003
  15. Mar 01, 2003
  16. Feb 25, 2003
  17. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  18. 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
  19. Feb 17, 2003
    • Christophe Geuzaine's avatar
      · c33dc0c8
      Christophe Geuzaine authored
      Add comment for LITTLE_ENDIAN problem
      c33dc0c8
    • 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
  20. 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
  21. Feb 11, 2003
    • Christophe Geuzaine's avatar
      · 3f0c5cb8
      Christophe Geuzaine authored
      New makefile system based on autoconf. Only tested on Linux right now.
      3f0c5cb8
  22. Feb 05, 2003
  23. Jan 25, 2003
    • Christophe Geuzaine's avatar
      · 00adce3a
      Christophe Geuzaine authored
      Fixed a couple of typos + copyright dates
      00adce3a
Loading