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
2016-10-23Fix automagic dependenciesMykyta Holubakha
2016-01-01Bump to 4.2 and tag4.2Alexander Köplinger
2014-10-04Bump to 3.10 and tag3.10Jo Shields
2011-01-25Update spec fileAndrew Jorgensen
2011-01-16Add Gendarme rules/tests/projects templates from GCISebastien Pouliot
* configure.in: Create makefiles for 'templates' * gendarme/tools/supported/Makefile.am: Add 'templates' * gendarme/tools/supported/templates/*: New. Templates from Nick Rioux (GCI), uncompressed/makefile-integrated by myself
2011-01-142.11Andrew Jorgensen
2011-01-11Fix 'make distcheck' until 'distuninstallcheck'Sebastien Pouliot
* configure.in: Bump to 2.10, reorder to avoid warnings * Makefile.am: Add missing subdir * gendarme/Makefile.am: Remove (old) unneeded entries * gendarme/tools/unsupported/mapper/Makefile.am: Fix * Mono.Profiler/heap-snapshot-explorer/AssemblyInfo.cs: * Mono.Profiler/heap-snapshot-viewer/AssemblyInfo.cs: Fix compilation
2010-12-18Merge branch 'master' of http://github.com/mono/mono-tools into ↵Antoine Vandecreme
SatelliteResourceMismatchRule Conflicts: configure.in gendarme/gendarme-win.sln gendarme/rules/Makefile.am
2010-12-18Integrate mapper into Gendarme's buildSebastien Pouliot
* configure.in: Generate mapper's makefile * gendarme/tools/unsupported/Makefile.am: Add mapper directory * gendarme/tools/unsupported/mapper/Makefile.am: Build mapper tool
2010-12-16Add new Gendarme.Rules.Gendarme.dll rule assemblySebastien Pouliot
* configure.in: Add makefile generation for new rule/test assemblies * gendarme/rules/Gendarme.Rules.Gendarme/.gitignore: New * gendarme/rules/Gendarme.Rules.Gendarme/DefectsMustBeReportedRule.cs: New rule * gendarme/rules/Gendarme.Rules.Gendarme/GendarmeRule.cs: New abstract base rule * gendarme/rules/Gendarme.Rules.Gendarme/Makefile.am: New, build rule assembly * gendarme/rules/Gendarme.Rules.Gendarme/Test/DefectsMustBeReportedTest.cs: New unit tests * gendarme/rules/Gendarme.Rules.Gendarme/Test/Makefile.am: New, build unit tests * gendarme/rules/Makefile.am: Build Gendarme.Rules.Gendarme rules / tests * gendarme/rules/rules.xml: Add in 'self-test' set and its own set * gendarme/self-test.ignore: Some entries to ignore
2010-12-13Add new Makefiles for Gendarme's Nunit rulesSebastien Pouliot
* configure.in: Process Makefile.am for NUnit rules and unit tests
2010-12-06Add modified makefilesAntoine
2010-11-26Add first rule in Gendarme.Rules.Interoperability.Com from Google Code InSebastien Pouliot
* configure.in: Add new rule and test assemblies * gendarme/rules/Makefile.am: Add new rule directory * gendarme/rules/Gendarme.Rules.Interoperability.Com/Makefile.am: basic build file for rule assembly * gendarme/rules/Gendarme.Rules.Interoperability.Com/AvoidNonPublicFieldsInComVisibleValueTypesRule.cs: New rule from N Lum (with few format changes) * gendarme/rules/Gendarme.Rules.Interoperability.Com/Test/Makefile.am: basic build file for unit tests * gendarme/rules/Gendarme.Rules.Interoperability.Com/Test/AvoidNonPublicFieldsInComVisibleValueTypesTest.cs: New unit tests from N Lum (with few format changes)
2010-09-05Install gd2i (binaries and WIP documentation) for Gendarme 2.8.2Sebastien Pouliot
* configure.in: Generate scripts and man page for gd2i * gendarme/Makefile.am: gd2i script support * gendarme/gd2i.in: script template for gd2i * gendarme/man/.gitignore: Ignore generated gd2i * gendarme/man/Makefile.am: Build/include gd2i doc into monodoc * gendarme/man/gd2i.1.in: man template for gd2i * gendarme/man/gendarme.config: Monodoc support * gendarme/man/gendarme.source: Monodoc support * gendarme/tools/supported/gd2i/Makefile.am: Build changes to install gd2i tool
2010-08-27Bump version to 2.8.1Andrew Jorgensen
2010-06-11In gendarme/tools/unsupported/xmldoc2wiki:Sebastien Pouliot
2010-06-10 Sebastien Pouliot <sebastien@ximian.com> * xmldoc2wiki.cs: New. Produce mediawiki-like pages from the xmldoc of the rules. In gendarme/tools/unsupported/typeref: 2010-06-10 Sebastien Pouliot <sebastien@ximian.com> * typeref.cs: New. Quick tool to look for type references inside assemblies. Useful to add "turn off" optimizations to rules when it is known to be impossible to find defects svn path=/trunk/mono-tools/; revision=158811
2010-06-08configure.in: Add new gendarme directoriesSebastien Pouliot
svn path=/trunk/mono-tools/; revision=158619
2010-03-022010-03-02 Marek Habersack <mhabersack@novell.com>Marek Habersack
* Makefile.am: if DMCS was found use it to compile everything, or otherwise the browser won't work (monodoc.dll is built with dmcs on trunk) 2010-03-02 Marek Habersack <mhabersack@novell.com> * configure.in: added check for dmcs, defines DMCS_PRESENT conditional if found. Needed to build docbrowser with dmcs now that mono from trunk tools are built with dmcs. svn path=/trunk/mono-tools/; revision=152821
2010-02-24In .:Michael Hutchinson
2010-02-23 Michael Hutchinson <mhutchinson@novell.com> * configure.in: Add docbrowser/theme-icons/Makefile.am In docbrowser: 2010-02-23 Michael Hutchinson <mhutchinson@novell.com> * Makefile.am: * theme-icons/*: Add Jakub's great new icons. svn path=/trunk/mono-tools/; revision=152329
2010-02-042010-02-03 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* Makefile.am: * configure.in: Capture ACLOCAL_FLAGS for autoreconf so building is less painful on Mac. svn path=/trunk/mono-tools/; revision=150811
2010-02-042010-02-03 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* configure.in: * asn1view/gtk/Makefile.am * docbrowser/BrowserWidget.cs: * docbrowser/Makefile.am: Make Gnome# optional. * autogen.sh: Pass ACLOCAL_FlAGS to aclocal. svn path=/trunk/mono-tools/; revision=150807
2009-11-29configure.in: Now 2.7Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=147076
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-06-29add my little hacky pinvoke rewriterChris Toshok
svn path=/trunk/mono-tools/; revision=137057
2009-06-132008-12-15 Miguel de Icaza <miguel@novell.com>Miguel de Icaza
* configure.in: Detect the proper LIB_PREFIX and LIB_SUFIX to fix the crasher for gsharp when trying to Plot on other systems. svn path=/trunk/mono-tools/; revision=136051
2009-06-052009-06-05 Michael Hutchinson <mhutchinson@novell.com>Michael Hutchinson
* configure.in: Fix build. svn path=/trunk/mono-tools/; revision=135552
2009-05-22remove premature change for doc makefileMike Kestner
svn path=/trunk/mono-tools/; revision=134614
2009-05-222009-05-21 Mike Kestner <mkestner@novell.com>Mike Kestner
* *: initial checkin. beginnings of a visual profiling application to drive the mono logging profiler and display/navigate its output. 2009-05-21 Mike Kestner <mkestner@novell.com> * Mono.Profiler/*: replace MD 1.0 solution files with 2.0 msbuild files, and turn on makefile synchronization instead of generated makefiles. svn path=/trunk/mono-tools/; revision=134564
2009-02-13bump version to 2.5Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=126795
2008-12-03configure.in: Remove AC_OUTPUT on gnunit files since they break make distSebastien Pouliot
svn path=/trunk/mono-tools/; revision=120574
2008-11-18configure.in: Produce gendarme.exe.config from .in file (modified patch from ↵Sebastien Pouliot
Jesse Jones). svn path=/trunk/mono-tools/; revision=119121
2008-11-11configure.in: Bump to 2.3Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=118444
2008-11-09configure.in: Add Gendarme framework unit test makefile generation.Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=118323
2008-10-092008-10-09 Daniel Nauck <dna@mono-project.de>Daniel Nauck
* Makefile.am, configure.in: add gsharp to the build svn path=/trunk/mono-tools/; revision=115302
2008-09-18Thu Sep 18 18:43:23 CEST 2008 Paolo Molaro <lupus@ximian.com>Paolo Molaro
* Initial drop of mperfmon: utility to browse and display performance counters. svn path=/trunk/mono-tools/; revision=113441
2008-08-26configure.in: Add Gendarme's Design.Generic rules makefile support.Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=111620
2008-08-25configure.in: Add Gendarme's Security.Cas rules makefile support.Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=111534
2008-08-16configure.in: Add Gendarme's Design.Linq rules makefile support.Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=110650
2008-08-12Integrated Mono.Profiler in the build.Massimiliano Mantione
svn path=/trunk/mono-tools/; revision=110210
2008-08-12configure.in: Bump Gendarme version to match the Mono release.Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=110195
2008-08-06Update 2.1Miguel de Icaza
svn path=/trunk/mono-tools/; revision=109769
2008-07-142008-07-14 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* configure.in: Bump Gendarme to 0.2.0.0 for the Mono 2.0 branch. svn path=/trunk/mono-tools/; revision=107855
2008-06-15Remove leftover comments in makefilesAlp Toker
svn path=/trunk/mono-tools/; revision=105861
2008-06-14* mono-tools/configure.in: Enable webkit and mono.webbrowser detection.Andreia Gaita
* mono-tools/docbrowser/browser.cs: Fix loader to not load all the backends. Instead, try loading the selected engine, then the fallback if the first fails, then any other available engine if the fallback fails (and then throw hands in the air and give up). Sprinkle try/catch blocks liberally. * mono-tools/docbrowser/Makefile.am: Enable webkit detection. 2008-06-14 Andreia Gaita <avidigal@novell.com> svn path=/trunk/mono-tools/; revision=105817
2008-04-272008-04-27 Nestor Salceda <nestor.salceda@gmail.com>Néstor Salceda
* configure.in: Add Maintainability setup to the build. svn path=/trunk/mono-tools/; revision=101983
2008-03-222008-03-22 Sebastien Pouliot <sebastien@ximian.com>Sebastien Pouliot
* configure.in: Add Gendarme's Wizard and Win32 setup to the build svn path=/trunk/mono-tools/; revision=98801
2008-03-13configure.in: Add Gendarme's Test.Rules makefile support.Sebastien Pouliot
svn path=/trunk/mono-tools/; revision=98111
2008-03-08* MonoWebBrowserHtmlRender.cs, Andreia Gaita
BrowserWidget.cs, Makefile.am: Mono.Mozilla backend * IHtmlRender.cs, GeckoHtmlRender.cs, GtkHtmlHtmlRender.cs, WebKitHtmlRender.cs: Support for checking backend capabilities. Added Initialize method to detect if the backend is functional on load. * browser.cs: Take out --no-gecko option, and add instead a --engine option, taking an engine name (equivalent to IHtmlRender.Name). Scan the filesystem for assemblies that can be loaded as backends, load the requested engine or fallback to GtkHtml. Remove UseGecko checks and use the backend Capabilities flags instead. * configure.in (docbrowser): Add mono-webbrowser check, and tweak the detected browser engine message to list what is available. 2008-03-08 Andreia Gaita <avidigal@novell.com> svn path=/trunk/mono-tools/; revision=97745
2008-03-072008-03-07 Alp Toker <alp@nuanti.com>Alp Toker
* WebKitHtmlRender.cs: * Makefile.am: * browser.cs: Initial WebKit backend for monodoc (not enabled yet). svn path=/trunk/mono-tools/; revision=97657