* 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: Use gmcs instead of mcs.
* symbols.cs: Updated after port to gmcs.
* CoverageModel.cs: Updated after port to gmcs.
svn path=/trunk/monocov/; revision=58972
* symbols.cs: Update to latest Mono.CompilerServices.SymbolWriter.
* Makefile: Disable building of nunit-console.exe for now.
svn path=/trunk/monocov/; revision=42324
* 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