[DRE-commits] [ctioga2] branch master updated (c322101 -> 892a00b)
Vincent Fourmond
fourmond at moszumanska.debian.org
Thu Feb 18 21:07:42 UTC 2016
This is an automated email from the git hooks/post-receive script.
fourmond pushed a change to branch master
in repository ctioga2.
from c322101 New upstream release
adds 5467ded Imported Upstream version 0.14
new 96f3b69 Merging in new upstream release
new 892a00b New upstream release
The 2 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:
.document | 1 +
Changelog | 26 +++++
bin/ct2-make-movie | 5 +-
bin/ctioga2 | 2 +-
ctioga2.gemspec | 2 +-
debian/changelog | 6 +
lib/ctioga2/commands/commands.rb | 2 +
lib/ctioga2/commands/doc/doc.rb | 2 +-
lib/ctioga2/commands/doc/documentation-commands.rb | 38 ++++++
lib/ctioga2/commands/doc/html.rb | 84 ++++++++++++++
lib/ctioga2/commands/general-commands.rb | 21 +++-
lib/ctioga2/commands/general-functions.rb | 26 +++++
lib/ctioga2/commands/general-types.rb | 1 +
lib/ctioga2/commands/instruction.rb | 61 ++++++++++
lib/ctioga2/commands/interpreter.rb | 14 ++-
lib/ctioga2/data/datacolumn.rb | 38 ++++++
lib/ctioga2/data/dataset.rb | 11 +-
lib/ctioga2/data/filters.rb | 17 ++-
lib/ctioga2/data/stack.rb | 127 +++++++++++++++++----
lib/ctioga2/graphics/elements.rb | 2 +-
lib/ctioga2/graphics/elements/curve2d.rb | 2 +-
lib/ctioga2/graphics/elements/element.rb | 39 +++++--
lib/ctioga2/graphics/elements/primitive.rb | 28 ++++-
lib/ctioga2/graphics/elements/subplot.rb | 8 +-
lib/ctioga2/graphics/generator.rb | 3 +-
lib/ctioga2/graphics/legends/area.rb | 3 +
lib/ctioga2/graphics/root.rb | 20 +++-
lib/ctioga2/graphics/styles/curve.rb | 6 +
lib/ctioga2/graphics/styles/drawable.rb | 4 +
lib/ctioga2/graphics/styles/factory.rb | 9 +-
lib/ctioga2/graphics/styles/plot-types.rb | 29 +++--
lib/ctioga2/graphics/subplot-commands.rb | 6 +-
lib/ctioga2/graphics/types.rb | 17 +++
lib/ctioga2/graphics/types/boundaries.rb | 10 ++
lib/ctioga2/graphics/types/boxes.rb | 18 +++
lib/ctioga2/graphics/types/dimensions.rb | 4 +
lib/ctioga2/graphics/types/grid.rb | 102 ++++++++++++++++-
lib/ctioga2/graphics/types/point.rb | 9 ++
lib/ctioga2/metabuilder/types/lists.rb | 2 +-
lib/ctioga2/metabuilder/types/styles.rb | 8 +-
lib/ctioga2/plotmaker.rb | 33 +++++-
lib/ctioga2/postprocess.rb | 28 +++++
lib/ctioga2/ruby.rb | 7 ++
lib/ctioga2/utils.rb | 45 ++++++++
lib/ctioga2/version.rb | 4 +-
tests/color.sh | 3 +
tests/command-files/functions-3.ct2 | 7 ++
tests/docs.sh | 16 +++
tests/errors.sh | 13 ++-
tests/filters.sh | 21 ++++
tests/generate-data.rb | 2 +-
tests/grid.sh | 27 +++++
tests/histograms.sh | 14 ++-
tests/legends.sh | 10 ++
tests/markers.sh | 4 +
tests/mess.sh | 8 ++
tests/parametric-plots.sh | 7 ++
tests/{backends.sh => stack.sh} | 7 +-
tests/styles.sh | 3 +-
tests/xyz-maps.sh | 2 +-
60 files changed, 975 insertions(+), 99 deletions(-)
create mode 100644 .document
create mode 100644 lib/ctioga2/commands/instruction.rb
create mode 100644 tests/command-files/functions-3.ct2
create mode 100755 tests/docs.sh
create mode 100755 tests/filters.sh
copy tests/{backends.sh => stack.sh} (64%)
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ruby-extras/ctioga2.git
More information about the Pkg-ruby-extras-commits
mailing list