[mathgl] branch master updated (4ab22ab -> 574499e)

Dimitrios Eftaxiopoulos eftaxiop-guest at moszumanska.debian.org
Sat Feb 22 16:27:17 UTC 2014


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

eftaxiop-guest pushed a change to branch master
in repository mathgl.

      from  4ab22ab   Add license info for the texinfo/*.min.js files in d/copyright
      adds  7c3aa54   Imported Upstream version 2.2.1
      adds  d92f34a   Merge tag 'upstream/2.2.1' into experimental
      adds  3702e47   Update d/changelog
      adds  50b4643   Merge branch 'master' into experimental
      adds  8e84a15   Update d/changelog
      adds  16cea2d   Delete d/changelog.orig
      adds  56c19b4   Remove the CMakeLists.txt.patch
      adds  62ed0a2   Refresh patch CMakeLists.txt.patch
      adds  22a7ac5   Adjust the library package names to the new .so name
       new  8132193   Merge branch 'experimental' with packaging for version 2.2.1
       new  027d861   Fix DEP5 lintian error in d/copyright
       new  e033e09   Disable openmpi support and keep pthread support
       new  574499e   Disable octave interface due to FTBFS

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:
 CMakeLists.txt                                     |   40 +-
 ChangeLog.txt                                      |   25 +-
 cmake-qt4.txt                                      |    6 +
 cmake-qt5.txt                                      |   23 +
 debian/changelog                                   |   99 +-
 debian/control                                     |   26 +-
 debian/copyright                                   |    2 +-
 debian/libmgl-data.install                         |    3 +-
 ...-fltk7.1.0.install => libmgl-fltk7.2.0.install} |    0
 ...-glut7.1.0.install => libmgl-glut7.2.0.install} |    0
 ...gl-mpi7.1.0.install => libmgl-mpi7.2.0.install} |    0
 debian/libmgl-qt7.1.0.install                      |    1 -
 debian/libmgl-qt7.2.0.install                      |    2 +
 ...gl-wnd7.1.0.install => libmgl-wnd7.2.0.install} |    0
 ...bmgl-wx7.1.0.install => libmgl-wx7.2.0.install} |    0
 .../{libmgl7.1.0.install => libmgl7.2.0.install}   |    0
 debian/patches/CMakeLists.txt.patch                |   43 +-
 examples/CMakeLists.txt                            |   14 +-
 examples/fltk_example.cpp                          |    2 +-
 examples/full_test.cpp                             |    7 +-
 examples/glut_example.cpp                          |    2 +-
 examples/qt_example.cpp                            |    2 +-
 examples/samples.cpp                               |    5 +-
 examples/wnd_samples.cpp                           |    2 +-
 examples/wx_example.cpp                            |    2 +-
 include/mgl2/abstract.h                            |    5 +-
 include/mgl2/addon.h                               |   20 +-
 include/mgl2/base.h                                |   22 +-
 include/mgl2/base_cf.h                             |    9 +-
 include/mgl2/canvas.h                              |    6 +-
 include/mgl2/canvas_cf.h                           |   32 +-
 include/mgl2/canvas_wnd.h                          |    2 +-
 include/mgl2/cont.h                                |    2 +-
 include/mgl2/data.h                                |   81 +-
 include/mgl2/data_cf.h                             |   38 +-
 include/mgl2/datac.h                               |   40 +-
 include/mgl2/datac_cf.h                            |   23 +-
 include/mgl2/define.h                              |    4 +-
 include/mgl2/eval.h                                |    2 +-
 include/mgl2/evalc.h                               |    2 +-
 include/mgl2/fit.h                                 |   42 +-
 include/mgl2/fltk.h                                |    2 +-
 include/mgl2/font.h                                |    2 +-
 include/mgl2/glut.h                                |    2 +-
 include/mgl2/gsl.fs                                | 1276 +++++++++++++++++
 include/mgl2/mathgl.fs                             |  472 ++++++
 include/mgl2/mgl.fs                                |  608 ++++++++
 include/mgl2/mgl.h                                 |  169 +--
 include/mgl2/mgl_cf.h                              |    2 +-
 include/mgl2/mgl_pas.pas                           | 1512 ++++++++++++++++++++
 include/mgl2/mglplot.fs                            |  562 ++++++++
 include/mgl2/mpi.h                                 |    2 +-
 include/mgl2/opengl.h                              |    2 +-
 include/mgl2/other.h                               |    2 +-
 include/mgl2/parser.h                              |    2 +-
 include/mgl2/pde.h                                 |   13 +-
 include/mgl2/plot.h                                |    2 +-
 include/mgl2/prim.h                                |    2 +-
 include/mgl2/qmathgl.h                             |   10 +-
 include/mgl2/qt.h                                  |    2 +-
 include/mgl2/surf.h                                |    2 +-
 include/mgl2/thread.h                              |    2 +-
 include/mgl2/type.h                                |    2 +-
 include/mgl2/vect.h                                |    2 +-
 include/mgl2/vectors.fs                            |  161 +++
 include/mgl2/volume.h                              |    2 +-
 include/mgl2/window.h                              |    2 +-
 include/mgl2/wnd.h                                 |    2 +-
 include/mgl2/wx.h                                  |    2 +-
 json/Backend.cpp                                   |    6 +-
 json/Backend.hpp                                   |    3 +-
 json/CMakeLists.txt                                |   25 +-
 json/MainWindow.cpp                                |   18 +-
 json/MainWindow.hpp                                |    4 +-
 json/index.html                                    |    2 +-
 json/main.js                                       |    4 +-
 json/mathgl.Graph.js                               |  266 ++--
 json/mathgl.View.js                                |  223 +--
 json/mathgl.WebkitBackend.js                       |    4 +-
 mgllab/animate.cpp                                 |    2 +-
 mgllab/data.cpp                                    |    2 +-
 mgllab/editor.cpp                                  |    2 +-
 mgllab/grid.cpp                                    |    2 +-
 mgllab/help.cpp                                    |    2 +-
 mgllab/main.cpp                                    |    2 +-
 mgllab/mathgl.cpp                                  |    2 +-
 mgllab/option.cpp                                  |    2 +-
 mgllab/setup.cpp                                   |    2 +-
 mgllab/table.cpp                                   |    2 +-
 mgllab/udav.h                                      |    2 +-
 mgllab/write.cpp                                   |    2 +-
 src/addon.cpp                                      |   10 +-
 src/axis.cpp                                       |   68 +-
 src/base.cpp                                       |   29 +-
 src/base_cf.cpp                                    |   15 +-
 src/canvas.cpp                                     |   64 +-
 src/canvas_cf.cpp                                  |   30 +-
 src/complex.cpp                                    |    2 +-
 src/complex_io.cpp                                 |    4 +-
 src/cont.cpp                                       |   51 +-
 src/crust.cpp                                      |    5 +-
 src/data.cpp                                       |    2 +-
 src/data_ex.cpp                                    |    2 +-
 src/data_gr.cpp                                    |    2 +-
 src/data_io.cpp                                    |   54 +-
 src/data_png.cpp                                   |    2 +-
 src/eval.cpp                                       |   27 +-
 src/evalc.cpp                                      |   12 +-
 src/evalp.cpp                                      |  191 +--
 src/exec.cpp                                       |  231 ++-
 src/export.cpp                                     |    2 +-
 src/export_2d.cpp                                  |    2 +-
 src/export_3d.cpp                                  |   10 +-
 src/fft.cpp                                        |   10 +-
 src/fit.cpp                                        |    2 +-
 src/font.cpp                                       |    2 +-
 src/obj.cpp                                        |    2 +-
 src/opengl.cpp                                     |    2 +-
 src/other.cpp                                      |    8 +-
 src/parser.cpp                                     |   25 +-
 src/pde.cpp                                        |  184 ++-
 src/pixel.cpp                                      |   35 +-
 src/plot.cpp                                       |   32 +-
 src/prc.cpp                                        |    2 +-
 src/prim.cpp                                       |   10 +-
 src/surf.cpp                                       |   14 +-
 src/tex_table.cpp                                  |    3 +-
 src/vect.cpp                                       |   13 +-
 src/volume.cpp                                     |   10 +-
 src/window.cpp                                     |    2 +-
 texinfo/core_en.texi                               |   30 +-
 texinfo/core_ru.texi                               |   24 +-
 texinfo/data_en.texi                               |    2 +-
 texinfo/data_ru.texi                               |    2 +-
 texinfo/doc_en.texi                                |   10 +
 texinfo/doc_ru.texi                                |   10 +
 texinfo/json.html                                  |    2 +
 texinfo/mathgl.js                                  |  211 +--
 texinfo/symbols_en.texi                            |    2 +
 texinfo/symbols_ru.texi                            |    2 +
 texinfo/version.texi                               |    3 +-
 texinfo/web_en.texi                                |   41 +-
 texinfo/web_ru.texi                                |   43 +-
 todo.txt                                           |    8 +-
 udav/CMakeLists.txt                                |   25 +-
 udav/dat_pnl.cpp                                   |   18 +-
 udav/mem_pnl.cpp                                   |   10 +-
 udav/newcmd_dlg.cpp                                |    6 +-
 udav/open_dlg.cpp                                  |   12 +-
 udav/plot_pnl.cpp                                  |    8 +-
 udav/plot_pnl.h                                    |    1 +
 udav/qmglsyntax.h                                  |    1 +
 udav/setup_dlg.cpp                                 |    1 -
 udav/style_dlg.cpp                                 |   14 +-
 udav/text_pnl.cpp                                  |    9 +-
 udav/udav_wnd.cpp                                  |   24 +-
 utils/CMakeLists.txt                               |   16 +-
 utils/make_forth.cpp                               |  168 +++
 utils/make_pas.cpp                                 |  473 ++++++
 utils/mglcgi.cpp                                   |    6 +-
 utils/mglconv.cpp                                  |    2 +-
 utils/mglview.cpp                                  |    2 +-
 widgets/CMakeLists.txt                             |   64 +-
 widgets/fltk.cpp                                   |    2 +-
 widgets/glut.cpp                                   |    2 +-
 widgets/qt.cpp                                     |   58 +-
 widgets/qt4/CMakeLists.txt                         |   72 +
 widgets/qt5/CMakeLists.txt                         |   73 +
 widgets/wx.cpp                                     |    2 +-
 169 files changed, 7219 insertions(+), 1447 deletions(-)
 create mode 100644 cmake-qt4.txt
 create mode 100644 cmake-qt5.txt
 rename debian/{libmgl-fltk7.1.0.install => libmgl-fltk7.2.0.install} (100%)
 rename debian/{libmgl-glut7.1.0.install => libmgl-glut7.2.0.install} (100%)
 rename debian/{libmgl-mpi7.1.0.install => libmgl-mpi7.2.0.install} (100%)
 delete mode 100644 debian/libmgl-qt7.1.0.install
 create mode 100644 debian/libmgl-qt7.2.0.install
 rename debian/{libmgl-wnd7.1.0.install => libmgl-wnd7.2.0.install} (100%)
 rename debian/{libmgl-wx7.1.0.install => libmgl-wx7.2.0.install} (100%)
 rename debian/{libmgl7.1.0.install => libmgl7.2.0.install} (100%)
 create mode 100644 include/mgl2/gsl.fs
 create mode 100644 include/mgl2/mathgl.fs
 create mode 100644 include/mgl2/mgl.fs
 create mode 100644 include/mgl2/mgl_pas.pas
 create mode 100644 include/mgl2/mglplot.fs
 create mode 100644 include/mgl2/vectors.fs
 create mode 100644 utils/make_forth.cpp
 create mode 100644 utils/make_pas.cpp
 create mode 100644 widgets/qt4/CMakeLists.txt
 create mode 100644 widgets/qt5/CMakeLists.txt

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