Skip to content
Snippets Groups Projects
  1. Sep 25, 2005
  2. Aug 31, 2005
    • Christophe Geuzaine's avatar
      · 4e249276
      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.
      4e249276
  3. Aug 22, 2005
    • Christophe Geuzaine's avatar
      · f842ab46
      Christophe Geuzaine authored
      simpler tetgen integration by Jozef Vesely
      f842ab46
  4. Aug 09, 2005
    • Christophe Geuzaine's avatar
      · c224e052
      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
      c224e052
  5. Mar 14, 2005
    • Christophe Geuzaine's avatar
      · aee8ebe1
      Christophe Geuzaine authored
      trying to fix compile with old g++ 2.95
      aee8ebe1
  6. Jan 16, 2005
    • Christophe Geuzaine's avatar
      · ec90f6ab
      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)
      ec90f6ab
  7. Jan 14, 2005
    • Christophe Geuzaine's avatar
      · f3eb1685
      Christophe Geuzaine authored
      tiny cleanup
      f3eb1685
    • Christophe Geuzaine's avatar
      · 30aa937a
      Christophe Geuzaine authored
      small modification to make the solver interface not block the GUI when the
      solver runs without printing messages
      30aa937a
  8. Jan 13, 2005
  9. Jan 01, 2005
  10. Dec 06, 2004
    • Christophe Geuzaine's avatar
      · 7acfca07
      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.
      7acfca07
  11. Oct 25, 2004
    • Christophe Geuzaine's avatar
      · e0d0e98d
      Christophe Geuzaine authored
      added a call to GUI::check() to make the GUI more responsive
      e0d0e98d
    • Christophe Geuzaine's avatar
      · 78e2d182
      Christophe Geuzaine authored
      new solver options: SocketCommand and NameCommand (patch by
      <C.Stott@surrey.ac.uk>)
      78e2d182
  12. Oct 17, 2004
    • Christophe Geuzaine's avatar
      · 1b00135d
      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...
      1b00135d
  13. Jul 30, 2004
    • Christophe Geuzaine's avatar
      · 0e0ce3d5
      Christophe Geuzaine authored
      airplane work: reorganized the option panels in the GUI (more descriptive
      labels, same categories for geo/mesh/post, etc.)
      0e0ce3d5
  14. May 22, 2004
    • Christophe Geuzaine's avatar
      · 1e0be4b2
      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
      1e0be4b2
  15. May 15, 2004
    • Christophe Geuzaine's avatar
      · 50750c3b
      Christophe Geuzaine authored
      truncate solver name
      50750c3b
    • Christophe Geuzaine's avatar
      · 54c317f8
      Christophe Geuzaine authored
      output solver errors+warnings in red, too
      54c317f8
    • Christophe Geuzaine's avatar
      · 242857b0
      Christophe Geuzaine authored
      reorganized Msg() a little ("a la getdp" + colorize solver and direct messages)
      242857b0
  16. Feb 07, 2004
  17. Mar 21, 2003
    • Christophe Geuzaine's avatar
      · fb423350
      Christophe Geuzaine authored
      Fix whitespace in copyright headers
      fb423350
  18. Mar 01, 2003
    • Christophe Geuzaine's avatar
      · 486e791b
      Christophe Geuzaine authored
      Indented all source files using utils/gmshindent
      486e791b
  19. Jan 25, 2003
  20. Jan 24, 2003
  21. Jan 23, 2003
  22. May 20, 2002
  23. May 18, 2002
  24. May 07, 2002
  25. Jan 03, 2002
  26. Oct 29, 2001
  27. May 21, 2001
  28. May 17, 2001
  29. May 04, 2001
  30. May 03, 2001
Loading