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
AgeCommit message (Expand)Author
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-23[msbuild] implement CodeTaskFactory i.e. inline tasks.Atsushi Eno
2014-05-20Remove 2.0 definesMarek Safar
2014-05-19[xbuild] Add missing apisMarek Safar
2014-05-09[xbuild] Implement WriteCodeFragment taskMarek Safar
2014-04-25Merge pull request #916 from akoeplinger/fix-gac-testAlex Rønne Petersen
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
2014-04-16Add ICscHostObject4 skeletonMarek Safar
2014-04-08[Microsoft.Build.Tasks] 'Copy' task now returns failure when errors are loggedAlan McGovern
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-03-13Add/update some .gitignore files so that a clean build + `make check` results...Alex Rønne Petersen
2014-03-11[MSBuild] BXC18246 - GetAssemblyIdentity is not implementedMichael Hutchinson
2014-02-26[MSBuild] Fixed a test that failed when the GAC wasn't availableAlexander Köplinger
2014-02-23[msbuild] for EmbeddedResource naming, take AutoGen property into consideration.Atsushi Eno
2014-02-12[xbuild] Fix 2.0 tests to handle mcs sdk argumentMichael Hutchinson
2014-02-12[xbuild] Fix Tooltask.ToolPath behaviour to match .NETMichael Hutchinson
2014-02-11[xbuild] Fix mscorlib resolution for custom frameworksMichael Hutchinson
2014-02-05[xbuild] Fix ResolveAssemblyReference verbosityMichael Hutchinson
2014-01-29[xbuild] Remove unnecessary/inconsistent path conversion hackMichael Hutchinson
2014-01-24remove private msbuild hacking project files.Atsushi Eno
2014-01-24Merge branch 'msbuilddll2'Atsushi Eno
2014-01-08[xbuild] Fix the xbuild 12 testsMichael Hutchinson
2014-01-08[xbuild] Build & install MSBuild 12.0 assembliesMichael Hutchinson
2014-01-07Update .csproj (to add MSBuild.csproj).Atsushi Eno
2014-01-07Revert "Remove private sln/csproj files."Atsushi Eno
2014-01-03Move internals from Microsoft.Build.Tasks to new dll Mono.XBuild.TasksAntonius Riha
2013-12-04[xbuild]: Fix the tests.Martin Baulig
2013-12-03Remove private sln/csproj files.Atsushi Eno
2013-12-03Fix MS.Build.Tasks.csproj build too.Atsushi Eno
2013-12-03fix test csproj build.Atsushi Eno
2013-12-03Add hacking MSBuild solution for MSBuild libraries.Atsushi Eno
2013-10-21Merge pull request #565 from rneatherway/masterMichael Hutchinson
2013-09-25When generating resources, it intends to add the .resources file to the Files...R. Brian Lindahl
2013-07-03[xbuild] / [PCL]: Report an error for unsupported / missing PCL Profiles.Martin Baulig
2013-07-02Fix Bug 4811, xbuild should find xml documentationRobin Neatherway
2013-07-02Update csproj filesMarek Safar
2013-05-23[xbuild]: Implicitly expand PCL2 facade assemblies.Martin Baulig
2013-05-23[xbuild]: Fix reference assembly path.Martin Baulig
2013-03-13[xbuild] It's safe to pass /debug:pdbonly to mcs nowMichael Hutchinson
2013-03-07[xbuild] Replace string.ToLower() comparison with OrdinalIgnoreCase comparisonJonathan Pryor
2013-02-21Update 4.5 bcl solution filesMarek Safar
2013-02-07Update csproj filesMarek Safar
2013-01-03[Microsoft.Build.Tasks] Fix a regression when replacing readonly filesAlan McGovern
2013-01-02[Microsoft.Build.Tasks] Delete files before copying the new one overAlan McGovern
2012-11-29[Microsoft.Build.Tasks] Put failing test into NotWorking category as they are...Jeremie Laval
2012-11-28[xbuild] handle <NoWarn> tags of the form <NoWarn>1234, 5678</NoWarn>,Patrick Marks
2012-10-18Fix make check PROFILE=net_3_5 in Microsoft.Build.Tasks.Zoltan Varga
2012-09-13[xbuild] Add PreserveExistingMetadata property to CreateItem taskAntonius Riha