[gmsh] branch master updated (7974d41 -> 1299b6e)

Anton Gladky gladk at moszumanska.debian.org
Sat Nov 5 06:24:49 UTC 2016


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

gladk pushed a change to branch master
in repository gmsh.

      from  7974d41   Update changelog.
       new  4da51dc   Refresh patches.
      adds  6a5fb12   New upstream version 2.14.1+dfsg1
       new  f728e14   Merge tag 'upstream/2.14.1+dfsg1'
       new  1299b6e   Update changelog.

The 3 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:
 CMakeLists.txt                                     |    4 +-
 Common/Gmsh.cpp                                    |    2 +-
 Common/GmshMessage.cpp                             |  137 +-
 Common/GmshMessage.h                               |   56 +-
 Common/OpenFile.cpp                                |    2 +-
 Common/gmshPopplerWrapper.cpp                      |   28 +-
 Common/gmshPopplerWrapper.h                        |   48 +-
 Fltk/FlGui.cpp                                     |   22 +-
 Fltk/FlGui.h                                       |    9 +-
 Geo/CMakeLists.txt                                 |    1 +
 Geo/GEdge.h                                        |    2 +
 Geo/GFace.h                                        |    1 +
 Geo/GModel.cpp                                     |   45 +-
 Geo/GModel.h                                       |    8 +-
 Geo/GModelCreateTopologyFromMesh.cpp               |  662 ++
 .../GModelCreateTopologyFromMesh.h                 |    7 +-
 Geo/GModelIO_GEO.cpp                               |    1 -
 Geo/GModelIO_MESH.cpp                              |    1 +
 Geo/GModelIO_MSH.cpp                               |   12 +-
 Geo/GModelIO_MSH2.cpp                              |    8 +-
 Geo/GModelIO_OCC.cpp                               |    1 +
 Geo/GModelIO_STL.cpp                               |    3 +
 Geo/Geo.cpp                                        |   61 +
 Geo/MEdge.cpp                                      |    2 +-
 Geo/MElement.cpp                                   |  102 +-
 Geo/MElement.h                                     |   13 +-
 Geo/MFace.cpp                                      |   27 +-
 Geo/MHexahedron.h                                  |    2 +-
 Geo/MLine.h                                        |    2 +-
 Geo/MPoint.h                                       |    2 +-
 Geo/MPrism.h                                       |    2 +-
 Geo/MPyramid.h                                     |    2 +-
 Geo/MQuadrangle.h                                  |    2 +-
 Geo/MTetrahedron.h                                 |    2 +-
 Geo/MTriangle.cpp                                  |    2 -
 Geo/MTriangle.h                                    |    2 +-
 Geo/MTrihedron.h                                   |    2 +-
 Geo/MVertex.cpp                                    |    5 +
 Geo/MVertex.h                                      |    3 +-
 Geo/OCCFace.cpp                                    |    2 -
 Geo/OCCRegion.cpp                                  |   14 +-
 Geo/boundaryLayersData.cpp                         |    9 +-
 Mesh/Field.cpp                                     |    5 +
 Mesh/Generator.cpp                                 |    1 +
 Mesh/HighOrder.cpp                                 |   20 +-
 Mesh/directions3D.h                                |    4 +-
 Mesh/meshGEdge.cpp                                 |   48 +-
 Mesh/meshGFace.cpp                                 |   30 +-
 Mesh/meshGFaceBDS.cpp                              |    4 +-
 Mesh/meshGFaceRecombine.cpp                        |    7 +
 Mesh/meshGRegionBoundaryRecovery.cpp               |    3 +
 Mesh/meshRefine.cpp                                |    3 +
 Mesh/qualityMeasuresJacobian.cpp                   |  917 --
 Mesh/qualityMeasuresJacobian.h                     |   77 -
 Mesh/yamakawa.cpp                                  |   12 +-
 Numeric/BasisFactory.cpp                           |   19 -
 Numeric/BasisFactory.h                             |    5 -
 Numeric/CMakeLists.txt                             |    1 -
 Numeric/MetricBasis.cpp                            | 2160 -----
 Numeric/MetricBasis.h                              |  200 -
 Numeric/bezierBasis.h                              |    1 -
 Numeric/simpleFunctionPython.h                     |    2 +-
 Parser/Gmsh.l                                      |    1 +
 Parser/Gmsh.tab.cpp                                | 9173 ++++++++++----------
 Parser/Gmsh.tab.hpp                                |  138 +-
 Parser/Gmsh.y                                      |   32 +-
 Parser/Gmsh.yy.cpp                                 | 1277 +--
 Plugin/AnalyseCurvedMesh.cpp                       |    1 -
 Plugin/Plugin.h                                    |    2 +
 Post/PView.cpp                                     |   10 +
 Post/PView.h                                       |    6 +-
 Post/PViewData.cpp                                 |    6 +
 Post/PViewData.h                                   |    2 +-
 Post/adaptiveData.cpp                              |   16 +-
 Post/adaptiveData.h                                |    3 +-
 .../HighOrderMeshOptimizer/OptHomPeriodicity.cpp   |    2 +-
 contrib/HighOrderMeshOptimizer/OptHomRun.cpp       |   18 +-
 contrib/MeshOptimizer/MeshOpt.cpp                  |    1 -
 contrib/MeshOptimizer/MeshOpt.h                    |    3 +
 contrib/MeshOptimizer/MeshOptCommon.h              |    3 +-
 contrib/mobile/Android/AndroidManifest.xml         |    4 +-
 .../Android/src/org/geuz/onelab/AboutActivity.java |    1 +
 contrib/mobile/iOS/Onelab/AboutViewController.mm   |   19 +-
 contrib/mobile/iOS/Onelab/ModelListController.mm   |    2 +-
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |    4 +-
 contrib/mobile/iOS/Onelab/Parameter.mm             |   81 +-
 contrib/mobile/utils/android_build.sh              |    5 +-
 contrib/mobile/utils/ios_build.sh                  |    5 +-
 contrib/mobile/utils/iossimulator_build.sh         |    5 +-
 contrib/mobile/utils/merge_static_libs.sh          |   20 +
 .../mobile/utils/petsc_reconfigure_android_real.py |    6 +-
 contrib/mobile/utils/petsc_reconfigure_ios_real.py |    5 +-
 .../utils/petsc_reconfigure_iossimulator_real.py   |    7 +-
 contrib/onelab/OnelabMessage.cpp                   |    9 +-
 debian/changelog                                   |    7 +
 debian/patches/10_change_shared_library_name.patch |   12 +-
 debian/patches/110_fix_cmake_hdf5.patch            |    6 +-
 debian/patches/120_relax_python_vers.patch         |    6 +-
 debian/patches/20_skip_license_file.patch          |    6 +-
 debian/patches/30_delete_gl2ps_from_source.patch   |   12 +-
 .../40_switch_from_opencascade_to_oce.patch        |    6 +-
 debian/patches/60_fix_gmshpy_import.patch          |    6 +-
 debian/patches/70_fix_libdir.patch                 |   12 +-
 debian/patches/80_fix_script_header.patch          |    6 +-
 .../patches/90_fix_java_wrapper_compilation.patch  |    6 +-
 demos/hex.geo                                      |   57 +-
 doc/VERSIONS.txt                                   |    3 +
 doc/gmsh.html                                      |   14 +-
 doc/texinfo/gmsh.texi                              |    3 +
 users.txt                                          |   93 +
 110 files changed, 6913 insertions(+), 9046 deletions(-)
 create mode 100644 Geo/GModelCreateTopologyFromMesh.cpp
 copy Fltk/partitionDialog.h => Geo/GModelCreateTopologyFromMesh.h (62%)
 delete mode 100644 Numeric/MetricBasis.cpp
 delete mode 100644 Numeric/MetricBasis.h
 create mode 100755 contrib/mobile/utils/merge_static_libs.sh
 create mode 100644 users.txt

-- 
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