Skip to content
Snippets Groups Projects
  1. Mar 19, 2003
  2. Mar 18, 2003
  3. 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
  4. Mar 02, 2003
  5. Mar 01, 2003
  6. Feb 25, 2003
  7. Feb 23, 2003
    • Christophe Geuzaine's avatar
      · a2d21ab9
      Christophe Geuzaine authored
      Fix some dependencies + enable GSL (so that more people test it).
      a2d21ab9
  8. 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
  9. 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
  10. 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
  11. Feb 11, 2003
    • Christophe Geuzaine's avatar
      · 3f0c5cb8
      Christophe Geuzaine authored
      New makefile system based on autoconf. Only tested on Linux right now.
      3f0c5cb8
  12. Feb 05, 2003
  13. Jan 25, 2003
    • Christophe Geuzaine's avatar
      · 00adce3a
      Christophe Geuzaine authored
      Fixed a couple of typos + copyright dates
      00adce3a
  14. Jan 24, 2003
  15. Jan 23, 2003
  16. Dec 14, 2002
  17. Dec 11, 2002
    • Christophe Geuzaine's avatar
      · 5b40067e
      Christophe Geuzaine authored
      Enable occlusion culling by default
      5b40067e
    • Christophe Geuzaine's avatar
      · a35bf32f
      Christophe Geuzaine authored
      New occlusion culling code contributed by the guys from CERN. Disabled
      by default.
      a35bf32f
  18. Dec 02, 2002
    • Christophe Geuzaine's avatar
      · b00d7d84
      Christophe Geuzaine authored
      Generalized the smoothing of post-processing views (quads, etc.)
      b00d7d84
  19. Nov 18, 2002
    • Christophe Geuzaine's avatar
      · bda97267
      Christophe Geuzaine authored
      Fix typos + set default jpeg quality to 100
      bda97267
  20. Nov 17, 2002
  21. Nov 16, 2002
    • Christophe Geuzaine's avatar
      · f4a67d1d
      Christophe Geuzaine authored
      Save more window positions + polish previous commit (restore defaults)
      f4a67d1d
    • Christophe Geuzaine's avatar
      · 620ec072
      Christophe Geuzaine authored
      Major GUI overhaul. All options are now available in a single
      window.
      620ec072
    • Christophe Geuzaine's avatar
      · fff2df99
      Christophe Geuzaine authored
      Add ability to draw lines as 3D cylinders. Looks very nice with our
      stream lines :-)
      fff2df99
  22. Nov 13, 2002
    • Christophe Geuzaine's avatar
      · 354f207b
      Christophe Geuzaine authored
      Commit some old stuff I had lying around on my machine.
      354f207b
  23. Nov 08, 2002
  24. Nov 05, 2002
  25. Nov 01, 2002
Loading