- Sep 25, 2005
-
-
Christophe Geuzaine authored
-
- Aug 31, 2005
-
-
Christophe Geuzaine authored
First batch of changes so that we can compile the code on windows without cygwin. With these changes gmsh compiles and runs cleanly without solver/jpeg/png/triangle/netgen/gsl support.
-
- Aug 22, 2005
-
-
Christophe Geuzaine authored
simpler tetgen integration by Jozef Vesely
-
- Aug 09, 2005
-
-
Christophe Geuzaine authored
generalized the solver interface to allow permanent listening on a socket for whoever wants to connect (gmsh -listen) the polling should also be less CPU hungry in this new version next step is to add new commands to the protocol so that solvers can directly transmit data to merge (geometry, mesh, etc.) in addition to messages and filenames
-
- Mar 14, 2005
-
-
Christophe Geuzaine authored
trying to fix compile with old g++ 2.95
-
- Jan 16, 2005
-
-
Christophe Geuzaine authored
- fixed the "unix socket name is one character short" problem on MacOS and AIX. Unfortunately, this required the client code to be slightly modified as well (and as a consequence, old versions of getdp will for example not work with new versions of Gmsh on MacOs and AIX). But it's better to do things "the right way" (TM) for people who want to connect using different languages (Perl, Python). - moved the GmshServer stuff in its own class - added missing rules in parser makefile (so that the parser gets rebuilt automatically when one changes Gmsh.y or Gmsh.l)
-
- Jan 14, 2005
-
-
Christophe Geuzaine authored
tiny cleanup
-
Christophe Geuzaine authored
small modification to make the solver interface not block the GUI when the solver runs without printing messages
-
- Jan 13, 2005
-
-
Christophe Geuzaine authored
don't include GmshClient
-
- Jan 01, 2005
-
-
Christophe Geuzaine authored
copyright update
-
- Dec 06, 2004
-
-
Christophe Geuzaine authored
Support for TCP/IP sockets (permits to launch solvers on remote hosts). Thanks to C.Stott@surrey.ac.uk for the original patch.
-
- Oct 25, 2004
-
-
Christophe Geuzaine authored
added a call to GUI::check() to make the GUI more responsive
-
Christophe Geuzaine authored
new solver options: SocketCommand and NameCommand (patch by <C.Stott@surrey.ac.uk>)
-
- Oct 17, 2004
-
-
Christophe Geuzaine authored
Trying to fix Patrick's problems when launching getdp on Windows... When gmsh is started from the command line on Windows, cygwin does not (for some obscure reason) prepend '/cygdrive/x/' to the path. Since we check for '/cygdrive/' in SystemCall() in order to sanitize the path before passing it to CreateProcess(), the system call fails. I think the right way to deal with this is to actually remove the path change in SystemCall() (since we only change the leading part), and use the official cygwin API to change the path of every piece that will eventually end up in the argument of CreateProcess(). And that's what "FixWindowsPath()" now does...
-
- Jul 30, 2004
-
-
Christophe Geuzaine authored
airplane work: reorganized the option panels in the GUI (more descriptive labels, same categories for geo/mesh/post, etc.)
-
- May 22, 2004
-
-
Christophe Geuzaine authored
Small changes inspired by Wednesday's discussions: - Mac only: Gmsh now publishes its "file types"... That means that geo/msh/pos files now have nice icons, and that you can double-click on a geo/msh/pos file in the Finder to open it :-) - removed support for fltk 1.0 (wasn't compiling anymore anyway) - doubled the timout in GmshServer (2->4s): this seems to help on Windows (thanks to jkools@veeco.com) - added warnings in the docs about the Attractor feature - increased WB by 1 pixel in the GUI - replaced more Msg(FATAL) with Msg(ERROR) where it makes sense
-
- May 15, 2004
-
-
Christophe Geuzaine authored
truncate solver name
-
Christophe Geuzaine authored
output solver errors+warnings in red, too
-
Christophe Geuzaine authored
reorganized Msg() a little ("a la getdp" + colorize solver and direct messages)
-
- Feb 07, 2004
-
-
Christophe Geuzaine authored
Update copyright notice
-
- Mar 21, 2003
-
-
Christophe Geuzaine authored
Fix whitespace in copyright headers
-
- Mar 01, 2003
-
-
Christophe Geuzaine authored
Indented all source files using utils/gmshindent
-
- Jan 25, 2003
-
-
Christophe Geuzaine authored
typo
-
Christophe Geuzaine authored
Better error msg
-
Christophe Geuzaine authored
-
- Jan 24, 2003
-
-
Christophe Geuzaine authored
bump version to 1.37.0: system calls on Windows are now correctly implemented using the CreateProcess Windows API
-
- Jan 23, 2003
-
-
Christophe Geuzaine authored
Updated copyright
-
- May 20, 2002
-
-
Christophe Geuzaine authored
-
- May 18, 2002
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- May 07, 2002
-
-
Christophe Geuzaine authored
-
- Jan 03, 2002
-
-
Christophe Geuzaine authored
-
- Oct 29, 2001
-
-
Christophe Geuzaine authored
-
- May 21, 2001
-
-
Christophe Geuzaine authored
-
- May 17, 2001
-
-
Christophe Geuzaine authored
-
- May 04, 2001
-
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
Christophe Geuzaine authored
-
- May 03, 2001
-
-
Christophe Geuzaine authored
-