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
2014-07-07[mdoc] Ignore generated test filesAlexander Köplinger
2014-07-01[tools] Fixed mono-shlib-cop testAlexander Köplinger
2014-06-27[MSBuild] Reload projects after parsing sln fileMichael Hutchinson
2014-06-25[xbuild] Add 4.5.1 framework. Fixes #20827Marek Safar
2014-06-23Fix Mono.Linker.csproj so it can buildChris Hamons
2014-06-11Merge pull request #890 from xoofx/masterAlex Rønne Petersen
2014-06-11[Mono.Linker] Add support for using the linker with assemblies referencing WPFAlexandre Mutel
2014-06-11[Mono.Linker] Add support for <Module> with static method and pre-mark them i...Alexandre Mutel
2014-06-02[xbuild/msbuild] fix previous ItemGroup definition (should be in <ItemGroup>).Atsushi Eno
2014-06-02[xbuild/msbuild] fix build: fix Exists() argument.Atsushi Eno
2014-06-02[msbuild/xbuild] use ToolLocationHelper.GetPathToStandardLibraries() to get c...Atsushi Eno
2014-06-02[msbuild] build the projects via MSBuild task with appropriate configuration,...Atsushi Eno
2014-05-27[ms.build] use appropriate ProjectCollection so that it can build the project...Atsushi Eno
2014-05-27[ms.build] follow xbuild to use version 12.0.Atsushi Eno
2014-05-27[ms.build] Add msbuild.rsp.Atsushi Eno
2014-05-20[xbuild] Add ReferenceOutputAssembly filterMarek Safar
2014-05-15[mdoc] Fix NullReferenceException when importing @name attribute.Jonathan Pryor
2014-05-09[xbuild] Implement WriteCodeFragment taskMarek Safar
2014-05-09assign project FullPath before creating ProjectInstance so that properties ar...Atsushi Eno
2014-05-09[mono-api-html] Add the [Obsolete] message for API additions and removalsSebastien Pouliot
2014-05-08[mono-api-html] Refactor to ensure the RegEx (if used) is applied everywhereSebastien Pouliot
2014-05-08[mono-api-html] Prettier output when dealing with arrays ([] or [][]), nullab...Sebastien Pouliot
2014-05-07Add end line/end column information to the mdb file format and pdb2mdb.Zoltan Varga
2014-05-07[mono-api-html] Allow a lax processing mode of the XML filesSebastien Pouliot
2014-05-07[mono-api-html] Prettier output using singular and plural forms in sectionsSebastien Pouliot
2014-05-06[mono-api-html] Prettier output of ref and out (instead of &)Sebastien Pouliot
2014-05-06[mono-api-html] Make the [Obsolete] a bit prettier when no text message is av...Sebastien Pouliot
2014-05-06[mono-api-html] Report [Obsolete] members in a separate section (not as both ...Sebastien Pouliot
2014-04-30Updated HTML reference test outputMiguel de Icaza
2014-04-28[xbuild] Add GetAssemblyIdentity task to Microsoft.Common.tasksAlice
2014-04-28[docs] Schema additions, and monodoc template updates.Joel Martinez
2014-04-25[mono-api-html] Print string fields with no (or null) value without an NRE.Rolf Bjarne Kvinge
2014-04-05[xbuild] Fix building with 2.0 toolset, take 2Michael Hutchinson
2014-04-04Revert "[xbuild] Fix building with 2.0 toolset"Zoltan Varga
2014-04-03[xbuild] Fix building with 2.0 toolsetMichael Hutchinson
2014-04-02[xbuild] Include PCL common targets in tarballMichael Hutchinson
2014-03-25Distribute the ikdasm managed disassembler written by Jeroen Frijters.Zoltan Varga
2014-03-17Do not crash if path is specifiedNN
2014-03-13[bxc#18361] mdbrebase: use File.Move instead of FileInfo.MoveToAaron Bockover
2014-03-13Add/update some .gitignore files so that a clean build + `make check` results...Alex Rønne Petersen
2014-03-10Updated mdoc to remove <AssemblyVersions> tagJoel Martinez
2014-03-10Fixed some reference issues with mdoc.csproj: mono.cecil assembly reference, ...Joel Martinez
2014-03-07Merge pull request #915 from knocte/masterMichael Hutchinson
2014-03-05[mdoc] Fix the tests.Zoltan Varga
2014-02-27Merge pull request #912 from Treer/patch-1Miguel de Icaza
2014-02-26[gacutil] Create correct relative package symlinksMichael Hutchinson
2014-02-25xbuild: include a Microsoft.Portable.Common.targets file (for F#)Andrés G. Aragoneses
2014-02-24xmltool.cs fix for writing output to filesTreer
2014-02-19mono-api-html: ignore members using regex, add detailed helpAaron Bockover
2014-02-19mono-api-html: support ignoring added membersAaron Bockover