- 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)
Showing
- Fltk/GmshServer.cpp 0 additions, 212 deletionsFltk/GmshServer.cpp
- Fltk/GmshServer.h 208 additions, 31 deletionsFltk/GmshServer.h
- Fltk/Makefile 1 addition, 3 deletionsFltk/Makefile
- Fltk/Message.cpp 2 additions, 2 deletionsFltk/Message.cpp
- Fltk/Solvers.cpp 51 additions, 63 deletionsFltk/Solvers.cpp
- Parser/Gmsh.l 6 additions, 4 deletionsParser/Gmsh.l
- Parser/Gmsh.tab.cpp 248 additions, 248 deletionsParser/Gmsh.tab.cpp
- Parser/Gmsh.y 5 additions, 4 deletionsParser/Gmsh.y
- Parser/Gmsh.yy.cpp 7 additions, 5 deletionsParser/Gmsh.yy.cpp
- Parser/Makefile 17 additions, 13 deletionsParser/Makefile
- doc/gmsh.html 3 additions, 0 deletionsdoc/gmsh.html
- utils/solvers/c++/GmshClient.h 78 additions, 78 deletionsutils/solvers/c++/GmshClient.h
- utils/solvers/c++/Makefile 2 additions, 2 deletionsutils/solvers/c++/Makefile
- utils/solvers/c++/solver.cpp 44 additions, 0 deletionsutils/solvers/c++/solver.cpp
- utils/solvers/c/GmshClient.c 8 additions, 9 deletionsutils/solvers/c/GmshClient.c
- utils/solvers/c/GmshClient.h 1 addition, 1 deletionutils/solvers/c/GmshClient.h
- utils/solvers/c/Makefile 3 additions, 3 deletionsutils/solvers/c/Makefile
- utils/solvers/c/solver.c 8 additions, 8 deletionsutils/solvers/c/solver.c
- utils/solvers/c/solver.opt 15 additions, 0 deletionsutils/solvers/c/solver.opt
- utils/solvers/perl/GMSH_CLIENT.pm 2 additions, 1 deletionutils/solvers/perl/GMSH_CLIENT.pm
Loading
Please register or sign in to comment