[gmsh] branch master updated (85c10d4 -> 8486549)

Anton Gladky gladk at moszumanska.debian.org
Wed Aug 26 20:50:41 UTC 2015


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

gladk pushed a change to branch master
in repository gmsh.

      from  85c10d4   Fix arch-list.
       new  4c450d1   Update d/watch.
      adds  90ca918   Imported Upstream version 2.10.1+dfsg1
       new  71b46f3   Merge.
       new  af26665   Use any-arch instead of list of archs.
       new  e94c6d2   Refresh patches.
       new  6ab417f   Update d/copyright.
       new  15e417e   Update changelog.
       new  8486549   Update d/copyright.

The 7 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                                     |   218 +-
 Common/CMakeLists.txt                              |     7 +-
 Common/CommandLine.cpp                             |    45 +-
 Common/Context.h                                   |    14 +-
 Common/DefaultOptions.h                            |    47 +-
 Common/Gmsh.cpp                                    |    34 +-
 Common/GmshMessage.cpp                             |   109 +-
 Common/GmshMessage.h                               |    19 +-
 Common/GmshSocket.h                                |     8 +-
 Common/OS.cpp                                      |    58 +-
 Common/OS.h                                        |     1 +
 Common/OpenFile.cpp                                |    11 +-
 Common/Options.cpp                                 |   111 +-
 Common/Options.h                                   |    16 +-
 Common/SmoothData.cpp                              |     4 +-
 Common/SmoothData.h                                |    18 +-
 Common/gmshLocalNetworkClient.cpp                  |    74 +-
 Common/onelab.h                                    |    15 +-
 Common/onelabUtils.cpp                             |    22 +-
 Common/rtree.h                                     |     4 +
 Fltk/FlGui.cpp                                     |     9 +-
 Fltk/FlGui.h                                       |     4 +
 Fltk/clippingWindow.cpp                            |     1 +
 Fltk/drawContextFltkStringTexture.cpp              |     7 +-
 Fltk/fileDialogs.cpp                               |     3 +-
 Fltk/graphicWindow.cpp                             |    91 +-
 Fltk/helpWindow.cpp                                |     3 +-
 Fltk/onelab2Group.cpp                              |    85 +-
 Fltk/onelab2Group.h                                |     4 +-
 Fltk/onelabGroup.cpp                               |   115 +-
 Fltk/onelabGroup.h                                 |     3 +-
 Fltk/openglWindow.cpp                              |    98 +-
 Fltk/openglWindow.h                                |     8 +-
 Fltk/optionWindow.cpp                              |     1 +
 Fltk/pluginWindow.cpp                              |     3 +-
 Fltk/visibilityWindow.cpp                          |    35 +-
 Geo/GEdge.cpp                                      |    78 +-
 Geo/GEdge.h                                        |    14 +-
 Geo/GEntity.cpp                                    |    68 +-
 Geo/GEntity.h                                      |    18 +-
 Geo/GFace.cpp                                      |   401 +
 Geo/GFace.h                                        |    12 +-
 Geo/GFaceCompound.cpp                              |    10 +
 Geo/GModel.cpp                                     |    12 +-
 Geo/GModel.h                                       |     1 +
 Geo/GModelFactory.cpp                              |    35 +-
 Geo/GModelIO_GEO.cpp                               |    68 +-
 Geo/GModelIO_MSH.cpp                               |    62 +-
 Geo/GModelIO_MSH2.cpp                              |    10 +-
 Geo/GRegion.cpp                                    |     3 +-
 Geo/GenericFace.cpp                                |    14 +-
 Geo/Geo.cpp                                        |    71 +-
 Geo/Geo.h                                          |    26 +-
 Geo/MElement.cpp                                   |     9 -
 Geo/MElement.h                                     |     1 -
 Geo/MElementOctree.cpp                             |     2 +-
 Geo/MElementOctree.h                               |     3 +-
 Geo/MVertex.h                                      |     8 +-
 Geo/SOrientedBoundingBox.cpp                       |    99 +-
 Geo/SOrientedBoundingBox.h                         |    11 +-
 Geo/gmshEdge.cpp                                   |     6 +-
 Geo/gmshFace.cpp                                   |     6 +-
 Geo/gmshLevelset.cpp                               |    21 +-
 Graphics/drawAxes.cpp                              |    17 +-
 Graphics/drawContext.cpp                           |    90 +-
 Graphics/drawContext.h                             |    24 +-
 Graphics/drawGeom.cpp                              |     8 +-
 Graphics/drawGlyph.cpp                             |   156 +-
 Graphics/drawGraph2d.cpp                           |    35 +-
 Graphics/drawMesh.cpp                              |    10 +-
 Graphics/drawPost.cpp                              |    34 +-
 Graphics/drawScales.cpp                            |    23 +-
 Mesh/BackgroundMesh2D.cpp                          |    98 +-
 Mesh/BackgroundMesh2D.h                            |   180 +-
 Mesh/BackgroundMesh3D.cpp                          |    36 +
 Mesh/Field.h                                       |    12 +-
 Mesh/Generator.cpp                                 |    10 +-
 Mesh/meshGEdge.cpp                                 |    17 +-
 Mesh/meshGFace.cpp                                 |   383 +-
 Mesh/meshGRegionLocalMeshMod.cpp                   |    12 +-
 Mesh/pointInsertionRTreeTools.h                    |    90 +-
 Numeric/fullMatrix.h                               |     2 +-
 Parser/FunctionManager.cpp                         |    10 +
 Parser/FunctionManager.h                           |     1 +
 Parser/Gmsh.l                                      |    12 +-
 Parser/Gmsh.tab.cpp                                | 10719 +++++++++++++------
 Parser/Gmsh.tab.hpp                                |   232 +-
 Parser/Gmsh.y                                      |   582 +-
 Parser/Gmsh.yy.cpp                                 |  1394 ++-
 Plugin/Annotate.cpp                                |    32 +-
 Plugin/CutBox.cpp                                  |    76 +-
 Plugin/CutGrid.cpp                                 |    39 +-
 Plugin/Distance.cpp                                |    17 +-
 Plugin/FaultZone.cpp                               |    10 +-
 Plugin/HarmonicToTime.cpp                          |    20 +-
 Plugin/MathEval.cpp                                |     2 +-
 Post/PViewData.h                                   |     2 +-
 Post/PViewDataGModel.h                             |     2 +-
 Post/PViewDataGModelIO.cpp                         |     7 +-
 Post/PViewDataIO.cpp                               |     3 +-
 Post/PViewDataList.h                               |     2 +-
 Post/PViewDataListIO.cpp                           |    28 +-
 Post/PViewIO.cpp                                   |     6 +-
 Post/PViewOptions.h                                |     3 +-
 Post/shapeFunctions.h                              |     2 +-
 Solver/eigenSolver.cpp                             |    18 +-
 Solver/linearSystem.h                              |     3 +
 Solver/linearSystemPETSc.h                         |     5 +
 Solver/linearSystemPETSc.hpp                       |    12 +
 Solver/orthogonalTerm.h                            |    18 +-
 contrib/HighOrderMeshOptimizer/CADDistances.cpp    |   101 +-
 contrib/HighOrderMeshOptimizer/CADDistances.h      |     4 +
 contrib/mobile/Android/AndroidManifest.xml         |     5 +
 contrib/mobile/README.txt                          |     2 +-
 contrib/mobile/iOS/Onelab/Onelab-Info.plist        |     8 +
 contrib/onelab2/CMakeLists.txt                     |    12 +
 contrib/onelab2/GmshLocalClient.cpp                |     9 +-
 contrib/onelab2/GmshLocalClient.h                  |     1 +
 contrib/onelab2/NetworkUtils.cpp                   |    47 +-
 contrib/onelab2/NetworkUtils.h                     |    12 +
 contrib/onelab2/OnelabAttributes.h                 |     2 +-
 contrib/onelab2/OnelabDatabase.cpp                 |    28 +-
 contrib/onelab2/OnelabDatabase.h                   |    73 +-
 contrib/onelab2/OnelabException.h                  |    48 +
 contrib/onelab2/OnelabLocalClient.h                |     2 +-
 contrib/onelab2/OnelabLocalNetworkClient.cpp       |    45 +-
 contrib/onelab2/OnelabLocalNetworkClient.h         |    43 +-
 contrib/onelab2/OnelabNetworkClient.cpp            |    41 +-
 contrib/onelab2/OnelabNetworkClient.h              |     2 +
 contrib/onelab2/OnelabServer.cpp                   |   379 +-
 contrib/onelab2/OnelabServer.h                     |    58 +-
 contrib/onelab2/OnelabWindow.cpp                   |   239 +
 contrib/onelab2/OnelabWindow.h                     |    34 +
 contrib/onelab2/UdtUtils.h                         |     4 +-
 contrib/onelab2/noudt.cpp                          |    74 +
 contrib/onelab2/noudt.h                            |    25 +
 contrib/onelab2/python/onelab2.py                  |    21 +-
 debian/changelog                                   |    10 +
 debian/control                                     |    10 +-
 debian/copyright                                   |    24 +-
 debian/patches/100_enable_tetgen.patch             |    19 +-
 debian/patches/10_change_shared_library_name.patch |    22 +-
 debian/patches/110_fix_cmake_hdf5.patch            |    10 +-
 debian/patches/120_relax_python_vers.patch         |     8 +-
 debian/patches/20_skip_license_file.patch          |    14 +-
 debian/patches/30_delete_gl2ps_from_source.patch   |    14 +-
 .../40_switch_from_opencascade_to_oce.patch        |    12 +-
 debian/patches/50_fix_FTBFS_linking.patch          |    17 -
 debian/patches/60_fix_gmshpy_import.patch          |     6 +-
 debian/patches/70_fix_libdir.patch                 |    16 +-
 debian/patches/80_fix_script_header.patch          |     6 +-
 .../patches/90_fix_java_wrapper_compilation.patch  |     6 +-
 debian/patches/series                              |     1 -
 debian/watch                                       |     2 +-
 demos/indheat.geo                                  |     2 +-
 demos/view_groups.geo                              |    16 +
 doc/CREDITS.txt                                    |    27 +-
 doc/VERSIONS.txt                                   |    14 +
 doc/gmsh.1                                         |     2 +-
 doc/gmsh.html                                      |    24 +-
 doc/texinfo/commandline.texi                       |     4 +-
 doc/texinfo/gmsh.texi                              |   545 +-
 doc/texinfo/opt_geometry.texi                      |    27 +-
 doc/texinfo/opt_plugin.texi                        |     5 +-
 doc/texinfo/opt_post.texi                          |    35 +-
 doc/texinfo/opt_view.texi                          |    15 +
 .../icons/gmsh_1024x1024.png => tutorial/image.png |   Bin
 tutorial/t1.geo                                    |    92 +-
 tutorial/t10.geo                                   |    48 +-
 tutorial/t11.geo                                   |    43 +-
 tutorial/t12.geo                                   |    33 +-
 tutorial/t13.geo                                   |    19 +-
 tutorial/t14.geo                                   |    25 +-
 tutorial/t2.geo                                    |    89 +-
 tutorial/t3.geo                                    |    67 +-
 tutorial/t4.geo                                    |    87 +-
 tutorial/t5.geo                                    |    80 +-
 tutorial/t6.geo                                    |    26 +-
 tutorial/t7.geo                                    |    10 +-
 tutorial/t8.geo                                    |    11 +-
 tutorial/t9.geo                                    |    63 +-
 utils/misc/package_gmsh_getdp.sh                   |    30 +-
 utils/solvers/c++/pend.cpp                         |    28 +-
 utils/solvers/python/pend.py                       |     2 +-
 utils/solvers/python/sub2.py                       |     9 +
 utils/svn-commit.tmp                               |     4 +
 wrappers/gmshpy/gmshGeo.i                          |    16 +
 187 files changed, 13959 insertions(+), 5923 deletions(-)
 create mode 100644 contrib/onelab2/OnelabException.h
 create mode 100644 contrib/onelab2/OnelabWindow.cpp
 create mode 100644 contrib/onelab2/OnelabWindow.h
 create mode 100644 contrib/onelab2/noudt.cpp
 create mode 100644 contrib/onelab2/noudt.h
 delete mode 100644 debian/patches/50_fix_FTBFS_linking.patch
 create mode 100644 demos/view_groups.geo
 copy utils/icons/gmsh_1024x1024.png => tutorial/image.png (100%)
 create mode 100755 utils/solvers/python/sub2.py
 create mode 100644 utils/svn-commit.tmp

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