Split up huge Top module into smaller modules.
authorRichard W.M. Jones <rjones@redhat.com>
Mon, 27 Mar 2017 14:29:23 +0000 (15:29 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Mon, 27 Mar 2017 20:06:02 +0000 (21:06 +0100)
commit90d14bc151e488972d33eefaac2242d9a6e07578
treee7e8882144110bc9e294a82c8e95127e46666678
parent3e9ed9c0fe49c3d4e4a8e467d521f676769c485a
Split up huge Top module into smaller modules.

This change is hopefully pure refactoring, splitting up the very large
and highly interlinked module into more manageable modules with
well-defined (or at least *better*-defined) interfaces between them.
23 files changed:
MANIFEST
po/POTFILES
src/.depend
src/Makefile.in
src/README
src/collect.ml [new file with mode: 0644]
src/collect.mli [new file with mode: 0644]
src/csv_output.ml [new file with mode: 0644]
src/csv_output.mli [new file with mode: 0644]
src/opt_csv.ml
src/opt_xml.ml
src/redraw.ml [new file with mode: 0644]
src/redraw.mli [new file with mode: 0644]
src/screen.ml [new file with mode: 0644]
src/screen.mli [new file with mode: 0644]
src/stream_output.ml [new file with mode: 0644]
src/stream_output.mli [new file with mode: 0644]
src/top.ml
src/top.mli
src/types.ml [new file with mode: 0644]
src/types.mli [new file with mode: 0644]
src/utils.ml
src/utils.mli