[Pkg-ocaml-maint-commits] [ocamlgraph] 02/08: Merge tag 'upstream/1.8.6'

Mehdi Dogguy mehdi at moszumanska.debian.org
Mon Aug 31 12:18:27 UTC 2015


This is an automated email from the git hooks/post-receive script.

mehdi pushed a commit to branch master
in repository ocamlgraph.

commit 5c3b0620e2ebe37ae8077ba3d39e909717fffba6
Merge: 44ae697 b0fc330
Author: Mehdi Dogguy <mehdi at debian.org>
Date:   Mon Aug 31 13:27:20 2015 +0000

    Merge tag 'upstream/1.8.6'
    
    Upstream version 1.8.6

 CHANGES                        |  24 +++
 Makefile.in                    |  26 ++-
 dgraph/dGraphTreeLayout.ml     | 466 ++++++++++++++++++++++-------------------
 lib/bitv.ml                    | 230 ++++++++++----------
 lib/heap.ml                    |   4 +-
 src/blocks.ml                  |  41 ++--
 src/builder.ml                 |   2 +-
 src/clique.ml                  |  48 +++++
 src/clique.mli                 |  40 ++++
 src/components.ml              |   4 +-
 src/delaunay.ml                |   2 +-
 src/dominator.ml               | 109 +++++++---
 src/dominator.mli              | 125 ++++++-----
 src/flow.ml                    |  10 +-
 src/graphviz.ml                | 188 +++++++++++------
 src/graphviz.mli               | 112 ++++++----
 src/imperative.ml              |  35 ++--
 src/mincut.ml                  |  98 +++++++++
 tests/dot.ml => src/mincut.mli |  58 ++---
 src/minsep.ml                  |   9 +-
 src/pack.ml                    |   4 +-
 src/path.ml                    |  12 +-
 src/path.mli                   |  10 +-
 src/topological.ml             |   2 +-
 src/traverse.ml                |  24 +--
 src/traverse.mli               |   6 +
 tests/check.ml                 |  86 +++++++-
 tests/dot.ml                   |   2 +-
 tests/test.ml                  |   4 +-
 tests/test_clique.ml           |  29 +++
 30 files changed, 1146 insertions(+), 664 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-ocaml-maint/packages/ocamlgraph.git



More information about the Pkg-ocaml-maint-commits mailing list