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
2011-07-05Ensure the .mdb file is copied if the linker decides not the link, but copy, ...Sebastien Pouliot
2011-07-05Do not mark all static fields when marking a ValueType (except for enums)Sebastien Pouliot
2011-06-23Allow adding certificates using PKCS12 fileRabin Karki
2011-06-13Allow extensions methods to be reused from other assembliesSebastien Pouliot
2011-06-12Fix namespace and avoid looping once ctor is foundSebastien Pouliot
2011-06-09[mdoc-update] Generate proper lower bounds for multi-dimensional arrays.Jonathan Pryor
2011-06-09Refactor MonoMac's MarkNSObjects substep so it can be reused in other productsSebastien Pouliot
2011-06-04update tunerJb Evain
2011-06-02update tunerJb Evain
2011-05-31[mdoc] Add MonoDevelop project files.Jonathan Pryor
2011-05-27[xbuild] Add property $(SkipCopyUnchangedFiles)Ankit Jain
2011-05-26[repl] Make some output consistent.XTZGZoReX
2011-05-17Support colors on 256-color terminalsMarek Habersack
2011-05-02[mono-api-info] try to read local files before using the resolverJb Evain
2011-05-02[linker] Fix reading symbols of resolved assembliesJb Evain
2011-05-02[linker] keep types in the module when sweeping themJb Evain
2011-04-28support <service>-less wsdls in svcutil. Look for portTypes instead.Atsushi Eno
2011-04-20Restore the functionality to the REPL that allowed us to passMiguel de Icaza
2011-04-20Prevent crash on scripts that do not contain the #! lineMiguel de Icaza
2011-04-12Add support for startup file to evaluatorMarek Safar
2011-04-06linker: only read symbols if instructed toJb Evain
2011-04-06linker: properly closee debug symbol readersJb Evain
2011-04-06linker: add support for non default debug symbol formatJb Evain
2011-04-06linker: add per method preserve informationJb Evain
2011-04-06linker: Mark all generics instances' argumentsJb Evain
2011-04-04Allow comments (line starting with #) in the .secattr filesSebastien Pouliot
2011-03-31Add -alt option to makecert to a subjectAltName extensionSebastien Pouliot
2011-03-31Validate CRL (signature and chain) before importing them into the storesSebastien Pouliot
2011-03-30Remove .cvsignore files.Zoltan Varga
2011-03-28Add new crlupdate toolSebastien Pouliot
2011-03-28Allow certmgr to display X.509 CRL inside the storesSebastien Pouliot
2011-03-25Align our coreclr inheritance rules to match MSSebastien Pouliot
2011-03-21[xbuild] Allow skipping target framework moniker lookup.Ankit Jain
2011-03-20[linker] always preserve System.MonoCQItemJb Evain
2011-03-18[mdoc] Flush expected test output.Jonathan Pryor
2011-03-11[xbuild] Microsoft.Common.targets - import Before/After targets files.Ankit Jain
2011-03-11[xbuild] Emit list of projects in the .sln.projAnkit Jain
2011-03-11[xbuild] xbuild/Main.cs - remove unnecessary catch/throw.Ankit Jain
2011-03-09Microsoft.Build.Tasks: vbnc2 must be used for the 2.0 profileRolf Bjarne Kvinge
2011-03-08Reduce peverify errors on moonlight tuned assembliesSebastien Pouliot
2011-03-08[xbuild] Implement FileLogger . Fix #676650 .Ankit Jain
2011-03-04[xbuild] Set @(CollectedBuildOutput) for projects build from .sln .Ankit Jain
2011-03-03[xbuild] Add hooks for extending .sln builds.Ankit Jain
2011-03-01[xbuild] Fix warnings.Ankit Jain
2011-03-01Don't forget to use DESTDIRAndrew Jorgensen
2011-02-28[xbuild] ResolveAssemblyReference - add missing api.Ankit Jain
2011-02-28[xbuild] Add support for multi-targeting arbitrary frameworks.Ankit Jain
2011-02-23Better error message when warnaserror is usedMarek Safar
2011-02-17Cleanup repl from most of static stuff and fix many hidden issuesMarek Safar
2011-02-16Make pdb2mdb work with files in other directories.Martin Baulig