[mathgl] branch master updated (b0a867f -> 92ae9b8)

Alastair McKinstry mckinstry at moszumanska.debian.org
Wed Oct 4 14:23:01 UTC 2017


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

mckinstry pushed a change to branch master
in repository mathgl.

      from  b0a867f   Correct day field in d/changelog
       new  cfaaa3b   Merge missing debian changes
      adds  a1bd5e6   new upstream 2.4.1
       new  92ae9b8   Merge tag 'upstream/2.4.1'

The 2 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                                     |  323 +-
 ChangeLog.txt                                      |  118 +
 FindMathGL2.cmake                                  |  145 -
 cmake-qt4.txt                                      |   14 -
 cmake-qt5.txt                                      |   37 -
 debian/changelog                                   |   30 +
 debian/control                                     |   34 +-
 ...-fltk7.4.1.install => libmgl-fltk7.5.0.install} |    0
 ...-glut7.4.1.install => libmgl-glut7.5.0.install} |    0
 ...gl-mpi7.4.1.install => libmgl-mpi7.5.0.install} |    0
 ...-qt5-7.4.1.install => libmgl-qt5-7.5.0.install} |    0
 ...gl-wnd7.4.1.install => libmgl-wnd7.5.0.install} |    0
 ...bmgl-wx7.4.1.install => libmgl-wx7.5.0.install} |    0
 .../{libmgl7.4.1.install => libmgl7.5.0.install}   |    0
 debian/patches/CMakeLists.patch                    |   41 +-
 debian/patches/fix_hdf5.patch                      |    7 +
 debian/patches/pthread-fix.patch                   |   16 +
 debian/patches/series                              |    1 +
 emblem.mgl                                         |    2 +-
 examples/CMakeLists.txt                            |   31 +-
 examples/fltk_example.cpp                          |   15 +-
 examples/full_test.cpp                             |   55 +-
 examples/glut_example.cpp                          |    6 +-
 examples/mgl_module.cpp                            |    6 +-
 examples/mpi_test.cpp                              |    1 +
 examples/qgl_example.cpp                           |    7 +-
 examples/qt_example.cpp                            |   17 +-
 examples/samples.cpp                               |  292 +-
 examples/wnd_samples.cpp                           |   25 +-
 examples/wx_example.cpp                            |    3 +-
 fonts/CMakeLists.txt                               |   16 +-
 fonts/make_bin.cpp                                 |    2 +-
 include/CMakeLists.txt                             |    4 +-
 include/config.h.in                                |    9 +-
 include/mgl2/Fl_MathGL.h                           |   84 +-
 include/mgl2/abstract.h                            |   82 +-
 include/mgl2/addon.h                               |    2 +-
 include/mgl2/base.h                                |  133 +-
 include/mgl2/base_cf.h                             |    5 +-
 include/mgl2/canvas.h                              |   74 +-
 include/mgl2/canvas_cf.h                           |   46 +-
 include/mgl2/canvas_wnd.h                          |    2 +-
 include/mgl2/cont.h                                |   16 +-
 include/mgl2/data.h                                |  167 +-
 include/mgl2/data_cf.h                             |   87 +-
 include/mgl2/datac.h                               |   62 +-
 include/mgl2/datac_cf.h                            |   50 +-
 include/mgl2/define.h                              |   96 +-
 include/mgl2/eval.h                                |    4 +-
 include/mgl2/evalc.h                               |    2 +-
 include/mgl2/fit.h                                 |    2 +-
 include/mgl2/fltk.h                                |    8 +-
 include/mgl2/font.h                                |    7 +-
 include/mgl2/glut.h                                |    4 +-
 include/mgl2/mgl.h                                 |  106 +-
 include/mgl2/mgl_cf.h                              |    2 +-
 include/mgl2/mpi.h                                 |    2 +-
 include/mgl2/opengl.h                              |    5 +-
 include/mgl2/other.h                               |    2 +-
 include/mgl2/parser.h                              |   29 +-
 include/mgl2/pde.h                                 |    4 +-
 include/mgl2/plot.h                                |    2 +-
 include/mgl2/prim.h                                |   19 +-
 include/mgl2/qmathgl.h                             |   22 +-
 include/mgl2/qt.h                                  |    8 +-
 include/mgl2/surf.h                                |   21 +-
 include/mgl2/thread.h                              |    2 +-
 include/mgl2/type.h                                |   17 +-
 include/mgl2/vect.h                                |    2 +-
 include/mgl2/volume.h                              |    2 +-
 include/mgl2/window.h                              |    2 +-
 include/mgl2/wnd.h                                 |   10 +-
 include/mgl2/wx.h                                  |    3 +-
 json/Backend.cpp                                   |   31 +-
 json/Backend.hpp                                   |    3 +
 json/CMakeLists.txt                                |   60 +-
 lang/CMakeLists.txt                                |   14 +-
 lang/data.i                                        |   70 +-
 lang/mathgl.i                                      |    1 +
 lang/mgl.i                                         |   55 +-
 lang/type.i                                        |    1 +
 make_release                                       |   57 -
 mgltex/CMakeLists.txt                              |   22 +-
 mgltex/Recompilation_decision.eps                  |  111 +-
 mgltex/Recompilation_decision.pdf                  |  Bin 77225 -> 77735 bytes
 mgltex/Recompilation_decision.svg                  |  715 ++--
 mgltex/mgltex.dtx                                  | 1384 +++++---
 mgltex/mgltex.ins                                  |    6 +-
 mgltex/mgltex.pdf                                  |  Bin 521993 -> 546058 bytes
 mgltex/sample.tex                                  |  724 ++--
 src/CMakeLists.txt                                 |   83 +-
 src/addon.cpp                                      |   12 +-
 src/axis.cpp                                       |  155 +-
 src/base.cpp                                       |  308 +-
 src/base_cf.cpp                                    |   15 +-
 src/canvas.cpp                                     |  167 +-
 src/canvas_cf.cpp                                  |   43 +-
 src/complex.cpp                                    |  342 +-
 src/complex_ex.cpp                                 |  175 +-
 src/complex_io.cpp                                 |  221 +-
 src/cont.cpp                                       |  236 +-
 src/crust.cpp                                      |  181 +-
 src/data.cpp                                       |  478 ++-
 src/data_ex.cpp                                    |  187 +-
 src/data_gr.cpp                                    |    2 +-
 src/data_io.cpp                                    |  382 +-
 src/data_png.cpp                                   |   15 +-
 src/def_font.cc                                    | 1651 +++++----
 src/eval.cpp                                       |   18 +-
 src/evalc.cpp                                      |   43 +-
 src/evalp.cpp                                      |  119 +-
 src/exec.cpp                                       | 3696 --------------------
 src/export.cpp                                     |   89 +-
 src/export_2d.cpp                                  |  126 +-
 src/export_3d.cpp                                  |   88 +-
 src/fft.cpp                                        |  299 +-
 src/fit.cpp                                        |   35 +-
 src/font.cpp                                       |  152 +-
 src/interp.hpp                                     |   13 +-
 src/mpi.cpp                                        |    2 +-
 src/obj.cpp                                        | 1027 +++---
 src/opengl.cpp                                     |   55 +-
 src/other.cpp                                      |   88 +-
 src/parser.cpp                                     |  460 ++-
 src/pde.cpp                                        |  734 +++-
 src/pixel.cpp                                      | 1462 ++------
 src/plot.cpp                                       |  605 ++--
 src/prc.cpp                                        |   39 +-
 src/prc/PRC.h                                      |    2 +
 src/prc/oPRCFile.cc                                |    2 +-
 src/prim.cpp                                       |  217 +-
 src/s_hull/s_hull_pro.h                            |    1 +
 src/surf.cpp                                       |  220 +-
 src/tex_table.cc                                   |    4 +-
 src/vect.cpp                                       |  522 +--
 src/volume.cpp                                     |  159 +-
 src/window.cpp                                     |   36 +-
 texinfo/CMakeLists.txt                             |   56 +-
 texinfo/appendix_en.texi                           |    2 +-
 texinfo/appendix_ru.texi                           |    2 +-
 texinfo/concept_en.texi                            |   15 +-
 texinfo/concept_ru.texi                            |   11 +-
 texinfo/core_en.texi                               |  277 +-
 texinfo/core_ru.texi                               |  319 +-
 texinfo/data_en.texi                               |  342 +-
 texinfo/data_ru.texi                               |  393 ++-
 texinfo/ex_mgl_en.texi                             |  115 +-
 texinfo/ex_mgl_ru.texi                             |  113 +-
 texinfo/example_en.texi                            |  120 +-
 texinfo/example_ru.texi                            |  122 +-
 texinfo/formats_en.texi                            |   30 +-
 texinfo/formats_ru.texi                            |   30 +-
 texinfo/parse_en.texi                              |   38 +-
 texinfo/parse_ru.texi                              |   86 +-
 texinfo/symbols_en.texi                            |   51 +-
 texinfo/symbols_ru.texi                            |   51 +-
 texinfo/time.texi                                  |  241 +-
 texinfo/time_big.texi                              |  241 +-
 texinfo/version_hist.txt                           |    4 +
 texinfo/web_en.texi                                |  245 +-
 texinfo/web_ru.texi                                |  246 +-
 texinfo/widget_en.texi                             |   29 +-
 texinfo/widget_ru.texi                             |   29 +-
 todo.txt                                           |  117 +-
 udav/CMakeLists.txt                                |   27 +-
 udav/anim_dlg.cpp                                  |   32 +-
 udav/anim_dlg.h                                    |    1 +
 udav/args_dlg.cpp                                  |   28 +-
 udav/calc_dlg.cpp                                  |   20 +-
 udav/dat_pnl.cpp                                   |  282 +-
 udav/data_dlg.cpp                                  |   22 +-
 udav/data_dlg.h                                    |    4 +-
 udav/files_dlg.cpp                                 |   27 +-
 udav/files_dlg.h                                   |    3 +
 udav/find_dlg.cpp                                  |   17 +-
 udav/find_dlg.h                                    |    3 +
 udav/help_pnl.cpp                                  |   20 +-
 udav/help_pnl.h                                    |    3 +
 udav/hint_dlg.cpp                                  |   56 +-
 udav/hint_dlg.h                                    |    2 +-
 udav/info_dlg.cpp                                  |   20 +-
 udav/mem_pnl.cpp                                   |   45 +-
 udav/newcmd_dlg.cpp                                |  108 +-
 udav/open_dlg.cpp                                  |   46 +-
 udav/opt_dlg.cpp                                   |   45 +-
 udav/opt_dlg.h                                     |    3 +
 udav/plot_pnl.cpp                                  |  216 +-
 udav/prop_dlg.cpp                                  |   75 +-
 udav/qmglsyntax.cpp                                |   11 +-
 udav/setup_dlg.cpp                                 |   86 +-
 udav/setup_dlg.h                                   |    3 +
 udav/style_dlg.cpp                                 |  289 +-
 udav/style_dlg.h                                   |    4 +-
 udav/subplot_dlg.cpp                               |  146 +-
 udav/text_pnl.cpp                                  |  120 +-
 udav/textedit.cpp                                  |    3 +-
 udav/textedit.h                                    |    3 +
 udav/udav_wnd.cpp                                  |  172 +-
 utils/CMakeLists.txt                               |   53 +-
 utils/make_pas.cpp                                 |    2 +
 utils/mglcgi.cpp                                   |   17 +-
 utils/mglconv.cpp                                  |   53 +-
 utils/mglview.cpp                                  |   56 +-
 widgets/CMakeLists.txt                             |   11 +-
 widgets/fltk.cpp                                   |  787 +++--
 widgets/glut.cpp                                   |   23 +-
 widgets/qt.cpp                                     |  366 +-
 widgets/qt4/CMakeLists.txt                         |   27 +-
 widgets/qt5/CMakeLists.txt                         |   23 +-
 widgets/wx.cpp                                     |   39 +-
 210 files changed, 14255 insertions(+), 13139 deletions(-)
 delete mode 100644 FindMathGL2.cmake
 delete mode 100644 cmake-qt4.txt
 delete mode 100644 cmake-qt5.txt
 rename debian/{libmgl-fltk7.4.1.install => libmgl-fltk7.5.0.install} (100%)
 rename debian/{libmgl-glut7.4.1.install => libmgl-glut7.5.0.install} (100%)
 rename debian/{libmgl-mpi7.4.1.install => libmgl-mpi7.5.0.install} (100%)
 rename debian/{libmgl-qt5-7.4.1.install => libmgl-qt5-7.5.0.install} (100%)
 rename debian/{libmgl-wnd7.4.1.install => libmgl-wnd7.5.0.install} (100%)
 rename debian/{libmgl-wx7.4.1.install => libmgl-wx7.5.0.install} (100%)
 rename debian/{libmgl7.4.1.install => libmgl7.5.0.install} (100%)
 create mode 100644 debian/patches/fix_hdf5.patch
 create mode 100644 debian/patches/pthread-fix.patch
 delete mode 100755 make_release
 delete mode 100644 src/exec.cpp

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



More information about the debian-science-commits mailing list