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-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
2012-12-18[monkeydoc] Add RenderUrl overload without out parametersJérémie Laval
2012-12-18[monkeydoc] Fix regression, use a global counter to avoid duplicate entry in ...Jérémie Laval
2012-12-18[monkeydoc] Fix regression in processing non-existent entry in index.xml filesJérémie Laval
2012-12-18[monkeydoc] Add trimmed-down overrides to GetHelpSourceAndIdForUrlJérémie Laval
2012-12-18[monkeydoc] Null out helpSource if the hint was wrong.Jérémie Laval
2012-12-18[monkeydoc] Add an extra optional HelpSource parameter to RenderUrl and GetHe...Jérémie Laval
2012-12-18[monkeydoc] Log parameter status when an error occurs in the HTML generatorJérémie Laval
2012-12-18[monkeydoc] Protect GetIndex and GetSearchIndex and make them returns null if...Jérémie Laval
2012-12-18[monkeydoc] Instantiate both app and library configurationJérémie Laval
2012-12-18[monkeydoc] s/docDir/docPath/Jérémie Laval
2012-12-18[monkeydoc] Temp API for adding uncompiled sources, should be done differentlyJérémie Laval
2012-12-14[monkeydoc] Add ecma uncompiled source support back and some nice refactoring...Jeremie Laval
2012-12-13[monkeydoc] Reenable index creation for ecma-providerJeremie Laval
2012-12-13[monkeydoc] Precache member access per nameJeremie Laval
2012-12-13[monkeydoc] Disable xhtml-provider PopulateIndex as it was doing nothingJeremie Laval
2012-12-13[monkeydoc] Configurable cachingJeremie Laval
2012-12-13[monkeydoc] Regen monkeydoc.dll.config when the .in changesJeremie Laval