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-03-30Remove old filesMarek Safar
2015-03-17[genproj] Re-generated the class library projects.João Matos
2015-03-14[Microsoft.Build.Utilities] Make properties in ToolTask available in 4.0 xbuildAlexander Köplinger
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-02-19[Microsoft.Build.Engine] Fix bug with escaped semicolon and spacesAlexander Köplinger
2015-02-06[Microsoft.Build.Utilities] Fixed to make unit tests pass againJeffrey Stedfast
2015-02-05[Microsoft.Build.Utilities] Fixed MSBuildErrorParser to be more robustJeffrey Stedfast
2015-01-29[build] Updated the class library MSBuild projects.João Matos
2015-01-21[bcl] Remove NET_3_5 defines from class libsAlexander Köplinger
2015-01-15[Microsoft.Build.Utilities] Replace use of ProcessStringDictionary with case ...Marek Safar
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[bcl] Remove NET_2_0 defines from the class libs. This has been done using: u...Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-18[xbuild] Add missing property 'StandardOutputImportance' to ToolTaskAlexander Köplinger
2014-12-04Remove 4.0 profileMarek Safar
2014-11-24Remove 2.0 profile csproj filesMarek Safar
2014-11-13[xbuild] Add 14.0 toolchainMarek Safar
2014-09-16[xbuild] More tweaks to tool path setupMarek Safar
2014-09-15[xbuild] Workaround for null log service (which should never be null)Marek Safar
2014-09-15[xbuild] Use ToolPath when building ToolTask execution path. Fixes #22981Marek Safar
2014-08-25[msbuild] corcompare public APIMarek Safar
2014-08-06[Cleanup] Removed a bunch of superfluous .csproj and .sln filesAlexander Köplinger
2014-07-10Backwards accuracy.Micah Zoltu
2014-07-10Makes AppendTextUnquoted public.Micah Zoltu
2014-06-02[xbuild] fix 4.0-only test condition.Atsushi Eno
2014-06-02[xbuild] ToolLocationHelper.GetPathToStandardLibraries() skips "" too.Atsushi Eno
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-23[xbuild] fix NET_2_0 build.Atsushi Eno
2014-05-23[xbuild] implement ToolLocationHelper.GetPathToStandardLibraries().Atsushi Eno
2014-05-19[xbuild] Add missing apisMarek Safar
2014-05-15Merge pull request #1034 from joelmartinez/msdoc-import2Miguel de Icaza
2014-05-14[xbuild] Fix parsing messages with empty/blank originMichael Hutchinson
2014-05-12[docs] documentation import for 'returns' elements.Joel Martinez
2014-05-12[docs] namespace documentation import.Joel Martinez
2014-05-10[xbuild] Make tool output parsing more robustMichael Hutchinson
2014-04-28[docs] Import of Microsoft BCL Documentation.Joel Martinez
2014-04-19Refreshed the CSProj files to use the new output build directoryMiguel de Icaza
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-02-12[xbuild] Fix Tooltask.ToolPath behaviour to match .NETMichael Hutchinson
2014-02-12[xbuild] Make ToolLocationHelper work better for 2.0/3.5Michael Hutchinson
2014-02-11[xbuild] Fix mscorlib resolution for custom frameworksMichael Hutchinson
2014-01-29[xbuild] Rework escaping in TaskItem to be compatible with MSBuildMichael Hutchinson
2014-01-29[xbuild] Remove unnecessary/inconsistent path conversion hackMichael Hutchinson
2014-01-29[Microsoft.Build.Utilities] Properly escape/unescape ItemSpecAlan McGovern
2014-01-29[Microsoft.Build.Utilities] Fix the escaping/unescaping of ItemSpecAlan McGovern
2014-01-24remove private msbuild hacking project files.Atsushi Eno