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
2018-09-27[Microsoft.Build.Engine] Switch tests to use embedded test resourcesAlexander Köplinger
2016-11-17[xbuild] Handle a repeat build of a target, when building through ..Ankit Jain
2016-11-11[xbuild] Don't reevaluate project when setting metadata in a dynamic ..Ankit Jain
2016-10-07Fix failures in MSBuild tests on WindowsNiklas Therning
2016-01-29Remove ChangeLog files from the repoAlexander Köplinger
2015-12-20[XBuild] Fixed method invocation with string argument containing ",` or 'David Karlaš
2015-12-13[mcs] Handle commas inside quotes correctlyiain holmes
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-07-22[xbuild] Update tests default profileMarek Safar
2015-02-22Ensure MakeRelative() works even when basePath doesn't end in slashAlexander Köplinger
2015-02-22[Microsoft.Build.Engine] Implement MakeRelative() predefined property functionAlexander Köplinger
2015-02-18[Microsoft.Build.Engine] Ignore import with empty project attribute when cond...Alexander Köplinger
2015-02-05[xbuild] Fix When Condition with a user commentMarek Safar
2015-01-22[Microsoft.Build.BuildEngine] Update failing testMarek Safar
2015-01-21[bcl] Remove NET_3_5 defines from class libsAlexander Köplinger
2014-11-13[xbuild] Add 14.0 toolchainMarek Safar
2014-07-30[xbuild] Disable some tests which fail on wrench.Zoltan Varga
2014-07-21[bcl] Remove old projectsMarek Safar
2014-06-19[xbuild] Parsing conditions with property references. Fixes #20634Marek Safar
2014-06-19[xbuild] Implements property functions using constructor syntax. Fixes #12999Marek Safar
2014-06-04[msbuild] Implemented instance members on static property evaluationMarek Safar
2014-05-19[xbuild] Add string to char[] argument conversionMarek Safar
2014-05-15[xbuild] Property Functions implementationMarek Safar
2014-05-09[xbuild] Evaluate Choose and PropertyGroup elements in order of appearanceMarek Safar
2014-02-19[xbuild] Exists should be false for empty valuesMichael Hutchinson
2014-01-16[Microsoft.Build.Engine] Fix the escaping/unescaping of FullPath metadataAlan McGovern
2014-01-08[xbuild] Fix the xbuild 12 testsMichael Hutchinson
2013-12-04[xbuild]: Fix the tests.Martin Baulig
2013-12-04[xbuild]: Check a <Target>'s "Returns" first, then fall-back to "Outputs".Martin Baulig
2013-12-04[xbuild]: Allow expressions inside a dynamic <ItemGroup>'s metadata.Martin Baulig
2013-12-03[xbuild]: Implement task batching for properties; fixes #16403.Martin Baulig
2013-09-03Fixes build when running make -k check:head-thrash
2013-08-29Fixed bug #14295 - Project.Load incorrectly resets the FullFileName propertyLluis Sanchez
2013-05-25[xbuild]: Fix conditions for <ItemGroup> inside <Target>.Martin Baulig
2013-05-23[xbuild]: Fix task batching for <ItemGroup> inside <Target>.Martin Baulig
2013-04-05[xbuild]: Support <PropertyGroup/ItemGroup> inside <Target>.Martin Baulig
2012-09-17[Microsoft.Build.Engine] Add a testcase for bxc#1862Andres G. Aragoneses
2012-09-17[Microsoft.Build.Engine] Allow ItemGroup items inside Target itemsAndres G. Aragoneses
2012-09-03xbuild: fix style in testAndres G. Aragoneses
2012-08-23MSBuild.Engine: use a buildtask enumerator that throws exceptionsAndres G. Aragoneses
2011-03-09[xbuild] Clean up test logs.Ankit Jain
2011-03-03[xbuild] Add support for wildcards in Import.Ankit Jain
2011-03-01[xbuild] Add support for Before/AfterTargets.Ankit Jain
2011-02-22[xbuild] Add new reserved properties $(MSBuildThisFile*).Ankit Jain
2011-01-26[xbuild] Improve error messages for condition evaluation.Ankit Jain
2011-01-26[xbuild] Support short-circuiting in conditions.Ankit Jain
2011-01-11[xbuild] Copy metadata from Project items to target outputs.Ankit Jain
2010-08-04[xbuild] Override global properties before project Load.Ankit Jain
2010-06-03In class/Microsoft.Build.Engine/Microsoft.Build.BuildEngine:Ankit Jain
2010-04-06Add support for ToolsVersion and correctly build msbuild+xbuild assembliesAnkit Jain