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
2015-12-20[XBuild] Fixed method invocation with string argument containing ",` or 'David Karlaš
2015-12-14Merge pull request #2334 from iainx/handle-commaMarek Safar
2015-12-13[mcs] Handle commas inside quotes correctlyiain holmes
2015-12-13Microsoft.Build.Engine] Implement ConvertToITaskItemArrayiain holmes
2015-12-02[csproj] Remove *net_4_5.csproj files from the class libsAlexander Köplinger
2015-11-10[bcl] Add versioning to the TestTasks.dll file name used by the Microsoft.Bui...Zoltan Varga
2015-09-21[XBuild] Ignoring paths of .csproj, .targets and .sln file paths so in case o...David Karlaš
2015-09-14[build] Generated up-to-date net_4_x MSBuild projects.João Matos
2015-08-01Revert "[Microsoft.Build.Engine] Fix bug with escaped semicolon and spaces"Alexander Köplinger
2015-07-26[bcl] Remove NET_4_0 defines from class libsAlexander Köplinger
2015-07-22[xbuild] Add 14.0 toolsets pathMarek Safar
2015-07-22[xbuild] Update tests default profileMarek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-13Fix spelling.Rolf Bjarne Kvinge
2015-03-11[Microsoft.Build.Engine] Fix invocation flags not to contain both CreateInsta...Marek Safar
2015-03-05[Microsoft.Build.Enginge] Fix race in ConsoleLoggerAlexander Köplinger
2015-02-27[Microsoft.Build.Engine] Update missing method exception typeMarek Safar
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-23Merge pull request #1580 from akoeplinger/msbuild-3B-escapeMarek 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-19[Microsoft.Build.Engine] Fix bug with escaped semicolon and spacesAlexander Köplinger
2015-02-18[Microsoft.Build.Engine] Ignore import with empty project attribute when cond...Alexander Köplinger
2015-02-06Merge pull request #1508 from slluis/fix-20966Marek Safar
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
2015-01-15Generate proper Link metadata for resources in imported projectsLluis Sanchez
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-19Respond to code review feedbackAlexander Köplinger
2014-12-19Respond to code review feedbackAlexander Köplinger
2014-12-18[xbuild] Implement GetDirectoryNameOfFileAbove ()Alexander Köplinger
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-21[xbuild] Change default tools profile to still work with not yet removed 2.0 ...Marek Safar
2014-11-13[xbuild] Add 14.0 toolchainMarek Safar
2014-11-11[xbuild] Change default tools profileMarek Safar
2014-10-07Added missing files to projects csproj files.Marcos Henrich
2014-09-17[xbuild] Workaround for issues with CreateItem task where metadata are not ge...Marek Safar
2014-09-17[xbuild] Fix few crashes when task loading failsMarek Safar
2014-08-28[xbuild] Allow metadata in skipped task output expressionsMarek Safar
2014-08-22[xbuild] Resolve output properties for skipped task to match task output when...Marek Safar
2014-07-30[xbuild] Disable some tests which fail on wrench.Zoltan Varga
2014-07-21[bcl] Remove old projectsMarek Safar
2014-06-27[MSBuild] Suppress useless messageMichael Hutchinson
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-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza