[DRE-commits] [ctioga2] 01/02: Merge tag 'upstream/0.10'
Vincent Fourmond
fourmond at moszumanska.debian.org
Mon Mar 17 21:47:38 UTC 2014
This is an automated email from the git hooks/post-receive script.
fourmond pushed a commit to branch master
in repository ctioga2.
commit 850079f5d97af38b626e112ffa5225de26231e3b
Merge: 5466b2e aa285ec
Author: Vincent Fourmond <fourmond at debian.org>
Date: Mon Mar 17 22:24:49 2014 +0100
Merge tag 'upstream/0.10'
Upstream version 0.10
AUTHORS | 12 +
Changelog | 42 +++
bin/ct2-make-movie | 300 +++++++++++++++++
ctioga2.gemspec | 4 +-
lib/ctioga2/commands/doc/doc.rb | 4 +
lib/ctioga2/commands/doc/documentation-commands.rb | 31 +-
lib/ctioga2/commands/doc/html.rb | 173 ++++++----
lib/ctioga2/commands/doc/introspection.rb | 52 +++
lib/ctioga2/commands/doc/markup.rb | 8 +-
lib/ctioga2/commands/function.rb | 90 ++++++
lib/ctioga2/commands/general-commands.rb | 31 ++
lib/ctioga2/commands/general-functions.rb | 113 +++++++
lib/ctioga2/commands/general-types.rb | 28 +-
lib/ctioga2/commands/interpreter.rb | 11 +
lib/ctioga2/commands/parsers/file.rb | 33 +-
lib/ctioga2/commands/strings.rb | 29 +-
lib/ctioga2/commands/variables.rb | 6 +-
lib/ctioga2/data/backends/backends/math.rb | 2 +-
lib/ctioga2/data/backends/backends/text.rb | 6 +-
lib/ctioga2/data/point.rb | 18 +-
lib/ctioga2/graphics/elements.rb | 1 +
lib/ctioga2/graphics/elements/curve2d.rb | 20 +-
lib/ctioga2/graphics/elements/primitive.rb | 30 +-
lib/ctioga2/graphics/elements/style-lists.rb | 353 +++++++++++++++++++++
lib/ctioga2/graphics/elements/subplot.rb | 33 +-
lib/ctioga2/graphics/elements/tangent.rb | 33 +-
lib/ctioga2/graphics/styles.rb | 1 +
lib/ctioga2/graphics/styles/axes.rb | 77 ++++-
lib/ctioga2/graphics/styles/base.rb | 13 +
lib/ctioga2/graphics/styles/colorbrewer.rb | 316 ++++++++++++++++++
lib/ctioga2/graphics/styles/colormap.rb | 54 +++-
lib/ctioga2/graphics/styles/image.rb | 83 +++++
lib/ctioga2/graphics/styles/map-axes.rb | 2 +-
lib/ctioga2/graphics/styles/plot.rb | 102 +++++-
lib/ctioga2/graphics/styles/sets.rb | 52 ++-
lib/ctioga2/graphics/styles/sheet.rb | 21 +-
lib/ctioga2/graphics/styles/texts.rb | 59 +++-
lib/ctioga2/graphics/styles/ticks.rb | 34 ++
lib/ctioga2/graphics/subplot-commands.rb | 61 +++-
lib/ctioga2/graphics/types.rb | 86 ++++-
lib/ctioga2/graphics/types/boundaries.rb | 5 +-
lib/ctioga2/graphics/types/boxes.rb | 26 ++
lib/ctioga2/graphics/types/dimensions.rb | 12 +-
lib/ctioga2/graphics/types/location.rb | 15 +-
lib/ctioga2/graphics/types/point.rb | 86 +++++
lib/ctioga2/metabuilder/types/styles.rb | 4 +-
lib/ctioga2/plotmaker.rb | 5 +
lib/ctioga2/postprocess.rb | 17 +-
lib/ctioga2/ruby.rb | 49 +++
lib/ctioga2/utils.rb | 154 +++++++++
lib/ctioga2/version.rb | 4 +-
man/ct2-make-movie.1 | 113 +++++++
tests/axes.sh | 13 +
tests/command-files.sh | 12 +
tests/{new-file-format => command-files}/base.ct2 | 0
tests/command-files/functions-1.ct2 | 4 +
tests/command-files/functions-2.ct2 | 3 +
tests/command-files/ruby.ct2 | 11 +
.../variables.ct2 | 0
tests/compareoutputs | 2 +
tests/draw.sh | 27 +-
tests/histograms.sh | 2 +-
tests/tests2montage | 8 +-
tests/text-size.sh | 38 +++
tests/xyz-maps.sh | 26 ++
65 files changed, 2848 insertions(+), 212 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