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
2010-02-02bump versionsmono-2-6-7mono-2-6-4mono-2-6-3mono-2-6-4mono-2-6Andrew Jorgensen
svn path=/branches/mono-2-6/mono-tools/; revision=150722
2009-12-202009-12-20 Sebastien Pouliot <sebastien@ximian.com> Sebastien Pouliot
* NEWS: Updated for 2.6 svn path=/branches/mono-2-6/mono-tools/; revision=148794
2009-12-202009-12-20 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* Makefile.am: Bundle gendarme.5 svn path=/branches/mono-2-6/mono-tools/; revision=148792
2009-12-19small doc fixes so it looks better on the wikiSebastien Pouliot
svn path=/branches/mono-2-6/mono-tools/; revision=148783
2009-12-17bump version for mono-toolsmono-2-6-1Andrew Jorgensen
svn path=/branches/mono-2-6/mono-tools/; revision=148710
2009-12-17* WebKitHtmlRender.cs: WebKit (1.1.15+) now raises NavigationRequestedAndreia Gaita
events for initial loads from html, with about:blank uri. We only want to deal with user-generated navigation events, so ignore these. 2009-10-13 Jo Shields <directhex@apebox.org> [backported from 143994] svn path=/branches/mono-2-6/mono-tools/; revision=148607
2009-12-14fix empty/non-null casemono-2-6Sebastien Pouliot
svn path=/branches/mono-2-6/mono-tools/; revision=148356
2009-12-13In Test:Sebastien Pouliot
2009-12-13 Sebastien Pouliot <sebastien@ximian.com> * MonoCompatibilityReviewTest.cs: Add test cases to ensure we're not analyzing the calls inside the current assembly. [Backport r148353] In .: 2009-12-13 Sebastien Pouliot <sebastien@ximian.com> * MonoCompatibilityReviewRule.cs: Only check calls on assemblies that are covered by MoMA (e.g. don't check Silverlight platform assemblies, user code...) [Backport r148353] 2009-08-29 Sebastien Pouliot <sebastien@ximian.com> svn path=/branches/mono-2-6/mono-tools/; revision=148354
2009-12-13In Test:Sebastien Pouliot
2009-12-13 Sebastien Pouliot <sebastien@ximian.com> * DisposableTypesShouldHaveFinalizerTest.cs: Add test cases for structs [Backport r148085] In .: 2009-12-13 Sebastien Pouliot <sebastien@ximian.com> * DisposableTypesShouldHaveFinalizerRule.cs: Report an additional defect for struct, which cannot define a finalizer. [Backport r148085] svn path=/branches/mono-2-6/mono-tools/; revision=148350
2009-12-112009-12-10 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* ModuleRocks.cs: Ignore InvalidOperationException (used by the new PdbCCiReader implementation) if the PDB is does not match the assembly (DLL/EXE) [Backport r148085] svn path=/branches/mono-2-6/mono-tools/; revision=148086
2009-12-092009-12-08 Sebastien Pouliot <sebastien@ximian.com>mono-2-6-rc1Sebastien Pouliot
* Wizard.cs: Don't throw/crash wizard if an unmanaged dll is added to the list of assemblies. At the moment the assembly is simply ignored. [Backport r147897] svn path=/branches/mono-2-6/mono-tools/; revision=147898
2009-12-01update version numbers and add rules.xmlSebastien Pouliot
svn path=/branches/mono-2-6/mono-tools/; revision=147143
2009-11-292009-11-29 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* GuiRunner.cs: Add Execute method that will catch and report unexpected errors while anyalyzing the assembly set. * Wizard.cs: Call GuiRunner.Execute and adjust UI in case there are unexpected errors. * Wizard.Designer.cs: add new UI elements (autogenerated) [Backport r147077] svn path=/branches/mono-2-6/mono-tools/; revision=147078
2009-11-28In Test:Sebastien Pouliot
2009-11-28 Sebastien Pouliot <sebastien@ximian.com> * ReviewInconsistentIdentityTest.cs: Add test case with abstract methods. Make the test fixture public (otherwise it won't be executed by nunit). Fix bug #550152 (also reported on the m-l). [Backport r147054] 2009-04-30 Jesse Jones <jesjones@mindspring.com> 2009-03-19 Jesse Jones <jesjones@mindspring.com> In .: 2009-11-28 Sebastien Pouliot <sebastien@ximian.com> * ReviewInconsistentIdentityTest.cs: Don't process methods without bodies (e.g. abstract, pinvoke...) [Backport r147054] svn path=/branches/mono-2-6/mono-tools/; revision=147055
2009-09-29 * browser.cs: The make-index, make-search-index, and mono-2-6-p1Andrew Jorgensen
merge-changes options shouldn't display the GUI. svn path=/branches/mono-2-6/mono-tools/; revision=142896
2009-09-25versionAndrew Jorgensen
svn path=/branches/mono-2-6/mono-tools/; revision=142639
2009-09-252009-09-24 Gonzalo Paniagua Javier <gonzalo@novell.com>Gonzalo Paniagua Javier
* configure.in: avoid a lot of warnings. svn path=/trunk/mono-tools/; revision=142618
2009-09-21configure.in: Add gendarme.5.inSebastien Pouliot
svn path=/trunk/mono-tools/; revision=142290
2009-09-212008-09-20 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* gendarme.1.in: Moved file format informations to gendarme.5.in * gendarme.5.in: New. Contains the information about file formats * Makefile.am: Update for gendarme.5.in svn path=/trunk/mono-tools/; revision=142289
2009-09-19Updated self-test.ignore to allow self-test to run cleanly.Jesse Jones
svn path=/trunk/mono-tools/; revision=142255
2009-09-13Fixed BasicIgnoreList.AddType so that it works correctly when multiple ↵Jesse Jones
assemblies have the same type name. svn path=/trunk/mono-tools/; revision=141867
2009-09-12fix typoChris Toshok
svn path=/trunk/mono-tools/; revision=141792
2009-09-112009-09-11 Marek Safar <marek.safar@gmail.com>Marek Safar
* Shell.cs: Replaced Report.Stderr with Evaluator.MessageOutput. svn path=/trunk/mono-tools/; revision=141741
2009-09-09Edited the help and man page prose. Added sections to the man file about ↵Jesse Jones
ignore and rules files. svn path=/trunk/mono-tools/; revision=141621
2009-09-082009-09-07 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* Shell.cs: Add poor man's autocompletion to GSharp. I probably should copy the way MonoDevelop pops up the completion window to be right. svn path=/trunk/mono-tools/; revision=141481
2009-09-08Allow exceptions to go to the consoleMiguel de Icaza
svn path=/trunk/mono-tools/; revision=141480
2009-09-042009-09-03 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : add RepeatSessions menu to the Profile menu. svn path=/trunk/mono-tools/; revision=141291
2009-09-042009-09-03 Mike Kestner <mkestner@novell.com>Mike Kestner
* StartPage.cs: add Quick Sessions section to repeat configs from the history. 2009-09-03 Mike Kestner <mkestner@novell.com> * MainWindow.cs : hook into Repeat events from the StartPage. svn path=/trunk/mono-tools/; revision=141290
2009-09-042009-09-03 Mike Kestner <mkestner@novell.com>Mike Kestner
* History.cs: add recent config support. * ProfileConfiguration.cs: new encapsulation for profile params. * ProfilerProcess.cs: construct from ProfileConfiguation. * ProfileSetupDialog.cs: expose Config prop. Manage the Execute response button sensitivity proactively. 2009-09-03 Mike Kestner <mkestner@novell.com> * MainWindow.cs : refactor for ProfileConfiguration. Add recent configs to history. svn path=/trunk/mono-tools/; revision=141284
2009-08-30Edited the DoNotUseReservedInEnumValueNamesRule, Jesse Jones
AvoidDeepNamespaceHierarchyRule, and ParameterNamesShouldMatchOverridenMethodRule descriptions. svn path=/trunk/mono-tools/; revision=140938
2009-08-29In Gendarme.Rules.Portability/Test:Sebastien Pouliot
2009-08-29 Sebastien Pouliot <sebastien@ximian.com> * MonoCompatibilityReviewTest.cs: Adjust DeleteDefinitionData since we are now keeping multiple zip files. In Gendarme.Rules.Portability: 2008-08-29 Sebastien Pouliot <sebastien@ximian.com> * MonoCompatibilityReviewRule.cs: Added a Version configurable property to select between (local) definition files (e.g. a new gendarme reviewing compoatibility with an older mono). Automatic download of new difinition files when Gendarme is updated (since a new version of mono is likely available). Updated documentation svn path=/trunk/mono-tools/; revision=140921
2009-08-292009-08-28 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : add RecentLogs menu to Profile menu. svn path=/trunk/mono-tools/; revision=140915
2009-08-292009-08-28 Mike Kestner <mkestner@novell.com>Mike Kestner
* StartPage.cs: a little banner gradient tweaking. svn path=/trunk/mono-tools/; revision=140905
2009-08-28remove a debug cwlMike Kestner
svn path=/trunk/mono-tools/; revision=140902
2009-08-282009-08-28 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : load and save History class. add LogInfo items to history when new profiles are created and loaded. 2009-08-28 Mike Kestner <mkestner@novell.com> * History.cs: basic history tracking xml serialized class. * StartPage.cs: display recent logs using new history. svn path=/trunk/mono-tools/; revision=140901
2009-08-272009-08-27 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : use new StartPage widget. Some refactoring for tabbed MDI that I decided not to utilize, but left in the event we do in the future. Refactoring for Opening recent documents which the StartPage and menu don't support yet. Add toolbar with new/open/save items. 2009-08-27 Mike Kestner <mkestner@novell.com> * StartPage.cs: beginnings of a startup page similar to MD. svn path=/trunk/mono-tools/; revision=140827
2009-08-26Edited the MonoCompatibilityReviewRule description.Jesse Jones
svn path=/trunk/mono-tools/; revision=140726
2009-08-26Edited DontUseLockedRegionOutsideMethodRule description.Jesse Jones
svn path=/trunk/mono-tools/; revision=140668
2009-08-26Rewrote UseSTAThreadAttributeOnSWFEntryPointsRule Jesse Jones
description. svn path=/trunk/mono-tools/; revision=140666
2009-08-192009-08-19 Mike Kestner <mkestner@novell.com>Mike Kestner
* MainWindow.cs : fix crash with StartEnabled handling. svn path=/trunk/mono-tools/; revision=140271
2009-08-192009-08-19 Mike Kestner <mkestner@novell.com>Mike Kestner
* ProfilerProcess.cs: new class to manage creation of and comm with the profiler. Initial suspend/resume capability. * ProfileSetupDialog.cs: add StartEnabled feature to control logging status on startup. * ProfileView.cs: use new reader iteration paradigm. 2009-08-19 Mike Kestner <mkestner@novell.com> * MainWindow.cs : add logging status ui to enable/disable logging in the profiler process. svn path=/trunk/mono-tools/; revision=140261
2009-08-192009-08-19 Massimiliano Mantione <massi@ximian.com>Mike Kestner
* Reader.cs: Return null when file ends without an EndBlock, instead of throwing an exception. This supports intermediate parsing of log files during suspend/resume operations. svn path=/trunk/mono-tools/; revision=140260
2009-08-19Edited the DeserializeOptionalFieldRule decscription.Jesse Jones
svn path=/trunk/mono-tools/; revision=140255
2009-08-19Edited the StaticConstructorsShouldBePrivateRuleJesse Jones
rule description. svn path=/trunk/mono-tools/; revision=140254
2009-08-19fix vs2008 project buildSebastien Pouliot
svn path=/trunk/mono-tools/; revision=140217
2009-08-19fix vs2008/csc buildSebastien Pouliot
svn path=/trunk/mono-tools/; revision=140216
2009-08-17Edited descriptions for:Jesse Jones
AvoidLargeNumberOfLocalVariablesRule.cs IDisposableWithDestructorWithoutSuppressFinalize Rule.cs AvoidLargeStructureRule.cs DontIgnoreMethodResultRule.cs AvoidUnusedParametersRule.cs AvoidUnsealedConcreteAttributesRule.cs PreferCharOverloadRule.cs svn path=/trunk/mono-tools/; revision=140021
2009-08-13 * browser.cs: Rename --docdir to --docrootdir. Add --docdir optionJonathan Pryor
which will read .source files from the specified directory. svn path=/trunk/mono-tools/; revision=139863
2009-08-13 * browser.cs: Provide more accurate help for --engine.Jonathan Pryor
svn path=/trunk/mono-tools/; revision=139861
2009-08-13Edited the descriptions for Jesse Jones
AvoidLackOfCohesionOfMethodsRule ConsiderUsingStopwatchRule AvoidDeepInheritanceTreeRule AvoidComplexMethodsRule. svn path=/trunk/mono-tools/; revision=139859