[mathgl] branch master updated (1dc510d -> a654e54)

Dimitrios Eftaxiopoulos eftaxiop-guest at moszumanska.debian.org
Mon Dec 30 15:55:17 UTC 2013


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

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

      from  1dc510d   Update changelog for 2.1.3.1-4 release
       new  9beecfb   Imported Upstream version 2.2
       new  05cd6af   Merge tag 'upstream/2.2'
       new  626dad6   Firtst successful build for version 2.2
       new  a654e54   Record deletion of 2 files

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:
 .gitignore                                         |    2 +
 CMakeLists.txt                                     |  184 +-
 ChangeLog.txt                                      |   32 +
 brush.ods                                          |  Bin 10909 -> 19306 bytes
 debian/changelog                                   |    6 +
 debian/mathgl-doc-en.install                       |    1 -
 debian/mathgl-doc-ru.install                       |    2 -
 .../{CMakeLists-txt.patch => CMakeLists.txt.patch} |   81 +-
 debian/patches/series                              |    3 +-
 debian/patches/src-fft-cpp.patch                   |   11 -
 examples/full_test.cpp                             |  118 +-
 examples/glut_example.cpp                          |    1 +
 examples/mpi_test.cpp                              |   39 +
 examples/qt_example.cpp                            |   10 +-
 examples/samples.cpp                               |  497 ++--
 examples/wnd_samples.cpp                           |   50 +-
 examples/wx_example.cpp                            |  105 +-
 include/CMakeLists.txt                             |    1 +
 include/config.h.in                                |   31 +-
 include/mgl2/abstract.h                            |  105 +
 include/mgl2/addon.h                               |    4 +-
 include/mgl2/base.h                                |  207 +-
 include/mgl2/base_cf.h                             |   26 +-
 include/mgl2/canvas.h                              |  161 +-
 include/mgl2/canvas_cf.h                           |    9 +-
 include/mgl2/canvas_wnd.h                          |    2 +-
 include/mgl2/cont.h                                |    6 +-
 include/mgl2/data.h                                |   56 +-
 include/mgl2/data_cf.h                             |   56 +-
 include/mgl2/datac.h                               |   27 +-
 include/mgl2/datac_cf.h                            |   18 +-
 include/mgl2/define.h                              |  109 +-
 include/mgl2/eval.h                                |    2 +-
 include/mgl2/evalc.h                               |    2 +-
 include/mgl2/fit.h                                 |    2 +-
 include/mgl2/fltk.h                                |   18 +-
 include/mgl2/font.h                                |   31 +-
 include/mgl2/glut.h                                |    2 +-
 include/mgl2/mgl.h                                 |   82 +-
 include/mgl2/mpi.h                                 |    3 +-
 include/mgl2/opengl.h                              |   23 +-
 include/mgl2/other.h                               |    7 +-
 include/mgl2/parser.h                              |   28 +-
 include/mgl2/pde.h                                 |   56 +
 include/mgl2/plot.h                                |   17 +-
 include/mgl2/prim.h                                |    2 +-
 include/mgl2/qmathgl.h                             |   19 +-
 include/mgl2/qt.h                                  |    4 +-
 include/mgl2/surf.h                                |    2 +-
 include/mgl2/thread.h                              |   86 +
 include/mgl2/type.h                                |    8 +-
 include/mgl2/vect.h                                |    2 +-
 include/mgl2/volume.h                              |    2 +-
 include/mgl2/window.h                              |    7 +-
 include/mgl2/wnd.h                                 |    5 +-
 include/mgl2/wx.h                                  |   40 +-
 json/main.js                                       |   38 +-
 json/mathgl.Graph.js                               |  859 ++++---
 json/mathgl.WebkitBackend.js                       |   18 +-
 lang/CMakeLists.txt                                |   13 +-
 include/mgl2/data.h => lang/data.i                 |  976 ++++----
 lang/mathgl.i                                      |   18 +-
 include/mgl2/mgl.h => lang/mgl.i                   | 2638 ++++++++++----------
 lang/sed_rules                                     |   13 +
 include/mgl2/type.h => lang/type.i                 |   68 +-
 mathgl-2x.cbp                                      |   19 +-
 mgllab/editor.cpp                                  |    3 +-
 src/CMakeLists.txt                                 |   19 +-
 src/addon.cpp                                      |   67 +-
 src/axis.cpp                                       |  320 ++-
 src/base.cpp                                       |  443 ++--
 src/base_cf.cpp                                    |   48 +-
 src/canvas.cpp                                     |  547 ++--
 src/canvas_cf.cpp                                  |    4 +
 src/complex.cpp                                    |  611 +++--
 src/complex_io.cpp                                 |  217 +-
 src/cont.cpp                                       |  309 ++-
 src/crust.cpp                                      |  235 +-
 src/data.cpp                                       | 1411 ++++++-----
 src/{data_new.cpp => data_ex.cpp}                  |  471 ++--
 src/data_gr.cpp                                    |  177 ++
 src/data_io.cpp                                    |  319 +--
 src/data_png.cpp                                   |   99 +-
 src/eval.cpp                                       |   64 +-
 src/evalc.cpp                                      |   25 +-
 src/evalp.cpp                                      |  577 ++---
 src/exec.cpp                                       |   80 +-
 src/export.cpp                                     |   74 +-
 src/export_2d.cpp                                  |  129 +-
 src/export_3d.cpp                                  |  302 ++-
 src/fft.cpp                                        | 1141 ++++++---
 src/fit.cpp                                        |  280 ++-
 src/font.cpp                                       |  324 ++-
 src/interp.hpp                                     |  384 +++
 src/mpi.cpp                                        |   12 +-
 src/obj.cpp                                        |    4 -
 src/opengl.cpp                                     |  170 +-
 src/other.cpp                                      |  163 +-
 src/parser.cpp                                     |  482 ++--
 src/pde.cpp                                        |  380 +--
 src/pixel.cpp                                      | 1341 +++++++---
 src/plot.cpp                                       |  762 +++---
 src/prc/writePRC.h                                 |    7 -
 src/prim.cpp                                       |  218 +-
 src/surf.cpp                                       |  305 +--
 src/vect.cpp                                       |  525 ++--
 src/volume.cpp                                     |   79 +-
 src/window.cpp                                     |    1 +
 texinfo/CMakeLists.txt                             |  194 +-
 texinfo/appendix_en.texi                           |    2 +
 texinfo/appendix_ru.texi                           |    2 +
 texinfo/concept_en.texi                            |   46 +-
 texinfo/concept_ru.texi                            |   89 +-
 texinfo/core_en.texi                               |  288 ++-
 texinfo/core_ru.texi                               |  320 ++-
 texinfo/data_en.texi                               |  130 +-
 texinfo/data_ru.texi                               |  235 +-
 texinfo/doc_en.texi                                |  126 +-
 texinfo/doc_ru.texi                                |  124 +-
 texinfo/ex_mgl_en.texi                             |  405 ++-
 texinfo/ex_mgl_ru.texi                             |  419 +++-
 texinfo/example_en.texi                            |  481 +++-
 texinfo/example_ru.texi                            |  529 ++--
 texinfo/formats_en.texi                            |    7 +-
 texinfo/formats_ru.texi                            |    7 +-
 texinfo/index.html                                 |   23 +-
 texinfo/json.html                                  |    2 +-
 texinfo/mathgl.js                                  |   74 +-
 texinfo/mathgl_en.texi                             |   75 +-
 texinfo/mathgl_ru.texi                             |   78 +-
 texinfo/mgl_en.texi                                |   29 +-
 texinfo/mgl_ru.texi                                |   31 +-
 texinfo/other_en.texi                              |    6 +-
 texinfo/other_ru.texi                              |    6 +-
 texinfo/overview_en.texi                           |   10 +
 texinfo/overview_ru.texi                           |   11 +
 texinfo/parse_en.texi                              |   26 +-
 texinfo/parse_ru.texi                              |  242 +-
 texinfo/surf_cont_fog_g.png                        |  Bin 30517 -> 0 bytes
 texinfo/symbols_en.texi                            |   64 +-
 texinfo/symbols_ru.texi                            |   68 +-
 texinfo/time.texi                                  |  112 +
 texinfo/time_big.texi                              |  112 +
 texinfo/title.html                                 |   10 -
 texinfo/toc_en.html                                |   44 -
 texinfo/toc_fr.html                                |   45 -
 texinfo/toc_ru.html                                |   54 -
 texinfo/udav_en.texi                               |    6 +
 texinfo/udav_ru.texi                               |    6 +
 texinfo/version.texi                               |    2 +
 texinfo/web_en.texi                                |   80 +-
 texinfo/web_fr.texi                                |    4 +-
 texinfo/web_ru.texi                                |   80 +-
 texinfo/widget_en.texi                             |  178 +-
 texinfo/widget_ru.texi                             |  184 +-
 todo.txt                                           |   55 +-
 udav/dat_pnl.cpp                                   |   15 +-
 udav/info_dlg.cpp                                  |    2 +-
 udav/plot_pnl.cpp                                  |   16 +-
 udav/udav_wnd.cpp                                  |    5 +-
 widgets/CMakeLists.txt                             |   15 +-
 widgets/fltk.cpp                                   |   20 +-
 widgets/glut.cpp                                   |   42 +-
 widgets/qt.cpp                                     |   39 +-
 widgets/wx.cpp                                     |  303 +--
 165 files changed, 15519 insertions(+), 10258 deletions(-)
 create mode 100644 .gitignore
 rename debian/patches/{CMakeLists-txt.patch => CMakeLists.txt.patch} (53%)
 delete mode 100644 debian/patches/src-fft-cpp.patch
 create mode 100644 examples/mpi_test.cpp
 create mode 100644 include/mgl2/abstract.h
 create mode 100644 include/mgl2/pde.h
 create mode 100644 include/mgl2/thread.h
 copy include/mgl2/data.h => lang/data.i (76%)
 copy include/mgl2/mgl.h => lang/mgl.i (64%)
 create mode 100644 lang/sed_rules
 copy include/mgl2/type.h => lang/type.i (59%)
 rename src/{data_new.cpp => data_ex.cpp} (71%)
 create mode 100644 src/data_gr.cpp
 create mode 100644 src/interp.hpp
 delete mode 100644 texinfo/surf_cont_fog_g.png
 create mode 100644 texinfo/time.texi
 create mode 100644 texinfo/time_big.texi
 delete mode 100644 texinfo/title.html
 delete mode 100644 texinfo/toc_en.html
 delete mode 100644 texinfo/toc_fr.html
 delete mode 100644 texinfo/toc_ru.html
 create mode 100644 texinfo/version.texi

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