[Pkg-scicomp-devel] gmsh/branches/upstream/current [POSSIBLY UNSAFE]

Christophe Prud'homme prudhomm at debian.org
Thu Mar 22 13:39:24 CET 2007


SVN commit 1455 by prudhomm:

[svn-upgrade] Integrating new upstream version, gmsh (2.0.5)

 M  +4 -1      gmsh/branches/upstream/current/Box/Box.cpp  
 M  +3 -3      gmsh/branches/upstream/current/Box/Makefile  
 M  +11 -3     gmsh/branches/upstream/current/Common/CommandLine.cpp  
 M  +2 -1      gmsh/branches/upstream/current/Common/Context.h  
 M  +5 -1      gmsh/branches/upstream/current/Common/DefaultOptions.h  
 M  +18 -1     gmsh/branches/upstream/current/Common/OS.cpp  
 M  +1 -0      gmsh/branches/upstream/current/Common/OS.h  
 M  +20 -2     gmsh/branches/upstream/current/Common/Options.cpp  
 M  +2 -0      gmsh/branches/upstream/current/Common/Options.h  
 M  +35 -2     gmsh/branches/upstream/current/Common/SmoothData.cpp  
 M  +3 -0      gmsh/branches/upstream/current/Common/SmoothData.h  
 M  +17 -12    gmsh/branches/upstream/current/Fltk/Callbacks.cpp  
 M  +14 -7     gmsh/branches/upstream/current/Fltk/GUI.cpp  
 M  +54 -1     gmsh/branches/upstream/current/Fltk/GUI_Extras.cpp  
 M  +1 -0      gmsh/branches/upstream/current/Fltk/GUI_Extras.h  
 M  +4 -1      gmsh/branches/upstream/current/Fltk/Main.cpp  
 M  +23 -23    gmsh/branches/upstream/current/Fltk/Makefile  
 M  +2 -1      gmsh/branches/upstream/current/Geo/ExtrudeParams.cpp  
 M  +4 -1      gmsh/branches/upstream/current/Geo/ExtrudeParams.h  
 M  +4 -5      gmsh/branches/upstream/current/Geo/GEdge.cpp  
 M  +7 -6      gmsh/branches/upstream/current/Geo/GFace.h  
 M  +2 -1      gmsh/branches/upstream/current/Geo/GModel.cpp  
 M  +24 -19    gmsh/branches/upstream/current/Geo/GModel.h  
 M  +34 -8     gmsh/branches/upstream/current/Geo/GModelIO_Fourier.cpp  
 M  +145 -120  gmsh/branches/upstream/current/Geo/GModelIO_Geo.cpp  
 M  +186 -11   gmsh/branches/upstream/current/Geo/GModelIO_Mesh.cpp   [POSSIBLY UNSAFE: scanf]
 M  +7 -3      gmsh/branches/upstream/current/Geo/GRegion.h  
 M  +109 -109  gmsh/branches/upstream/current/Geo/Geo.cpp  
 M  +32 -31    gmsh/branches/upstream/current/Geo/Geo.h  
 M  +48 -27    gmsh/branches/upstream/current/Geo/GeoInterpolation.cpp  
 M  +221 -1    gmsh/branches/upstream/current/Geo/MElement.cpp  
 M  +10 -0     gmsh/branches/upstream/current/Geo/MElement.h  
 M  +2 -4      gmsh/branches/upstream/current/Geo/MVertex.cpp  
 M  +2 -2      gmsh/branches/upstream/current/Geo/Makefile  
 M  +3 -3      gmsh/branches/upstream/current/Geo/OCCFace.cpp  
 M  +43 -7     gmsh/branches/upstream/current/Geo/gmshEdge.cpp  
 M  +72 -1     gmsh/branches/upstream/current/Geo/gmshSurface.cpp  
 M  +73 -1     gmsh/branches/upstream/current/Geo/gmshSurface.h  
 M  +2 -2      gmsh/branches/upstream/current/Graphics/Mesh.cpp  
 M  +5 -3      gmsh/branches/upstream/current/Graphics/PostElement.cpp  
 D             gmsh/branches/upstream/current/Graphics/tc.cpp  
 D             gmsh/branches/upstream/current/Graphics/tc.h  
 M  +2 -2      gmsh/branches/upstream/current/Makefile  
 M  +9 -9      gmsh/branches/upstream/current/Mesh/Attractors.cpp  
 M  +3 -3      gmsh/branches/upstream/current/Mesh/BDS.cpp  
 M  +27 -9     gmsh/branches/upstream/current/Mesh/BoundaryLayer.cpp  
 M  +153 -1    gmsh/branches/upstream/current/Mesh/HighOrder.cpp  
 M  +1 -0      gmsh/branches/upstream/current/Mesh/HighOrder.h  
 M  +4 -2      gmsh/branches/upstream/current/Mesh/Makefile  
 D             gmsh/branches/upstream/current/Mesh/SecondOrder.cpp  
 D             gmsh/branches/upstream/current/Mesh/SecondOrder.h  
 M  +19 -1     gmsh/branches/upstream/current/Mesh/meshGEdge.cpp  
 M  +105 -36   gmsh/branches/upstream/current/Mesh/meshGFace.cpp  
 M  +7 -4      gmsh/branches/upstream/current/Mesh/meshGFaceExtruded.cpp  
 M  +43 -42    gmsh/branches/upstream/current/Mesh/meshGFaceTransfinite.cpp  
 M  +2 -1      gmsh/branches/upstream/current/Mesh/meshGRegion.cpp  
 M  +147 -2    gmsh/branches/upstream/current/Mesh/meshGRegionExtruded.cpp  
 M  +115 -117  gmsh/branches/upstream/current/Mesh/meshGRegionTransfinite.cpp  
 M  +8 -2      gmsh/branches/upstream/current/Parser/CreateFile.cpp  
 M  +5 -1      gmsh/branches/upstream/current/Parser/Gmsh.l  
 M  +2693 -2551 gmsh/branches/upstream/current/Parser/Gmsh.tab.cpp  
 M  +109 -105  gmsh/branches/upstream/current/Parser/Gmsh.tab.hpp  
 M  +172 -123  gmsh/branches/upstream/current/Parser/Gmsh.y  
 M  +496 -456  gmsh/branches/upstream/current/Parser/Gmsh.yy.cpp  
 M  +4 -4      gmsh/branches/upstream/current/Parser/Makefile  
 M  +15 -3     gmsh/branches/upstream/current/Parser/OpenFile.cpp  
 M  +23 -2     gmsh/branches/upstream/current/Plugin/Levelset.cpp  
 M  +1 -1      gmsh/branches/upstream/current/configure  
 M  +4 -2      gmsh/branches/upstream/current/configure.in  
 M  +3 -2      gmsh/branches/upstream/current/doc/CREDITS  
 M  +15 -5     gmsh/branches/upstream/current/doc/TODO  
 M  +7 -3      gmsh/branches/upstream/current/doc/VERSIONS  
 M  +2 -2      gmsh/branches/upstream/current/doc/gmsh.1  
 M  +4 -4      gmsh/branches/upstream/current/doc/gmsh.html  
 M  +1 -1      gmsh/branches/upstream/current/doc/texinfo/command_line.texi  
 M  +6 -1      gmsh/branches/upstream/current/doc/texinfo/opt_mesh.texi  
 M  +5 -0      gmsh/branches/upstream/current/doc/texinfo/opt_print.texi  
 M  +8 -8      gmsh/branches/upstream/current/doc/texinfo/opt_view.texi  





More information about the Pkg-scicomp-devel mailing list