[Pkg-scicomp-devel] gmsh/trunk [POSSIBLY UNSAFE]
Christophe Prud'homme
prudhomm at debian.org
Thu Mar 22 13:41:33 CET 2007
SVN commit 1457 by prudhomm:
new upstream release 2.0.5
M +4 -1 gmsh/trunk/Box/Box.cpp
M +3 -3 gmsh/trunk/Box/Makefile
M +11 -3 gmsh/trunk/Common/CommandLine.cpp
M +2 -1 gmsh/trunk/Common/Context.h
M +5 -1 gmsh/trunk/Common/DefaultOptions.h
M +18 -1 gmsh/trunk/Common/OS.cpp
M +1 -0 gmsh/trunk/Common/OS.h
M +20 -2 gmsh/trunk/Common/Options.cpp
M +2 -0 gmsh/trunk/Common/Options.h
M +35 -2 gmsh/trunk/Common/SmoothData.cpp
M +3 -0 gmsh/trunk/Common/SmoothData.h
M +17 -12 gmsh/trunk/Fltk/Callbacks.cpp
M +14 -7 gmsh/trunk/Fltk/GUI.cpp
M +54 -1 gmsh/trunk/Fltk/GUI_Extras.cpp
M +1 -0 gmsh/trunk/Fltk/GUI_Extras.h
M +4 -1 gmsh/trunk/Fltk/Main.cpp
M +23 -23 gmsh/trunk/Fltk/Makefile
M +2 -1 gmsh/trunk/Geo/ExtrudeParams.cpp
M +4 -1 gmsh/trunk/Geo/ExtrudeParams.h
M +4 -5 gmsh/trunk/Geo/GEdge.cpp
M +7 -6 gmsh/trunk/Geo/GFace.h
M +2 -1 gmsh/trunk/Geo/GModel.cpp
M +24 -19 gmsh/trunk/Geo/GModel.h
M +34 -8 gmsh/trunk/Geo/GModelIO_Fourier.cpp
M +145 -120 gmsh/trunk/Geo/GModelIO_Geo.cpp
M +186 -11 gmsh/trunk/Geo/GModelIO_Mesh.cpp [POSSIBLY UNSAFE: scanf]
M +7 -3 gmsh/trunk/Geo/GRegion.h
M +109 -109 gmsh/trunk/Geo/Geo.cpp
M +32 -31 gmsh/trunk/Geo/Geo.h
M +48 -27 gmsh/trunk/Geo/GeoInterpolation.cpp
M +221 -1 gmsh/trunk/Geo/MElement.cpp
M +10 -0 gmsh/trunk/Geo/MElement.h
M +2 -4 gmsh/trunk/Geo/MVertex.cpp
M +2 -2 gmsh/trunk/Geo/Makefile
M +3 -3 gmsh/trunk/Geo/OCCFace.cpp
M +43 -7 gmsh/trunk/Geo/gmshEdge.cpp
M +72 -1 gmsh/trunk/Geo/gmshSurface.cpp
M +73 -1 gmsh/trunk/Geo/gmshSurface.h
M +2 -2 gmsh/trunk/Graphics/Mesh.cpp
M +5 -3 gmsh/trunk/Graphics/PostElement.cpp
D gmsh/trunk/Graphics/tc.cpp
D gmsh/trunk/Graphics/tc.h
M +2 -2 gmsh/trunk/Makefile
M +9 -9 gmsh/trunk/Mesh/Attractors.cpp
M +3 -3 gmsh/trunk/Mesh/BDS.cpp
M +27 -9 gmsh/trunk/Mesh/BoundaryLayer.cpp
M +153 -1 gmsh/trunk/Mesh/HighOrder.cpp
M +1 -0 gmsh/trunk/Mesh/HighOrder.h
M +4 -2 gmsh/trunk/Mesh/Makefile
D gmsh/trunk/Mesh/SecondOrder.cpp
D gmsh/trunk/Mesh/SecondOrder.h
M +19 -1 gmsh/trunk/Mesh/meshGEdge.cpp
M +105 -36 gmsh/trunk/Mesh/meshGFace.cpp
M +7 -4 gmsh/trunk/Mesh/meshGFaceExtruded.cpp
M +43 -42 gmsh/trunk/Mesh/meshGFaceTransfinite.cpp
M +2 -1 gmsh/trunk/Mesh/meshGRegion.cpp
M +147 -2 gmsh/trunk/Mesh/meshGRegionExtruded.cpp
M +115 -117 gmsh/trunk/Mesh/meshGRegionTransfinite.cpp
M +8 -2 gmsh/trunk/Parser/CreateFile.cpp
M +5 -1 gmsh/trunk/Parser/Gmsh.l
M +2693 -2551 gmsh/trunk/Parser/Gmsh.tab.cpp
M +109 -105 gmsh/trunk/Parser/Gmsh.tab.hpp
M +172 -123 gmsh/trunk/Parser/Gmsh.y
M +496 -456 gmsh/trunk/Parser/Gmsh.yy.cpp
M +4 -4 gmsh/trunk/Parser/Makefile
M +15 -3 gmsh/trunk/Parser/OpenFile.cpp
M +23 -2 gmsh/trunk/Plugin/Levelset.cpp
M +1 -1 gmsh/trunk/configure
M +4 -2 gmsh/trunk/configure.in
M +6 -0 gmsh/trunk/debian/changelog
M +3 -2 gmsh/trunk/doc/CREDITS
M +15 -5 gmsh/trunk/doc/TODO
M +7 -3 gmsh/trunk/doc/VERSIONS
M +2 -2 gmsh/trunk/doc/gmsh.1
M +4 -4 gmsh/trunk/doc/gmsh.html
M +1 -1 gmsh/trunk/doc/texinfo/command_line.texi
M +6 -1 gmsh/trunk/doc/texinfo/opt_mesh.texi
M +5 -0 gmsh/trunk/doc/texinfo/opt_print.texi
M +8 -8 gmsh/trunk/doc/texinfo/opt_view.texi
More information about the Pkg-scicomp-devel
mailing list