[mathgl] 01/04: Merge branch 'experimental' with packaging for version 2.2.1
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 commit to branch master
in repository mathgl.
commit 813219355ce054e664e76846e429ca9f7ff0b09d
Merge: 4ab22ab 22a7ac5
Author: Dimitrios Eftaxiopoulos <eftaxi12 at otenet.gr>
Date: Sat Feb 22 11:06:07 2014 +0200
Merge branch 'experimental' with packaging for version 2.2.1
CMakeLists.txt | 64 +-
ChangeLog.txt | 25 +-
cmake-qt4.txt | 6 +
cmake-qt5.txt | 23 +
debian/changelog | 99 +-
debian/control | 190 +--
debian/libmgl-data.install | 3 +-
debian/libmgl-qt7.1.0.install | 1 -
debian/libmgl-qt7.2.0.install | 2 +
.../{libmgl7.1.0.install => libmgl7.2.0.install} | 0
debian/patches/CMakeLists.txt.patch | 78 +-
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 +-
163 files changed, 7315 insertions(+), 1572 deletions(-)
--
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