[mathgl] branch master updated (e384b34 -> 58aedae)
Dimitrios Eftaxiopoulos
eftaxiop-guest at moszumanska.debian.org
Sat Feb 7 15:51:47 UTC 2015
This is an automated email from the git hooks/post-receive script.
eftaxiop-guest pushed a change to branch master
in repository mathgl.
from e384b34 Disable octave interface again due to FTBFS
adds a7ee2f4 Imported Upstream version 2.3.1
adds e552ed1 Imported Upstream version 2.3.2
new 58aedae Merge tag 'upstream/2.3.2'
The 1 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 | 48 +-
ChangeLog.txt | 33 +
examples/CMakeLists.txt | 7 +
examples/full_test.cpp | 12 +-
examples/mgl_module.cpp | 33 +
include/config.h.in | 7 +
include/mgl2/abstract.h | 6 +-
include/mgl2/addon.h | 4 +-
include/mgl2/base.h | 16 +-
include/mgl2/base_cf.h | 8 +-
include/mgl2/canvas.h | 3 +-
include/mgl2/canvas_cf.h | 11 +-
include/mgl2/data.h | 8 +-
include/mgl2/datac.h | 2 +-
include/mgl2/define.h | 28 +-
include/mgl2/fit.h | 2 +
include/mgl2/fltk.h | 15 +-
include/mgl2/font.h | 6 -
include/mgl2/glut.h | 3 +
include/mgl2/mgl.h | 78 +-
include/mgl2/mpi.h | 3 +-
include/mgl2/opengl.h | 3 +-
include/mgl2/parser.h | 8 +
include/mgl2/prim.h | 5 +
include/mgl2/qmathgl.h | 3 +-
include/mgl2/qt.h | 3 +
include/mgl2/type.h | 6 +-
include/mgl2/window.h | 4 +-
include/mgl2/wnd.h | 15 +-
json/CMakeLists.txt | 2 +-
json/mathgl.Graph.js | 37 +-
lang/CMakeLists.txt | 13 +-
lang/mathgl.i | 3 +
lang/mgl.i | 4 +-
lang/type.i | 1 +
mgltex/CMakeLists.txt | 56 ++
mgltex/mgltex.dtx | 1944 +++++++++++++++++++++++++++++++++++++++
mgltex/mgltex.ins | 61 ++
mgltex/mgltex.pdf | Bin 0 -> 244484 bytes
mgltex/mgltex.sty | 713 ++++++++++++++
mgltex/sample.tex | 465 ++++++++++
src/CMakeLists.txt | 11 +-
src/addon.cpp | 21 +-
src/axis.cpp | 48 +-
src/base.cpp | 18 +-
src/base_cf.cpp | 21 +-
src/canvas.cpp | 28 +-
src/canvas_cf.cpp | 4 +-
src/complex.cpp | 93 +-
src/complex_io.cpp | 135 ++-
src/cont.cpp | 4 +-
src/crust.cpp | 2 +-
src/data.cpp | 127 +--
src/data_ex.cpp | 4 +-
src/data_gr.cpp | 8 +
src/data_io.cpp | 77 +-
src/data_png.cpp | 129 +--
src/def_font.cpp | 9 +-
src/evalc.cpp | 1 -
src/evalp.cpp | 28 +-
src/exec.cpp | 50 +-
src/export.cpp | 72 +-
src/export_2d.cpp | 30 +-
src/export_3d.cpp | 3 +-
src/fft.cpp | 20 +-
src/fit.cpp | 58 +-
src/font.cpp | 29 +-
src/interp.hpp | 1 +
src/opengl.cpp | 9 +-
src/parser.cpp | 66 +-
src/pixel.cpp | 78 +-
src/plot.cpp | 35 +-
src/prc.cpp | 2 +-
src/prim.cpp | 62 ++
src/surf.cpp | 8 +-
src/window.cpp | 6 +-
texinfo/classes.dia | Bin 3500 -> 4561 bytes
texinfo/classes.pdf | Bin 53847 -> 12984 bytes
texinfo/classes.png | Bin 53573 -> 138494 bytes
texinfo/concept_ru.texi | 2 +-
texinfo/core_en.texi | 56 +-
texinfo/core_ru.texi | 81 +-
texinfo/doc_en.texi | 64 +-
texinfo/doc_ru.texi | 64 +-
texinfo/ex_mgl_en.texi | 4 +-
texinfo/ex_mgl_ru.texi | 4 +-
texinfo/example_en.texi | 3 +-
texinfo/example_ru.texi | 2 +-
texinfo/parse_en.texi | 149 ++-
texinfo/parse_ru.texi | 146 ++-
texinfo/version.texi | 2 +-
texinfo/version_hist.txt | 4 +
texinfo/web_en.texi | 126 +--
texinfo/web_ru.texi | 128 +--
texinfo/widget_en.texi | 11 +-
texinfo/widget_ru.texi | 7 +
todo.txt | 22 +-
udav/CMakeLists.txt | 2 +-
udav/calc_dlg.cpp | 44 +-
udav/mgl.xml | 6 +
udav/open_dlg.cpp | 5 +-
udav/udav.desktop | 1 +
udav/udav_wnd.cpp | 26 +-
utils/mglconv.cpp | 30 +-
utils/mglview.cpp | 31 +-
widgets/CMakeLists.txt | 6 +-
widgets/fltk.cpp | 40 +-
widgets/glut.cpp | 8 +-
widgets/qt.cpp | 51 +-
widgets/{qt.cpp => qt.cpp.orig} | 53 +-
widgets/qt4/CMakeLists.txt | 5 +-
widgets/qt5/CMakeLists.txt | 5 +-
112 files changed, 5162 insertions(+), 1002 deletions(-)
create mode 100644 examples/mgl_module.cpp
create mode 100644 mgltex/CMakeLists.txt
create mode 100644 mgltex/mgltex.dtx
create mode 100644 mgltex/mgltex.ins
create mode 100644 mgltex/mgltex.pdf
create mode 100644 mgltex/mgltex.sty
create mode 100644 mgltex/sample.tex
create mode 100644 udav/mgl.xml
copy widgets/{qt.cpp => qt.cpp.orig} (97%)
--
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