[mathgl] branch master updated (e0b128a -> cf43930)
Dimitrios Eftaxiopoulos
eftaxiop-guest at moszumanska.debian.org
Sat Dec 5 14:39:46 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 e0b128a Update d/changelog
new 2209c9e Imported Upstream version 2.3.3+svn1216
new 6646ecd Merge tag 'upstream/2.3.3+svn1216'
new cf43930 Initial build
The 3 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:
.pc/CMakeLists.patch/.timestamp | 0
.pc/CMakeLists.patch/CMakeLists.txt | 540 ------
.pc/applied-patches | 3 -
.pc/udav.patch/.timestamp | 0
.pc/udav.patch/udav/udav.desktop | 12 -
.pc/utils.patch/.timestamp | 0
.pc/utils.patch/utils/make_bin.cpp | 53 -
CMakeLists.txt | 75 +-
ChangeLog.txt | 21 +
FindMathGL2.cmake | 8 +-
clean-svn | 3 +
cmake-qt4.txt | 6 +-
cmake-qt5.txt | 7 +
debian/changelog | 6 +
debian/patches/CMakeLists.patch | 73 -
debian/patches/series | 3 -
debian/patches/udav.patch | 16 -
debian/patches/utils.patch | 12 -
examples/CMakeLists.txt | 10 +-
examples/full_test.cpp | 9 +-
include/config.h.in | 2 +
include/mgl2/{fltk.h => Fl_MathGL.h} | 49 +-
include/mgl2/abstract.h | 11 +-
include/mgl2/base.h | 11 +-
include/mgl2/canvas.h | 15 +-
include/mgl2/canvas_cf.h | 4 +
include/mgl2/canvas_wnd.h | 2 +-
include/mgl2/data.h | 85 +-
include/mgl2/data_cf.h | 3 +
include/mgl2/datac.h | 67 +-
include/mgl2/datac_cf.h | 7 +
include/mgl2/define.h | 10 +-
include/mgl2/fltk.h | 124 +-
include/mgl2/mgl.h | 32 +-
include/mgl2/mgl_cf.h | 2 +-
include/mgl2/mpi.h | 4 +-
include/mgl2/pde.h | 2 +-
include/mgl2/plot.h | 10 +
include/mgl2/prim.h | 19 +-
include/mgl2/qmathgl.h | 4 +-
include/mgl2/qt.h | 2 +-
include/mgl2/type.h | 2 +
include/mgl2/wnd.h | 2 +-
json/CMakeLists.txt | 9 +-
mgltex/Recompilation_decision.eps | 1851 ++++++++++++++++++++
mgltex/Recompilation_decision.pdf | Bin 0 -> 77225 bytes
mgltex/Recompilation_decision.svg | 1560 +++++++++++++++++
mgltex/mgltex.dtx | 3099 +++++++++++++++++++++-------------
mgltex/mgltex.ins | 12 +-
mgltex/mgltex.pdf | Bin 244484 -> 510993 bytes
mgltex/mgltex.sty | 1409 ++++++++--------
mgltex/sample.tex | 6 +-
src/CMakeLists.txt | 58 +-
src/addon.cpp | 4 +-
src/axis.cpp | 7 +-
src/base.cpp | 92 +-
src/canvas.cpp | 25 +-
src/canvas_cf.cpp | 4 +
src/complex.cpp | 3 +
src/complex_io.cpp | 88 +-
src/crust.cpp | 77 +-
src/data.cpp | 27 +-
src/data_ex.cpp | 161 ++
src/data_io.cpp | 32 +-
src/evalc.cpp | 25 +-
src/evalp.cpp | 6 +-
src/exec.cpp | 170 +-
src/export_2d.cpp | 6 +-
src/fft.cpp | 8 +-
src/fit.cpp | 15 +-
src/interp.hpp | 36 +-
src/opengl.cpp | 1 -
src/parser.cpp | 5 +-
src/pixel.cpp | 216 +--
src/plot.cpp | 159 +-
src/prim.cpp | 145 +-
src/s_hull/s_hull_pro.cpp | 23 +-
src/s_hull/s_hull_pro.h | 3 +-
src/vect.cpp | 135 +-
src/volume.cpp | 6 +-
todo.txt | 33 +-
udav/CMakeLists.txt | 8 +-
udav/prop_dlg.cpp | 14 +-
udav/prop_dlg.h | 2 +-
udav/qmglsyntax.cpp | 2 +-
udav/text_pnl.cpp | 11 +-
udav/textedit.cpp | 174 ++
udav/textedit.h | 31 +-
udav/udav.desktop | 2 +-
udav/udav_wnd.cpp | 22 +-
utils/CMakeLists.txt | 4 +-
utils/make_bin.cpp | 6 +-
utils/mglconv.cpp | 7 +-
utils/mglview.cpp | 7 +-
widgets/CMakeLists.txt | 75 +-
widgets/fltk.cpp | 8 +-
widgets/qt.cpp | 30 +-
widgets/qt4/CMakeLists.txt | 78 +-
widgets/qt5/CMakeLists.txt | 80 +-
99 files changed, 7835 insertions(+), 3568 deletions(-)
delete mode 100644 .pc/CMakeLists.patch/.timestamp
delete mode 100644 .pc/CMakeLists.patch/CMakeLists.txt
delete mode 100644 .pc/applied-patches
delete mode 100644 .pc/udav.patch/.timestamp
delete mode 100755 .pc/udav.patch/udav/udav.desktop
delete mode 100644 .pc/utils.patch/.timestamp
delete mode 100644 .pc/utils.patch/utils/make_bin.cpp
create mode 100755 clean-svn
delete mode 100644 debian/patches/CMakeLists.patch
delete mode 100644 debian/patches/udav.patch
delete mode 100644 debian/patches/utils.patch
copy include/mgl2/{fltk.h => Fl_MathGL.h} (73%)
create mode 100644 mgltex/Recompilation_decision.eps
create mode 100644 mgltex/Recompilation_decision.pdf
create mode 100644 mgltex/Recompilation_decision.svg
--
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