[Pkg-ocaml-maint-commits] [ocamlgraph] branch upstream updated (ab36084 -> 985eaea)
Johannes Schauer
josch-guest at moszumanska.debian.org
Mon Mar 24 19:30:57 UTC 2014
This is an automated email from the git hooks/post-receive script.
josch-guest pushed a change to branch upstream
in repository ocamlgraph.
from ab36084 Imported Upstream version 1.8.3
adds 985eaea Imported Upstream version 1.8.4
No new revisions were added by this update.
Summary of changes:
CHANGES | 28 +++-
Makefile.in | 72 ++++++++--
README | 16 +--
configure | 5 +
configure.in | 4 +
dgraph/dGraphTreeLayout.ml | 30 ++--
dgraph/dGraphTreeModel.ml | 4 +-
examples/compare_prim_kruskal.ml | 123 ++++++++++++++++
examples/demo.ml | 302 +++++++++++++++++++++++++++++++++------
examples/demo_planar.ml | 78 +++++-----
examples/demo_prim.ml | 132 +++++++++++++++++
lib/bitv.ml | 12 +-
src/components.ml | 16 +--
src/components.mli | 13 +-
src/dominator.ml | 2 +-
src/flow.ml | 8 +-
src/graphml.ml | 2 +-
src/graphviz.ml | 145 +++++++++++--------
src/graphviz.mli | 13 +-
src/kruskal.ml | 2 +-
src/merge.ml | 41 +++++-
src/merge.mli | 5 +-
src/oper.ml | 67 +++++----
src/oper.mli | 10 ++
src/prim.ml | 106 ++++++++++++++
src/{kruskal.mli => prim.mli} | 45 +++---
src/rand.ml | 96 +++++++++----
src/rand.mli | 59 ++++----
src/sig_pack.mli | 21 +++
tests/test.ml | 40 +++---
30 files changed, 1143 insertions(+), 354 deletions(-)
create mode 100644 examples/compare_prim_kruskal.ml
create mode 100644 examples/demo_prim.ml
create mode 100644 src/prim.ml
copy src/{kruskal.mli => prim.mli} (62%)
--
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