[mathgl] branch experimental updated (44cbf26 -> 22a7ac5)
Dimitrios Eftaxiopoulos
eftaxiop-guest at moszumanska.debian.org
Wed Jan 29 10:41:32 UTC 2014
This is an automated email from the git hooks/post-receive script.
eftaxiop-guest pushed a change to branch experimental
in repository mathgl.
from 44cbf26 Update changelog
adds e3751f9 Imported Upstream version 2.1.3.1
adds 9beecfb Imported Upstream version 2.2
adds 7c3aa54 Imported Upstream version 2.2.1
new d92f34a Merge tag 'upstream/2.2.1' into experimental
new 3702e47 Update d/changelog
adds 97a60aa Edit debian/copyright in order to fix RC bug
adds e3572d2 Merge branch 'master' of ssh://vasks.debian.org/git/debian-science/packages/mathgl
adds aa2ea66 * Minor fix for typos in changelog (Bugs 698570 and 703834) * Minor fix for typos in package description * Drop obolete NMU upload from control
adds 8ed030d Clarify the added comment in debian/copyright
adds f3b2012 Correct typing error in debian/changelog
adds 25437cb One more typo fix in debian/changelog
adds 08f4f4c Edit dir description in debian/copyright
adds 21f8398 Correct dir link to upstream repository, in debian/copyright
adds 68c5d44 Amend debian/copyright file for unblock to proceed
adds 28311d4 Merge branch 'wheezy'
adds 7475721 Merge branch 'experimental'
adds 33e55fb Clean source tree after merge
adds 4287750 Amend debian/changelog
adds d7b745e Minor symbols editing
adds f6dec57 Update changelog
adds 67de356 Minor changelog and symbols edits
adds 9f49676 Fix most missing compilation and linker flag warnings
adds ffec795 Update changelog
adds 3a9e396 Update header of CMakeLists-txt.patch
adds 39d51dd Update changelog
adds db8c663 Merge tag 'upstream/2.1.3.1'
adds ecb4702 Update changelog and close #708969
adds 5edbe59 Correct typo in debian/control
adds 15a5c11 Finish conversion of debian/copyright to machine-readable format 1.0
adds 0da14bd Merge branch 'master' of ssh://vasks.debian.org/git/debian-science/packages/mathgl
adds 751e2ee Add --parallel option to dh $@ in debian/rules
adds 53821ef Update changelog
adds c644cf0 debian/copyright: fix typo
adds 6dd924a Include missing files and licenses in debian/copyright
adds ad62822 Add path to LGPL-3 text in debian/copyright
adds 8654e73 Update debian/changelog
adds 9301b2c Fix build failure due to gsl 1.15 --> 1.16 upgrade
adds aab7079 Add full text of BSD license in debian/copyright
adds e4874d1 Mark paragraph seperation in debian/copyright
adds f8c08cb Update debian/changelog
adds abb557d Amend symbols files to enable build on ia64
adds 110a067 Update changelog for 2.1.3.1-2 release
adds 8832e05 Further symbols tweaking for build on ia64
adds ac2e256 Update changelog for 2.1.3.1-3 release
adds c7186de More symbols changes for build on ia64
adds 1dc510d Update changelog for 2.1.3.1-4 release
adds 05cd6af Merge tag 'upstream/2.2'
adds 626dad6 Firtst successful build for version 2.2
adds a654e54 Record deletion of 2 files
adds 7f1b293 Build with more documentation files
adds 9673837 Disable symbols files, documentation building and Lua interface
adds 44f8c2f Update d/changelog
adds 3bf59b7 Add bug closing statements to d/changelog
adds fc715db Relocate static libraries in the libmgl-dev package
new 50b4643 Merge branch 'master' into experimental
new 8e84a15 Update d/changelog
new 16cea2d Delete d/changelog.orig
new 56c19b4 Remove the CMakeLists.txt.patch
new 62ed0a2 Refresh patch CMakeLists.txt.patch
new 22a7ac5 Adjust the library package names to the new .so name
The 8 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 | 209 +-
ChangeLog.txt | 61 +
brush.ods | Bin 10909 -> 19306 bytes
cmake-qt4.txt | 6 +
cmake-qt5.txt | 23 +
debian/changelog | 52 +-
debian/control | 235 +-
debian/copyright | 173 +-
debian/folder/mathgl-doc-en | 3 +
debian/libmgl-data.install | 3 +-
debian/libmgl-dev.install | 2 +-
debian/libmgl-fltk7.0.0.symbols | 1740 ------------
...-fltk7.0.0.install => libmgl-fltk7.1.0.install} | 0
debian/libmgl-glut7.0.0.symbols | 2 -
...-glut7.0.0.install => libmgl-glut7.1.0.install} | 0
debian/libmgl-lua7.1.0.install | 1 +
debian/libmgl-mpi7.0.0.symbols | 5 -
...gl-mpi7.0.0.install => libmgl-mpi7.1.0.install} | 0
debian/libmgl-qt7.0.0.install | 1 -
debian/libmgl-qt7.0.0.symbols | 104 -
debian/libmgl-qt7.2.0.install | 2 +
debian/libmgl-wnd7.0.0.symbols | 1843 -------------
...gl-wnd7.0.0.install => libmgl-wnd7.1.0.install} | 0
debian/libmgl-wx7.0.0.symbols | 5 -
...bmgl-wx7.0.0.install => libmgl-wx7.1.0.install} | 0
debian/libmgl7.0.0.symbols | 2762 --------------------
.../{libmgl7.0.0.install => libmgl7.2.0.install} | 0
debian/mathgl-doc-en.install | 9 +-
debian/mathgl-doc-ru.install | 2 -
debian/mathgl.manpages | 8 +-
debian/patches/CMakeLists-txt.patch | 47 -
debian/patches/CMakeLists.txt.patch | 23 +
debian/patches/series | 2 +-
debian/rules | 2 +-
debian/udav.manpages | 2 +-
examples/CMakeLists.txt | 14 +-
examples/fltk_example.cpp | 5 +-
examples/full_test.cpp | 125 +-
examples/glut_example.cpp | 3 +-
examples/mpi_test.cpp | 39 +
examples/qt_example.cpp | 14 +-
examples/samples.cpp | 514 ++--
examples/wnd_samples.cpp | 52 +-
examples/wx_example.cpp | 107 +-
include/CMakeLists.txt | 1 +
include/config.h.in | 31 +-
include/mgl2/abstract.h | 108 +
include/mgl2/addon.h | 24 +-
include/mgl2/base.h | 225 +-
include/mgl2/base_cf.h | 35 +-
include/mgl2/canvas.h | 165 +-
include/mgl2/canvas_cf.h | 41 +-
include/mgl2/canvas_wnd.h | 4 +-
include/mgl2/cont.h | 8 +-
include/mgl2/data.h | 137 +-
include/mgl2/data_cf.h | 94 +-
include/mgl2/datac.h | 67 +-
include/mgl2/datac_cf.h | 41 +-
include/mgl2/define.h | 111 +-
include/mgl2/eval.h | 4 +-
include/mgl2/evalc.h | 4 +-
include/mgl2/fit.h | 44 +-
include/mgl2/fltk.h | 20 +-
include/mgl2/font.h | 33 +-
include/mgl2/glut.h | 4 +-
include/mgl2/gsl.fs | 1276 +++++++++
include/mgl2/mathgl.fs | 472 ++++
include/mgl2/mgl.fs | 608 +++++
include/mgl2/mgl.h | 235 +-
include/mgl2/mgl_cf.h | 2 +-
include/mgl2/mgl_pas.pas | 1512 +++++++++++
include/mgl2/mglplot.fs | 562 ++++
include/mgl2/mpi.h | 5 +-
include/mgl2/opengl.h | 25 +-
include/mgl2/other.h | 9 +-
include/mgl2/parser.h | 30 +-
include/mgl2/pde.h | 67 +
include/mgl2/plot.h | 19 +-
include/mgl2/prim.h | 4 +-
include/mgl2/qmathgl.h | 29 +-
include/mgl2/qt.h | 6 +-
include/mgl2/surf.h | 4 +-
include/mgl2/thread.h | 86 +
include/mgl2/type.h | 10 +-
include/mgl2/vect.h | 4 +-
include/mgl2/vectors.fs | 161 ++
include/mgl2/volume.h | 4 +-
include/mgl2/window.h | 9 +-
include/mgl2/wnd.h | 9 +-
include/mgl2/wx.h | 42 +-
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 | 38 +-
json/mathgl.Graph.js | 923 ++++---
json/mathgl.View.js | 223 +-
json/mathgl.WebkitBackend.js | 16 +-
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/animate.cpp | 2 +-
mgllab/data.cpp | 2 +-
mgllab/editor.cpp | 5 +-
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/CMakeLists.txt | 19 +-
src/addon.cpp | 73 +-
src/axis.cpp | 378 +--
src/base.cpp | 470 ++--
src/base_cf.cpp | 63 +-
src/canvas.cpp | 579 ++--
src/canvas_cf.cpp | 34 +-
src/complex.cpp | 613 +++--
src/complex_io.cpp | 221 +-
src/cont.cpp | 360 +--
src/crust.cpp | 240 +-
src/data.cpp | 1413 +++++-----
src/{data_new.cpp => data_ex.cpp} | 475 ++--
src/data_gr.cpp | 177 ++
src/data_io.cpp | 369 +--
src/data_png.cpp | 101 +-
src/eval.cpp | 89 +-
src/evalc.cpp | 37 +-
src/evalp.cpp | 622 ++---
src/exec.cpp | 309 ++-
src/export.cpp | 84 +-
src/export_2d.cpp | 131 +-
src/export_3d.cpp | 304 ++-
src/fft.cpp | 1141 +++++---
src/fit.cpp | 282 +-
src/font.cpp | 330 ++-
src/interp.hpp | 384 +++
src/mpi.cpp | 12 +-
src/obj.cpp | 6 +-
src/opengl.cpp | 170 +-
src/other.cpp | 171 +-
src/parser.cpp | 495 ++--
src/pde.cpp | 495 ++--
src/pixel.cpp | 1376 +++++++---
src/plot.cpp | 792 +++---
src/prc.cpp | 2 +-
src/prc/writePRC.h | 7 -
src/prim.cpp | 228 +-
src/surf.cpp | 319 ++-
src/tex_table.cpp | 3 +-
src/vect.cpp | 538 ++--
src/volume.cpp | 89 +-
src/window.cpp | 3 +-
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 | 318 ++-
texinfo/core_ru.texi | 342 ++-
texinfo/data_en.texi | 132 +-
texinfo/data_ru.texi | 237 +-
texinfo/doc_en.texi | 136 +-
texinfo/doc_ru.texi | 134 +-
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 | 12 +-
texinfo/mathgl.js | 289 +-
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 | 66 +-
texinfo/symbols_ru.texi | 70 +-
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 | 3 +
texinfo/web_en.texi | 107 +-
texinfo/web_fr.texi | 4 +-
texinfo/web_ru.texi | 107 +-
texinfo/widget_en.texi | 178 +-
texinfo/widget_ru.texi | 184 +-
todo.txt | 60 +-
udav/CMakeLists.txt | 25 +-
udav/dat_pnl.cpp | 33 +-
udav/info_dlg.cpp | 2 +-
udav/mem_pnl.cpp | 10 +-
udav/newcmd_dlg.cpp | 6 +-
udav/open_dlg.cpp | 12 +-
udav/plot_pnl.cpp | 24 +-
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 | 27 +-
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 | 75 +-
widgets/fltk.cpp | 22 +-
widgets/glut.cpp | 44 +-
widgets/qt.cpp | 95 +-
widgets/qt4/CMakeLists.txt | 72 +
widgets/qt5/CMakeLists.txt | 73 +
widgets/wx.cpp | 305 +--
237 files changed, 22750 insertions(+), 17881 deletions(-)
create mode 100644 .gitignore
create mode 100644 cmake-qt4.txt
create mode 100644 cmake-qt5.txt
delete mode 100644 debian/libmgl-fltk7.0.0.symbols
rename debian/{libmgl-fltk7.0.0.install => libmgl-fltk7.1.0.install} (100%)
delete mode 100644 debian/libmgl-glut7.0.0.symbols
rename debian/{libmgl-glut7.0.0.install => libmgl-glut7.1.0.install} (100%)
create mode 100644 debian/libmgl-lua7.1.0.install
delete mode 100644 debian/libmgl-mpi7.0.0.symbols
rename debian/{libmgl-mpi7.0.0.install => libmgl-mpi7.1.0.install} (100%)
delete mode 100644 debian/libmgl-qt7.0.0.install
delete mode 100644 debian/libmgl-qt7.0.0.symbols
create mode 100644 debian/libmgl-qt7.2.0.install
delete mode 100644 debian/libmgl-wnd7.0.0.symbols
rename debian/{libmgl-wnd7.0.0.install => libmgl-wnd7.1.0.install} (100%)
delete mode 100644 debian/libmgl-wx7.0.0.symbols
rename debian/{libmgl-wx7.0.0.install => libmgl-wx7.1.0.install} (100%)
delete mode 100644 debian/libmgl7.0.0.symbols
rename debian/{libmgl7.0.0.install => libmgl7.2.0.install} (100%)
delete mode 100644 debian/patches/CMakeLists-txt.patch
create mode 100644 debian/patches/CMakeLists.txt.patch
create mode 100644 examples/mpi_test.cpp
create mode 100644 include/mgl2/abstract.h
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/pde.h
create mode 100644 include/mgl2/thread.h
create mode 100644 include/mgl2/vectors.fs
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
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