[gmsh] branch master updated (ab6f60a -> 03a334b)

Nico Schlömer nschloe-guest at moszumanska.debian.org
Mon Nov 6 15:27:58 UTC 2017


This is an automated email from the git hooks/post-receive script.

nschloe-guest pushed a change to branch master
in repository gmsh.

      from  ab6f60a   Update changelog.
      adds  ea6f1b0   New upstream version 3.0.6+dfsg1
       new  8d1359c   Update upstream source from tag 'upstream/3.0.6+dfsg1'
       new  a3c9b4e   remove upstreamed patches
       new  f52369b   update patch
       new  03a334b   refresh patches

The 4 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "adds" were already present in the repository and have only
been added to this reference.


Summary of changes:
 CHANGELOG.txt                                      |    5 +
 CMakeLists.txt                                     |  136 +-
 CTestConfig.cmake                                  |   11 +-
 Common/CommandLine.cpp                             |    9 +-
 Common/Context.h                                   |    1 +
 Common/CreateFile.cpp                              |    7 +
 Common/DefaultOptions.h                            |    8 +
 Common/GmshConfig.h.in                             |    1 +
 Common/GmshDefines.h                               |   95 +-
 Common/GmshMessage.cpp                             |   22 +-
 Common/OS.cpp                                      |    2 +
 Common/Options.cpp                                 |   27 +
 Common/Options.h                                   |    4 +
 Common/onelab.h                                    |   12 +
 Fltk/graphicWindow.cpp                             |    4 +
 Fltk/onelabGroup.cpp                               |   46 +-
 Geo/CMakeLists.txt                                 |   14 +-
 Geo/GFace.cpp                                      |   57 +-
 Geo/GFace.h                                        |   21 +-
 Geo/GFaceCompound.h                                |    2 +
 Geo/GModel.cpp                                     |  242 +-
 Geo/GModel.h                                       |   17 +-
 Geo/GModelFactory.h                                |    1 +
 Geo/GModelIO_MSH.cpp                               |    2 +-
 Geo/GModelIO_NEU.cpp                               |  286 +
 Geo/GModelIO_OCC.cpp                               |  280 +-
 Geo/GModelIO_OCC.h                                 |   18 +
 Geo/GVertex.cpp                                    |    5 +
 Geo/GVertex.h                                      |    3 +-
 Geo/GenericFace.h                                  |    1 +
 Geo/GeoStringInterface.cpp                         |    2 +
 Geo/MElement.cpp                                   |   13 +
 Geo/MElement.h                                     |    1 +
 Geo/MVertex.cpp                                    |   20 +
 Geo/MVertex.h                                      |    1 +
 Geo/OCCEdge.cpp                                    |   26 +-
 Geo/OCCFace.cpp                                    |  175 +-
 Geo/OCCFace.h                                      |    9 +-
 Geo/STensor3.h                                     |    3 +-
 Geo/SVector3.h                                     |    6 +
 Geo/discreteDiskFace.h                             |    1 +
 Geo/discreteFace.h                                 |    1 +
 Geo/gmshFace.cpp                                   |    3 +-
 Geo/gmshFace.h                                     |    4 +-
 Geo/gmshSurface.h                                  |    3 +
 Mesh/BDS.cpp                                       |  104 +-
 Mesh/BDS.h                                         |   16 +-
 Mesh/CMakeLists.txt                                |    1 -
 Mesh/DivideAndConquer.cpp                          |   67 +-
 Mesh/DivideAndConquer.h                            |    2 +-
 Mesh/Field.cpp                                     |   21 +
 Mesh/Field.h                                       |    4 +-
 Mesh/Generator.cpp                                 |   36 +-
 Mesh/delaunay3d.cpp                                |   59 +-
 Mesh/meshGEdge.cpp                                 |    1 +
 Mesh/meshGFace.cpp                                 |   37 +-
 Mesh/meshGFaceBDS.cpp                              |  421 +-
 Mesh/meshGRegion.cpp                               |   16 +-
 Mesh/meshGRegionBoundaryRecovery.cpp               |  118 +-
 Mesh/meshGRegionDelaunayInsertion.cpp              |  116 +-
 Mesh/yamakawa.h                                    |    2 +
 Numeric/Numeric.cpp                                |    4 +-
 Numeric/fullMatrix.cpp                             |    9 +
 Numeric/fullMatrix.h                               |   26 +-
 Parser/Gmsh.tab.cpp                                | 7474 ++++++++++----------
 Parser/Gmsh.tab.hpp                                |    2 +-
 Parser/Gmsh.y                                      |   48 +-
 Post/PView.cpp                                     |   14 +
 Post/PView.h                                       |    5 +-
 Post/PViewData.h                                   |    4 +
 Post/PViewDataList.cpp                             |   18 +-
 Post/PViewDataList.h                               |    2 +
 Solver/STensor33.h                                 |    5 +
 Solver/STensor43.h                                 |    6 +
 Solver/STensor53.h                                 |    9 +
 Solver/STensor63.h                                 |   10 +
 Solver/functionSpace.h                             |  116 +-
 Solver/groupOfElements.h                           |    5 +
 Solver/solverField.h                               |   18 +-
 contrib/mobile/drawString.h                        |    1 +
 .../mobile/iOS/Onelab.xcodeproj/project.pbxproj    |    2 +
 .../AppIcon.appiconset/Contents.json               |   82 +-
 .../AppIcon.appiconset/icon_app_marketing.png      |  Bin
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |    6 +-
 contrib/mobile/iOS/Onelab/emulatorFix.c            |    5 -
 contrib/mobile/utils/ios_build.sh                  |    6 +-
 contrib/mobile/utils/make_icon_ios.sh              |    2 +
 contrib/onelab/python/onelab.py                    |    2 +
 debian/changelog                                   |    8 +
 debian/patches/10_change_shared_library_name.patch |   65 +-
 debian/patches/110_fix_cmake_hdf5.patch            |   30 -
 debian/patches/130_Java_Fix.patch                  |   21 -
 debian/patches/140_drop_css.patch                  |    8 +-
 debian/patches/20_skip_license_file.patch          |   18 +-
 debian/patches/30_delete_gl2ps_from_source.patch   |   18 +-
 debian/patches/60_fix_gmshpy_import.patch          |   16 -
 debian/patches/70_fix_libdir.patch                 |   39 -
 debian/patches/80_fix_script_header.patch          |   17 -
 .../patches/90_fix_java_wrapper_compilation.patch  |   17 -
 debian/patches/series                              |    6 -
 demos/boolean/{compsolid.geo => coherence.geo}     |   14 +-
 demos/boolean/primitives.geo                       |    4 +-
 demos/boolean/twist.geo                            |   36 +
 doc/gmsh.html                                      |   42 +-
 doc/texinfo/commandline.texi                       |    4 +-
 doc/texinfo/gmsh.texi                              |   82 +-
 doc/texinfo/opt_general.texi                       |    5 +
 doc/texinfo/opt_mesh.texi                          |   15 +
 tutorial/t17.geo                                   |    3 +
 utils/misc/package_onelab.sh                       |    6 +-
 utils/misc/release_gmsh_getdp.sh                   |   23 -
 wrappers/java/CMakeLists.txt                       |   44 +-
 wrappers/java/WrapGmsh.i                           |    5 +-
 113 files changed, 5872 insertions(+), 5183 deletions(-)
 create mode 100644 Geo/GModelIO_NEU.cpp
 copy utils/icons/gmsh_mobile_1024x1024.png => contrib/mobile/iOS/Onelab/Images.xcassets/AppIcon.appiconset/icon_app_marketing.png (100%)
 delete mode 100644 debian/patches/110_fix_cmake_hdf5.patch
 delete mode 100644 debian/patches/130_Java_Fix.patch
 delete mode 100644 debian/patches/60_fix_gmshpy_import.patch
 delete mode 100644 debian/patches/70_fix_libdir.patch
 delete mode 100644 debian/patches/80_fix_script_header.patch
 delete mode 100644 debian/patches/90_fix_java_wrapper_compilation.patch
 copy demos/boolean/{compsolid.geo => coherence.geo} (76%)
 create mode 100644 demos/boolean/twist.geo
 delete mode 100755 utils/misc/release_gmsh_getdp.sh

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/debian-science/packages/gmsh.git



More information about the debian-science-commits mailing list