* gui/gtk/SourceWindow.cs: work around Gtk bug.
* coverage.c: disable domain unload for now and make sure
methods names are encoded correctly in the XML file.
svn path=/trunk/monocov/; revision=68755
* Ship a Cecil binary in the source tarball. Added a
configure option to specify a Cecil binary.
* style.xsl: fixed mangling of hrefs.
svn path=/trunk/monocov/; revision=68738
* CoverageModel.cs: updated to use Cecil to load assemblies
so the tool can be used with both 1.0 and 2.0 runtimes.
Made it handle the conversion between the different name
conventions for nested types.
* coverage.c: include the assembly filename in the output so
we don't have to try and emulate the runtime assembly load
process and we can find the used assembly right away.
svn path=/trunk/monocov/; revision=68432
* Makefile: Updated to work in the mono CVS directory structure.
* MonoCovMain.cs gui/gtk/MonoCov.cs gui/qt/MonoCov.cs: Moved all
non-gui command line processing into a separate class.
* all: Initial import into CVS.
svn path=/trunk/monocov/; revision=15861