"Fossies" - the Fresh Open Source Software Archive  

Source code changes report for "gmsh" between the packages
gmsh-4.10.5-source.tgz and gmsh-4.11.1-source.tgz

About: Gmsh is an automatic 3D finite element grid generator with a built-in CAD engine and post-processing facilities.

Summary:

The "gmsh" source code changed by about 6.8% and now consists of 4435 regular files (+50) and 321 directories (-2).

Related Informations:

See CHANGELOG.txt (gmsh 4.11.1).

Changes In Files (According File Type):

File TypeTotalAddedRemovedChanged
Header file 1494 0 1 26
C program 348 0 0 4
C++ program 1572 1 0 50
Fortran program 76 22 3 0
Java program 26 0 0 1
Objective-C program 5 0 0 0
Objective-C++ program 14 0 0 0
Perl program 8 0 0 0
Python program 125 2 4 13
Shell program 33 0 0 2
Automake file 17 0 0 0
CMake file 120 0 0 2
JavaScript file 4 0 0 0
JSON file 2 0 0 0
Lex program 1 0 0 0
Makefile 29 0 0 0
Man page 3 0 0 0
Pkg-config file 1 0 0 0
XML document 29 0 0 1
Yacc program 1 0 0 0
CSS style sheet 4 0 0 1
Desktop file 1 0 0 0
DOS Batch file 4 1 3 0
Doxygen file 63 0 0 0
DTD file 1 0 0 0
HTML page 12 0 0 1
Mercurial file 1 0 0 0
Options file 1 1 0 0
Precompiled header 1 0 0 0
Property file 1 0 0 0
Property list 4 0 0 1
Resource file 2 0 0 0
SystemTap script 3 0 0 0
TeX document 8 0 0 0
Texinfo file 19 2 2 8
Xcode file 1 0 0 0
XML style sheet 1 0 0 0
YAML file 2 0 0 0
Data file 12 0 0 0
Icon 7 0 0 0
Image file 57 29 0 0
PDF file 6 0 0 0
Vector Image file 3 0 0 0
Directory 324 1 2 0
Archive 1 0 0 0
Change log 2 0 0 1
Information file 10 0 0 2
License 19 0 0 0
Readme file 59 4 3 4
Text file 237 3 0 8
Total Files47746618125



Header Files (27 of 1494):

NameStatusDeltaVisual Diff
api/gmsh.h changed 12.9% diff
api/gmshc.h changed 12.1% diff
api/gmshf.h removed
contrib/hxt/core/include/hxt_message.h changed 0.8% diff
src/common/Context.h changed 1.8% diff
src/common/DefaultOptions.h changed 1.3% diff
src/common/GmshDefines.h changed 0.4% diff
src/common/GmshMessage.h changed 0.7% diff
src/common/Options.h changed 0.3% diff
src/fltk/fileDialogs.h changed 3.8% diff
src/fltk/FlGui.h changed 1.3% diff
src/geo/GEdge.h changed 2.5% diff
src/geo/GEntity.h changed 3.2% diff
src/geo/GFace.h changed 1.0% diff
src/geo/GModel.h changed 1.9% diff
src/geo/GModelIO_OCC.h changed 2.9% diff
src/geo/GVertex.h changed 1.6% diff
src/geo/MElement.h changed 1.0% diff
src/geo/MHexahedron.h changed 1.8% diff
src/geo/MLine.h changed 2.3% diff
src/geo/MPrism.h changed 0.3% diff
src/geo/MPyramid.h changed 0.6% diff
src/geo/MQuadrangle.h changed 0.4% diff
src/geo/MTetrahedron.h changed 1.3% diff
src/geo/MTriangle.h changed 0.5% diff
src/geo/MVertex.h changed 0.8% diff
src/geo/OCCEdge.h changed 0.8% diff

C Programs (4 of 348):

NameStatusDeltaVisual Diff
api/gmsh.h_cwrap changed 9.4% diff
contrib/hxt/core/src/hxt_message.c changed 1.8% diff
contrib/hxt/tetMesh/src/hxt_tetColor.c changed 7.8% diff
contrib/hxt/tetMesh/src/hxt_tetDelaunay.c changed 0.6% diff

C++ Programs (51 of 1572):

NameStatusDeltaVisual Diff
api/gmshc.cpp changed 2.8% diff
contrib/HighOrderMeshOptimizer/HighOrderMeshPeriodicity.cpp changed 9.8% diff
contrib/QuadMeshingTools/qmtCrossField.cpp changed 0.03% diff
examples/api/adapt_mesh.cpp changed 2.8% diff
src/common/CreateFile.cpp changed 1.0% diff
src/common/gmsh.cpp changed 0.8% diff
src/common/GmshMessage.cpp changed 0.4% diff
src/common/OpenFile.cpp changed 0.1% diff
src/common/Options.cpp changed 0.3% diff
src/common/StringUtils.cpp changed 1.8% diff
src/fltk/clippingWindow.cpp changed 4.1% diff
src/fltk/contextWindow.cpp changed 1.8% diff
src/fltk/fileDialogs.cpp changed 5.6% diff
src/fltk/FlGui.cpp changed 0.3% diff
src/fltk/graphicWindow.cpp changed 0.6% diff
src/geo/CGNSConventions.cpp changed 2.3% diff
src/geo/CGNSZoneUnstruct.cpp changed 1.7% diff
src/geo/GEdge.cpp changed 0.6% diff
src/geo/GeomMeshMatcher.cpp changed 0.6% diff
src/geo/GFace.cpp changed 0.3% diff
src/geo/GModel.cpp changed 1.6% diff
src/geo/GModelAutoExtrude.cpp changed 20.7% diff
src/geo/GModelIO_BDF.cpp changed 2.9% diff
src/geo/GModelIO_MED.cpp changed 1.7% diff
src/geo/GModelIO_MSH3.cpp changed 0.7% diff
src/geo/GModelIO_MSH4.cpp changed 4.9% diff
src/geo/GModelIO_NEU.cpp changed 0.4% diff
src/geo/GModelIO_OCC.cpp changed 2.6% diff
src/geo/GModelIO_RAD.cpp added
src/geo/GModelIO_SU2.cpp changed 24.3% diff
src/geo/gmshEdge.cpp changed 0.3% diff
src/geo/GVertex.cpp changed 3.5% diff
src/geo/MElement.cpp changed 2.7% diff
src/geo/MVertex.cpp changed 1.4% diff
src/geo/OCCEdge.cpp changed 3.5% diff
src/graphics/drawGeom.cpp changed 2.3% diff
src/graphics/drawMesh.cpp changed 0.3% diff
src/graphics/drawPost.cpp changed 0.3% diff
src/mesh/Generator.cpp changed 1.0% diff
src/mesh/HighOrder.cpp changed 0.4% diff
src/mesh/meshGFaceTransfinite.cpp changed 37.7% diff
src/mesh/meshGRegionDelaunayInsertion.cpp changed 0.9% diff
src/mesh/meshGRegionHxt.cpp changed 2.7% diff
src/mesh/meshGRegionLocalMeshMod.cpp changed 2.6% diff
src/mesh/meshPartition.cpp changed 0.1% diff
src/mesh/meshRefine.cpp changed 0.2% diff
src/plugin/Crack.cpp changed 0.2% diff
tutorials/c++/t10.cpp changed 3.0% diff
tutorials/c++/t6.cpp changed 1.0% diff
tutorials/c++/x4.cpp changed 2.8% diff
tutorials/c++/x5.cpp changed 5.0% diff

Fortran Programs (25 of 76):

NameStatusDeltaVisual Diff
api/gmsh.f90 added
tutorials/fortran/t1.f removed
tutorials/fortran/t1.f90 added
tutorials/fortran/t10.f90 added
tutorials/fortran/t11.f90 added
tutorials/fortran/t12.f90 added
tutorials/fortran/t13.f90 added
tutorials/fortran/t14.f90 added
tutorials/fortran/t15.f90 added
tutorials/fortran/t16.f90 added
tutorials/fortran/t17.f90 added
tutorials/fortran/t18.f90 added
tutorials/fortran/t19.f90 added
tutorials/fortran/t2.f removed
tutorials/fortran/t2.f90 added
tutorials/fortran/t20.f90 added
tutorials/fortran/t21.f90 added
tutorials/fortran/t3.f90 added
tutorials/fortran/t4.f90 added
tutorials/fortran/t5.f90 added
tutorials/fortran/t6.f removed
tutorials/fortran/t6.f90 added
tutorials/fortran/t7.f90 added
tutorials/fortran/t8.f90 added
tutorials/fortran/t9.f90 added

Java Programs (1 of 26):

NameStatusDeltaVisual Diff
contrib/mobile/Android/app/src/main/java/org/geuz/onelab/SplashScreen.java changed 12.4% diff

Python Programs (19 of 125):

NameStatusDeltaVisual Diff
api/gen.py changed 28.2% diff
api/GenApi.py changed 44.9% diff
api/gmsh.py changed 23.2% diff
doc/texinfo/images/make_tutorial_gallery.py added
examples/api/adapt_mesh.py changed 5.9% diff
examples/api/crack.py changed 3.7% diff
examples/api/spline.py changed 22.3% diff
tutorials/python/t10.py changed 3.1% diff
tutorials/python/t4.py changed 6.6% diff
tutorials/python/t6.py changed 1.1% diff
tutorials/python/t8.py changed 0.8% diff
tutorials/python/x1.py changed 3.7% diff
tutorials/python/x4.py changed 2.8% diff
tutorials/python/x5.py changed 5.7% diff
utils/pypi/gmsh-dev/gmsh removed
utils/pypi/gmsh-nox-dev/gmsh removed
utils/pypi/gmsh/gmsh removed
utils/pypi/sdktowheel.py added
utils/pypi/setup-wheel.py.in removed

Shell Programs (2 of 33):

NameStatusDeltaVisual Diff
contrib/mobile/utils/android_build.sh changed 1.8% diff
contrib/mobile/utils/ios_build.sh changed 1.2% diff

CMake Files (2 of 120):

NameStatusDeltaVisual Diff
CMakeLists.txt changed 4.0% diff
src/geo/CMakeLists.txt changed 1.9% diff

XML Documents (1 of 29):

NameStatusDeltaVisual Diff
contrib/mobile/Android/app/src/main/AndroidManifest.xml changed 14.2% diff

CSS Style Sheets (1 of 4):

NameStatusDeltaVisual Diff
doc/gmsh.css changed 2.0% diff

DOS Batch Files (all 4):

NameStatusDeltaVisual Diff
utils/pypi/gmsh-dev/gmsh.bat removed
utils/pypi/gmsh-nox-dev/gmsh.bat removed
utils/pypi/gmsh.bat added
utils/pypi/gmsh/gmsh.bat removed

HTML Pages (1 of 12):

NameStatusDeltaVisual Diff
doc/gmsh.html changed 3.2%

Options Files (all 1):

NameStatusDeltaVisual Diff
doc/texinfo/images/gui_screenshots.opt added

Property Lists (1 of 4):

NameStatusDeltaVisual Diff
contrib/mobile/iOS/Onelab/Onelab-Info.plist changed 3.8% diff

Texinfo Files (12 of 19):

NameStatusDeltaVisual Diff
doc/texinfo/api.texi changed 47.1% diff
doc/texinfo/commandline.texi changed 3.3% diff
doc/texinfo/gmsh.texi changed 38.6% diff
doc/texinfo/opt_fields.texi renamed 27.0% diff
doc/texinfo/fields.texi
doc/texinfo/opt_general.texi changed 3.7% diff
doc/texinfo/opt_geometry.texi changed 2.1% diff
doc/texinfo/opt_mesh.texi changed 4.2% diff
doc/texinfo/opt_plugin.texi removed
doc/texinfo/opt_view.texi changed 2.1% diff
doc/texinfo/plugins.texi added
doc/texinfo/version.texi changed 63.9% diff

Image Files (29 of 57):

NameStatusDeltaVisual Diff
doc/texinfo/images/gui.png added
doc/texinfo/images/gui_add_rectangle.png added
doc/texinfo/images/gui_mesh.png added
doc/texinfo/images/t1.png added
doc/texinfo/images/t10.png added
doc/texinfo/images/t11.png added
doc/texinfo/images/t12.png added
doc/texinfo/images/t13.png added
doc/texinfo/images/t14.png added
doc/texinfo/images/t15.png added
doc/texinfo/images/t16.png added
doc/texinfo/images/t17.png added
doc/texinfo/images/t18.png added
doc/texinfo/images/t19.png added
doc/texinfo/images/t2.png added
doc/texinfo/images/t20.png added
doc/texinfo/images/t21.png added
doc/texinfo/images/t3.png added
doc/texinfo/images/t4.png added
doc/texinfo/images/t5.png added
doc/texinfo/images/t6.png added
doc/texinfo/images/t7.png added
doc/texinfo/images/t8.png added
doc/texinfo/images/t9.png added
doc/texinfo/images/x2.png added
doc/texinfo/images/x3.png added
doc/texinfo/images/x4.png added
doc/texinfo/images/x5.png added
doc/texinfo/images/x7.png added

Directories (3 of 324):

NameStatus
doc/texinfo/images added
utils/pypi/gmsh-dev removed
utils/pypi/gmsh-nox-dev removed

Change Logs (1 of 2):

NameStatusDeltaVisual Diff
CHANGELOG.txt changed 1.4% diff

Information Files (2 of 10):

NameStatusDeltaVisual Diff
CREDITS.txt changed 3.4% diff
doc/SDK.txt changed 4.8% diff

Readme Files (11 of 59):

NameStatusDeltaVisual Diff
api/README.txt changed 15.1% diff
README.txt changed 4.8% diff
tutorials/fortran/README.txt added
tutorials/README.txt changed 21.3% diff
utils/pypi/gmsh-dev/README.rst removed
utils/pypi/gmsh-nox-dev/README.rst removed
utils/pypi/gmsh/README.rst removed
utils/pypi/README.gmsh-dev.rst added
utils/pypi/README.gmsh-nox-dev.rst added
utils/pypi/README.gmsh.rst added
utils/wrappers/README.txt changed 25.8% diff

Text Files (11 of 237):

NameStatusDeltaVisual Diff
api/gmsh.jl changed 20.1% diff
contrib/mobile/Android/app/build.gradle changed 6.0% diff
doc/cookbook/src/postpro/plugins.md changed 25.7% diff
doc/cookbook/src/postpro/view-names.md changed 72.4% diff
examples/boolean/hyperboloid.geo added
tutorials/julia/t6.jl added
tutorials/t10.geo changed 3.2% diff
tutorials/t4.geo changed 5.0% diff
tutorials/t6.geo changed 11.0% diff
tutorials/t8.geo changed 1.3% diff
utils/pypi/METADATA.in added

Packages Compared:

gmsh-4.10.5-source.tgz
gmsh-4.11.1-source.tgz


Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  Codespell  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)