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

github.com/mono/mono-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-09-26Fix errors arising from NullableAttribute analysis (#68)HEADmainrokklobster
* Fix errors arising from NullableAttribute analysis * Fix indentation Co-authored-by: Andrey Sayapin <103108530+an-sayapin@users.noreply.github.com> Co-authored-by: Alexander Köplinger <alex.koeplinger@outlook.com>
2020-12-09Fix gendarme build (#67)Dan Moseley
2020-04-08Link Code of Conduct (#66)Immo Landwerth
2019-08-12Cecil 0.10: The property VariableReference.Name has been removedTimotheus Pokorra
see https://cecil.pe/post/149243207656/mono-cecil-010-beta-1
2019-08-12Cecil 0.10: The property Instruction.SequencePoint has been removedTimotheus Pokorra
see https://cecil.pe/post/149243207656/mono-cecil-010-beta-1
2019-08-12Cecil 0.10: TypeDefinition and InterfaceImplementationTimotheus Pokorra
see https://cecil.pe/post/149243207656/mono-cecil-010-beta-1
2019-08-12Cecil 0.10: use FileName instead of FullyQualifiedNameTimotheus Pokorra
2019-08-12Cecil 0.10: use ImportReference instead of ImportTimotheus Pokorra
see https://cecil.pe/post/117354704536/obsoleting-import
2016-10-24update licenseMiguel de Icaza
2016-10-24Merge pull request #48 from Hummer12007/automagicAlexander Köplinger
Fix automagic dependencies
2016-10-23Fix automagic dependenciesMykyta Holubakha
2016-10-19Merge pull request #36 from ryepup/masterAlexander Köplinger
README.md markdown syntax fix
2016-10-19Merge pull request #47 from NattyNarwhal/status-bar-textAlexander Köplinger
WinDoc: Show status bar text for the WebBrowser
2016-10-19Merge pull request #46 from NattyNarwhal/fallback-search-renderingAlexander Köplinger
WinDoc: Use fallback rendering if visual styles is disabled
2016-10-15Show status bar text for the WebBrowserCalvin
Will trim off the unneeded file:/// bit when relevant.
2016-10-15Use fallback rendering if visual styles is disabledCalvin
TabRenderer requires visual styles to function. If disabled, we can use a simplistic fallback instead.
2016-08-22Update gui-compareMarek Safar
2016-01-01Bump to 4.2 and tag4.2Alexander Köplinger
2015-11-16Merge pull request #37 from tpokorra/masterAlexander Köplinger
fixing make and make install of mono-tools against Mono 3.2.x
2015-11-11Merge pull request #45 from CalebMorris/masterAlexander Köplinger
Fixed rule description typo.
2015-11-11Fixed rule description typo.Caleb Morris
2015-09-10Merge pull request #44 from steffen-kiess/posix-sockets-2Jonathan Pryor
Changes to create-native-map
2015-09-10Changes to create-native-mapSteffen Kieß
- Use CompareOptions.OrdinalIgnoreCase instead of CompareOptions.Ordinal | CompareOptions.IgnoreCase (which is no longer supported by newer mono versions) - Make sure enum hex values are lowercase on newer mono versions - Do not create conversion calls for inherited fields - Allow [Map] for internal enums
2014-10-04Bump to 3.10 and tag3.10Jo Shields
2014-08-25Alwats compare GuidAttribute using upper caseMarek Safar
2014-01-24[Icons] Reverting my latest commitVaclav Vancura
2014-01-24[Icons] Icon TODO reviewVaclav Vancura
2013-12-06use mcs instead of gmcs or dmcsTimotheus Pokorra
2013-12-06fix make install, files cannot be installed because they don't existTimotheus Pokorra
2013-10-16README.md markdown syntax fixRyan Davis
use markdown links, had to URL escape `...(git)` as `...%28git%29` to get the github markdown renderer to display the right links.
2013-10-10Merge pull request #35 from directhex/masterJérémie Laval
Restore behaviour when not passing a --docrootdir parameter from Mono 2.8 when running on Mono 3.0+
2013-10-09Restore behaviour when not passing a --docrootdir parameter from Mono 2.8 ↵Jo Shields
when running on Mono 3.0+ Since Mono 3.0, running monodoc without specifying --docrootdir has caused an ArgumentNullException. This works around it.
2013-08-21Add OSX build instructions.Rodrigo Kumpera
2013-07-10Merge pull request #34 from directhex/masterRodrigo Kumpera
Fix various line-prefix errors in Makefiles which prevent "make dist"
2013-07-10Fix various broken "make dist" linesJo Shields
2013-07-10Fix 8-space/tab instances causing webdoc/ not to buildJo Shields
2013-06-26[docbrowser] Make it compile again with Mono 3.0Jérémie Laval
2013-06-07Merge pull request #33 from spicypixel/hotfix/webdoc-conflict-fixMarek Safar
[webdoc] Remove a merge conflict artifact breaking the install
2013-06-07[webdoc] Remove a merge conflict artifact breaking the installAaron Oneal
2013-04-28Fix style (double tabs) and rework a conditionSebastien Pouliot
2013-04-28Merge pull request #26 from steve-s/masterSebastien Pouliot
AvoidUnusedPrivateFieldsRule scans nested types for private fields usage.
2013-04-28Merge pull request #20 from krijesta/use-correct-prefixSebastien Pouliot
Modify UseCorrectPrefixRule to support classes begining with two letter words starting with I
2013-04-28Merge pull request #30 from DavidS/masterSebastien Pouliot
gendarme fails to detect EOF on windows
2013-04-28Merge pull request #23 from krijesta/typerocksSebastien Pouliot
Typerocks IsNamed() errors
2013-03-13[windoc] Move monodoc.dll.config to the location picked up by the csprojJeremie Laval
2013-03-13[windoc] Change default path so that we can use the build directly in MDJeremie Laval
2013-03-13[windoc] Load the root: URL by default for new documentsJeremie Laval
2013-03-13[windoc] Bump monodoc.dll toJeremie Laval
mono/mono@112da01bdc56f86244effe9ee74d5fe3ee7a6f5d
2013-03-13[windoc] Always copy the monodoc.dll.config file when buildingJeremie Laval
2013-03-12[windoc] Update to use non-deprecated APIJeremie Laval