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
2019-08-12Cecil 0.10: TypeDefinition and InterfaceImplementationTimotheus Pokorra
see https://cecil.pe/post/149243207656/mono-cecil-010-beta-1
2016-08-22Update gui-compareMarek Safar
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
2012-10-08Export proper paths to make gui-compare execute on OSXRolf Bjarne Kvinge
2012-07-27Filter out more attributesMarek Safar
2012-07-26Implement attribute arguments comparisonMarek Safar
2012-07-02Add 3.5 System.ComponentModel.DataAnnotationsMarek Safar
2012-06-25Allow easier setting of custom profile path using --profile-path argumentMarek Safar
2012-06-21Compare property attributesMarek Safar
2012-06-07Filter out more compiler attributesMarek Safar
2012-04-16Fix property comparison when only setter existsMarek Safar
2012-04-16Add csproj fileMarek Safar
2012-04-16Ignore empty env variableMarek Safar
2012-03-08Fix ref method signature for comparisonMarek Safar
2012-02-29Use new masterinfo urlMarek Safar
2012-02-25gui-compare: Distinguish between ref and out parameters.Rolf Bjarne Kvinge
And parameters with the (IL) Out attribute aren't necessarily C# out parameters, they might have the System.Runtime.InteropServices.OutAttribute applied (in which case they're not byreference types).
2011-10-25Show differences in property accessorsMarek Safar
2011-09-27Update 4.5 pathMarek Safar
2011-09-19Hide DebuggerDisplayAttribute differencesMarek Safar
2011-09-19Fix generic method overload comparisonMarek Safar
2011-09-17Add .net 4.5 info dataMarek Safar
2011-09-05Show differences on indexer parametersMarek Safar
2011-09-05Update to 4.0 compilerMarek Safar
2011-03-30Fix detection of explicit interface implementationMarek Safar
2011-03-10Fix custom compare again.Rodrigo Kumpera
Fix the generared custom compare dialog again. Someone with stetic knowledge pretty please fix the markup.
2010-12-23Bump masterinfo versionMarek Safar
2010-12-23Show destructors differences, fixed delegate type and updated sl4 listMarek Safar
2010-12-22Do not ignore finalizers as they're actually important.Alan McGovern
Finalizer chaining is done at compile time, so if you compile against a lib with no finalizer and then run against one with a finalizer, you'll end up ignoring the finalizer in the second lib and it will never be run.
2010-12-15Compare delegate constructors correctlyMarek Safar
2010-11-23Merge branch 'cecil-light'Jb Evain
2010-11-08Add verification for method parametersMarek Safar
2010-11-03port gui-compare to cecil-lightJb Evain
2010-09-14Fixes line endings.Marek Safar
2010-09-14Revert "[639072] Initialize evaluator before using it."Marek Safar
This reverts commit 55e07850d58e9e073163ece68816d41eadbb1f3a.
2010-09-14[639072] Initialize evaluator before using it.Marek Safar
2010-07-222010-07-22 Marek Habersack <mhabersack@novell.com>Marek Habersack
* MasterMetadata.cs: added code to show values of enums in the extra info box. svn path=/trunk/mono-tools/; revision=160719
2010-06-222010-06-22 Marek Safar <marek.safar@gmail.com>Marek Safar
* Metadata.cs, CompareContext.cs, Masterinfo.cs: Compare correctly generic and non-generic method overloads. svn path=/trunk/mono-tools/; revision=159351
2010-06-052010-06-04 Marek Habersack <mhabersack@novell.com>Marek Habersack
* MainWindow.cs: don't crash when comparison failed. svn path=/trunk/mono-tools/; revision=158494
2010-04-262010-04-26 Alan McGovern <amcgovern@novell.com>Alan McGovern
* InfoManager.cs: When setting the title of the window, switch the order of the arguments so that the text is 'foo.dll to foo.xml'. This makes the title consistent with how the data is interpreted. A '+' means foo.dll has something which foo.xml does not. svn path=/trunk/mono-tools/; revision=156090
2010-04-222010-04-22 Jb Evain <jbevain@novell.com>Jb Evain
* InfoManager.cs: update with .net 4.0 RTM and SL 4.0 RTW infos. svn path=/trunk/mono-tools/; revision=155950
2010-04-032010-04-02 Jeffrey Stedfast <fejj@novell.com>Jeffrey Stedfast
* InfoManager.cs (Ensure): Don't combine 'tar' and its arguments together for the pi.FileName. This doesn't work. Set the arguments on pi.Arguments like we're supposed to instead. svn path=/trunk/mono-tools/; revision=154740
2010-03-30update net_4_0 label nameJb Evain
svn path=/trunk/mono-tools/; revision=154459
2010-02-282010-02-27 Rodrigo Kumpera <rkumpera@novell.com>Rodrigo Kumpera
* gtk-gui/GuiCompare.CustomCompare.cs: Make custom compares work again. Someone should fix the stetic file cuz I don't have the skills for it. svn path=/trunk/mono-tools/; revision=152617
2010-02-242010-02-24 Rolf Bjarne Kvinge <RKvinge@novell.com>Rolf Bjarne Kvinge
* InfoManager.cs: Add support for SL4 beta. svn path=/trunk/mono-tools/; revision=152317
2010-02-12Fixed rendering of attributes in extra infoMarek Habersack
svn path=/trunk/mono-tools/; revision=151582
2010-02-122010-02-12 Marek Habersack <mhabersack@novell.com>Marek Habersack
* Comparison.cs: added ExtraInfo field and a new constructor which takes extra info as one of the parameters. * Masterinfo.cs: exposed property collections in the XMLAttributeProperties and XMLAttributes classes. * gui-compare.in: added $MONO_OPTIONS to the mono command line * Makefile.am (guicompare_DATA): install .mdb as well * InfoManager.cs: CompareDefinition.Title now includes the framework profile name. Profiles with no entries aren't added to the Compare menu. * Metadata.cs: added ExtraInfo property. * CecilMetadata.cs, MasterMetadata.cs: added support for reading type forwarders (the TypeForwardedTo attribute). Added support for gathering and displaying information about custom attribute properties. * MainWindow.cs: summary label replaced with a TextView. Added Pango markup to TextView tags conversion method. svn path=/trunk/mono-tools/; revision=151572
2010-02-102010-02-10 Marek Safar <marek.safar@gmail.com>Marek Safar
* MasterMetadata.cs: Ignore ComVisible. svn path=/trunk/mono-tools/; revision=151232
2010-01-26nullrefGonzalo Paniagua Javier
svn path=/trunk/mono-tools/; revision=150231