[DRE-commits] [ctioga2] 01/02: Merging in new upstream release

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 commit to branch master
in repository ctioga2.

commit 96f3b69fc8983078615fe40065999fc0d84bdf0e
Merge: c322101 5467ded
Author: vincent <fourmond at debian.org>
Date:   Thu Feb 18 21:57:20 2016 +0100

    Merging in new upstream release

 .document                                          |   1 +
 Changelog                                          |  26 +++++
 bin/ct2-make-movie                                 |   5 +-
 bin/ctioga2                                        |   2 +-
 ctioga2.gemspec                                    |   2 +-
 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/stack.sh                                     |  14 +++
 tests/styles.sh                                    |   3 +-
 tests/xyz-maps.sh                                  |   2 +-
 59 files changed, 978 insertions(+), 97 deletions(-)

-- 
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