Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/mcs/tools
AgeCommit message (Expand)Author
2013-02-25Add magic token for path replacementMarek Safar
2013-02-24Fix Xamarin bug 7594.Stephen McConnel
2013-02-23Merge pull request #557 from jack-pappas/gacutil-patchMiguel de Icaza
2013-02-21Update to mdbdump to print more mdb detailsMarek Safar
2013-02-20Skip SDK and product assemblies when preserving httpsSebastien Pouliot
2013-02-20Do not initialize (and mark) nested types if they were not already marked. Av...Sebastien Pouliot
2013-02-16Fix the build.Duncan Mak
2013-02-11Fixed IsSwitch to check for files ending in '.exe'.Jack Pappas
2013-02-11Formatting changes to adhere to existing code style.Jack Pappas
2013-02-11Fixed the way assemblies are located when uninstalling so .exe assemblies can...Jack Pappas
2013-02-07[mkbundle] Reorder parenthesis to malloc the right amountRolf Bjarne Kvinge
2013-02-07[Microsoft.Portable.CSharp.targets] Fixed to not override the compilerJeffrey Stedfast
2013-02-06[mdoc] sometimes doc xmls have no Type element...Atsushi Eno
2013-02-06Lift the input/output match restriction as we now properly loop over just the...Rodrigo Kumpera
2013-02-06Revert "Lift the input/output match restriction as we now properly loop over ...Rodrigo Kumpera
2013-02-06Lift the input/output match restriction as we now properly loop over just the...Rodrigo Kumpera
2013-02-05Rewrite mdbrebase to use Mono.CompilerServices.SymbolWriter instead of cecil.Rodrigo Kumpera
2013-02-01Add new mdbrebase tool that lets you change the prefix of its source files.Rodrigo Kumpera
2013-01-14[monodoc] Move to /class instead of /tools and re-enable compilation for 4.0 ...Jeremie Laval
2013-01-14Make pdb2mdb handle the 0xfeefee MS line number convention. Fixes #5249.Zoltan Varga
2013-01-13Add support for [LinkSafe] attributeSebastien Pouliot
2013-01-12Add beginnings of a managed IL disassembler which uses Mono.Cecil. Not yet pa...Zoltan Varga
2013-01-11Add beginnings of a tool to dump the contents of .mdb files. Currently, only ...Zoltan Varga
2013-01-04[mkbundle] Remove broken win32 code.Rolf Bjarne Kvinge
2012-12-21[monodoc] More forgotten dist filesJérémie Laval
2012-12-21[monodoc] Fix test directoryJérémie Laval
2012-12-21Add missing .gitignore.Martin Baulig
2012-12-21[monodoc] Add EcmaUrlParser.jay to EXTRA_DISTJérémie Laval
2012-12-21[monodoc] Fix distJérémie Laval
2012-12-20[mdoc] Use monodoc improved APIJérémie Laval
2012-12-20[monkeydoc] Add missing sourcesJérémie Laval
2012-12-20[monkeydoc] More renamingJérémie Laval
2012-12-20[monkeydoc] Replace monodoc by monkeydocJérémie Laval
2012-12-20[monkeydoc] Change namespace base from MonkeyDoc to Monodoc.Jérémie Laval
2012-12-20[monkeydoc] Fix reference recursionJérémie Laval
2012-12-20[monkeydoc] Add more legacy methodsJérémie Laval
2012-12-20[monkeydoc] Add back several legacy members in their own class for maximum co...Jérémie Laval
2012-12-20[monkeydoc] Restore XHTML provider generationJérémie Laval
2012-12-20[monkeydoc] Let XHTML have its node sorted by .Element rather than .CaptionJérémie Laval
2012-12-20[monkeydoc] Close FileStream early in when adding man pages.Jérémie Laval
2012-12-20[monkeydoc] When encountering an old tree, we force nodes to be re-sorted as ...Jérémie Laval
2012-12-20[monkeydoc] Use StringComparison.Ordinal to match elementJérémie Laval
2012-12-20[monkeydoc] Introduce support for versioned tree and gracefully handle old tr...Jérémie Laval
2012-12-20[monkeydoc] Early return if no proper fallback index was found in MatchNodeJérémie Laval
2012-12-19fixup! [monkeydoc] Rename to use proper casingJérémie Laval
2012-12-19[monkeydoc] Rename to use proper casingJérémie Laval
2012-12-19[monkeydoc] Add forgotten testJérémie Laval
2012-12-19[monkey] Fix test dir casingJérémie Laval
2012-12-18[monkeydoc] New test requires System.XmlJérémie Laval
2012-12-18[monkeydoc] Add RawGenerator to allow to retrieve the content of a documentat...Jérémie Laval