- Jun 13, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
- add PNG check in Get_BuildOptions() - move "make doc" to top-level Makefile - better "make purge"
-
- May 29, 2003
-
-
Christophe Geuzaine authored
Added warning + option for circle/ellipse arcs >= Pi
-
- May 14, 2003
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
cleanup vonmises (a bit)
-
Laurent Stainier authored
Von Mises value displayed.
-
- Apr 19, 2003
-
-
Christophe Geuzaine authored
Corrections apres relecture / part 1
-
- Apr 16, 2003
-
-
Christophe Geuzaine authored
More work on chapters 1 and 2. Should be mostly OK now.
-
Christophe Geuzaine authored
Major rewrite of the Overview section + web page
-
- Apr 15, 2003
-
-
Christophe Geuzaine authored
small updates
-
- Apr 14, 2003
-
-
Christophe Geuzaine authored
Fixed a couple of gcc warnings
-
Christophe Geuzaine authored
Added shortcuts.texi
-
Christophe Geuzaine authored
Added "gmsh -doc" to automatically generate the texinfo documentaion for all the options.
-
- Mar 28, 2003
-
-
Christophe Geuzaine authored
Add -DHAVE_FLTK when we do "make depend"
-
- Mar 26, 2003
-
-
Christophe Geuzaine authored
Implement GUI for rotation center
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
centerècg should be an int
-
Christophe Geuzaine authored
New option to specify the interactive rotation center (default is now the center of gravity, instead of 0,0,0)
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 19, 2003
-
-
Christophe Geuzaine authored
Add missing copyright headers
-
- Mar 18, 2003
-
-
Christophe Geuzaine authored
Add Contributor(s) where due.
-
- Mar 11, 2003
-
-
Christophe Geuzaine authored
wrong index in sanity check
-
Christophe Geuzaine authored
Fix merge bug (well, just return en arror if trying to merge views having different number of time steps)
-
- Mar 02, 2003
-
-
Christophe Geuzaine authored
pretty print build options
-
Christophe Geuzaine authored
pretty print build options
-
Christophe Geuzaine authored
Make headers self-contained
-
Christophe Geuzaine authored
add progname in -info
-
Christophe Geuzaine authored
GPL -> General Public License
-
Christophe Geuzaine authored
License stuff
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
add ;
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Feb 25, 2003
-
-
Christophe Geuzaine authored
Add some indent directives
-
- Feb 23, 2003
-
-
Christophe Geuzaine authored
Fix some dependencies + enable GSL (so that more people test it).
-
- Feb 18, 2003
-
-
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...
-
- Feb 17, 2003
-
-
Christophe Geuzaine authored
Add comment for LITTLE_ENDIAN problem
-
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
-
- Feb 12, 2003
-
-
Christophe Geuzaine authored
Clean up VERSION_FLAGS and OS_FLAGS (use HAVE_FLTK instead of _FLTK, remove _BLACKBOX, etc.)
-
- Feb 11, 2003
-
-
Christophe Geuzaine authored
New makefile system based on autoconf. Only tested on Linux right now.
-
- Feb 05, 2003
-
-
Christophe Geuzaine authored
Note on Combine view + save bug
-
- Jan 25, 2003
-
-
Christophe Geuzaine authored
Fixed a couple of typos + copyright dates
-