[Pkg-ocaml-maint-commits] [ocamlgraph] branch upstream updated (96da5ed -> b0fc330)

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


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

mehdi pushed a change to branch upstream
in repository ocamlgraph.

      from  96da5ed   Imported Upstream version 1.8.5
       new  b0fc330   Imported Upstream version 1.8.6

The 1 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:
 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 ++++++++
 lib/unionfind.mli => src/mincut.mli |  43 ++--
 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, 1141 insertions(+), 654 deletions(-)
 create mode 100644 src/clique.ml
 create mode 100644 src/clique.mli
 create mode 100644 src/mincut.ml
 copy lib/unionfind.mli => src/mincut.mli (59%)
 create mode 100644 tests/test_clique.ml

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