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-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
2011-02-12Check filename of assemblies before installing with gacutil.Andrius Bentkus
2011-02-10Drop csharp2Marek Safar
2011-02-02Update resgen headerMarek Safar
2011-02-02Make resgen build profile specificMarek Safar
2011-02-01security was missing in 4.0 profileMarek Safar
2011-02-01Add gacutil to perprofile buildMarek Safar
2011-02-01Make mcs.exe .net4 applicationMarek Safar
2011-02-01Fixes #527447 whereby it was not possible to pass additional arguments to mon...Bit Diff
2011-01-31[repl] Fix running specified scripts from command line, allow #! syntax, add ...Miguel de Icaza
2011-01-31[repl] Fix running specified scripts from command line, allow #! syntax, add ...Miguel de Icaza
2011-01-30[repl] Add support for -e EXPRESSION to the csharp commandMiguel de Icaza
2011-01-22[getline] Fix history search in the cmdline editorMiguel de Icaza
2011-01-21[xbuild] Correctly set CscToolExe if TargetFrameworkVersion is not set.Ankit Jain
2011-01-20[linker] fix reading of symbols for assemblies loaded with -aJb Evain
2011-01-20[xbuild] Fix bug #665637.Ankit Jain
2011-01-19[xbuild] Fix bug #665004. Honor /nologo option.Ankit Jain
2011-01-17Fix pdb2mdb when a pdb has a method with no seq points.Jb Evain