Skip to content
Snippets Groups Projects
  1. Jan 02, 2012
  2. Dec 04, 2011
  3. Mar 21, 2010
  4. Jan 06, 2009
  5. Oct 21, 2008
  6. Sep 04, 2007
  7. Feb 25, 2006
  8. Feb 24, 2006
    • Christophe Geuzaine's avatar
      · b154c824
      Christophe Geuzaine authored
      "pure windows" version (without cygwin) is almost there: the solver
      interface now works quite nicely using native Windodiows sockets and
      the timers work too. There are still some bugs with binary files and
      user-created functions in the parser.
      b154c824
  9. Feb 23, 2006
    • Christophe Geuzaine's avatar
      · a0caaee8
      Christophe Geuzaine authored
      - rename CLIENT_VIEW into CLIENT_MERGE_FILE
      - new CLIENT_PARSE_STRING
      a0caaee8
  10. Mar 12, 2005
    • Christophe Geuzaine's avatar
      · 150f017b
      Christophe Geuzaine authored
      a little more work on the axes stuff: enable global axes for the geometry and
      the mesh, too. We can finally get rid of the ugly old "moving axes" bit.
      
      (+ reverted changes in unproject: need to be more careful since unproject
      can be called outside Draw())
      150f017b
    • Christophe Geuzaine's avatar
      · 2920e4ca
      Christophe Geuzaine authored
      don't need the extra options anymore
      2920e4ca
  11. Feb 05, 2005
  12. Jan 17, 2005
  13. 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
  14. Jan 14, 2005
    • Christophe Geuzaine's avatar
      · 908ef8c9
      Christophe Geuzaine authored
      use C++ example in doc instead of C
      908ef8c9
Loading