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
AgeCommit message (Expand)Author
2013-12-05Merge pull request #827 from Blewzman/masterMarek Safar
2013-12-05[mcs] Convert dotted paths to full pathMarek Safar
2013-12-05Small coding style fixes.Blewzman
2013-12-05Support IReadOnlyList in System.Linq.Enumerable.ElementAt and ElementAtOrDefa...Blewzman
2013-12-05[sle] Implement DynamicExpressionVisitor.Marek Safar
2013-12-05In ConsoleLogger, add workaround for bogus use of EventSource senders in MS.B...Atsushi Eno
2013-12-05[corlib] Implement task awaiters running on custom task scheduler. Fixes #16587Marek Safar
2013-12-04[xbuild]: Fix the tests.Martin Baulig
2013-12-04[corlib] Better conversion betwen system locale and CultureInfo. Fixes #15875Marek Safar
2013-12-04[corlib] CreateSpecificCulture without exception retryMarek Safar
2013-12-04[corlib] Update CurrentRegion to work with DefaultThreadCurrentCultureMarek Safar
2013-12-04[xbuild]: Check a <Target>'s "Returns" first, then fall-back to "Outputs".Martin Baulig
2013-12-04[xbuild]: Provide diagnostic logging of all executed targets.Martin Baulig
2013-12-04[xbuild]: Allow expressions inside a dynamic <ItemGroup>'s metadata.Martin Baulig
2013-12-03[mcs] Report nice error instead of crash for cyclic type forwarders. Fixes #1...Marek Safar
2013-12-03[mcs] Report all failure errors in lambda conversions. Fixes #16513Marek Safar
2013-12-03[corlib] Replace manual array resize with Resize callMarek Safar
2013-12-03Fix android-specific build (use of unassigned variable).Atsushi Eno
2013-12-03Remove private sln/csproj files.Atsushi Eno
2013-12-03update .csproj.Atsushi Eno
2013-12-03Add missing exception types.Atsushi Eno
2013-12-03ProjectCollection.DefaultToolsVersion is settable.Atsushi Eno
2013-12-03Some parser error message got source string for Condition evaluation.Atsushi Eno
2013-12-03Target items related fixes - give diagnostic outputs for initial items. Evalu...Atsushi Eno
2013-12-03Fix some default properties: OutputType has default to Exe. AssemblyName defa...Atsushi Eno
2013-12-03Enable parallel build test, with successful command, now that ConsoleLogger i...Atsushi Eno
2013-12-03ConsoleLogger is now parallel build ready.Atsushi Eno
2013-12-03Fixed Task output item string result creator and fixed test expectation.Atsushi Eno
2013-12-03Empty items could still slipped in when converting string to array.Atsushi Eno
2013-12-03Make sure to raise matching TaskFinished event.Atsushi Eno
2013-12-03While converting string to array, trim each element before converting.Atsushi Eno
2013-12-03implement "skip target due to previous success" feature.Atsushi Eno
2013-12-03Improve item evaluation whitespace handling.Atsushi Eno
2013-12-03disable parallel build test because it is ConsoleLogger which does not work f...Atsushi Eno
2013-12-03ProjectTaskOutputPropertyInstance was not appropriately created.Atsushi Eno
2013-12-03Make sure to use BuildNodeManager in any build run, and corrected error handl...Atsushi Eno
2013-12-03LoadProject() should add the loaded project to the collection.Atsushi Eno
2013-12-03Any errors inside BuildEngine build could be logged by loggers.Atsushi Eno
2013-12-03Give Project FullPath a unique name for each test so that error outputs could...Atsushi Eno
2013-12-03Make sure to fire TargetFinished event in any result (namely, internal error).Atsushi Eno
2013-12-03couple of minor refactoring and warnings cleanup.Atsushi Eno
2013-12-03do not try to evaluate and set non-required and empty Task parameter for ITas...Atsushi Eno
2013-12-03fix test file name.Atsushi Eno
2013-12-03Handle target Inputs and Outputs so that extra targets can be skipped. Add so...Atsushi Eno
2013-12-03For Condition, "yes", "no", "on" and "off" are also treated as valid boolean...Atsushi Eno
2013-12-03For ItemType-less metadata expression, apply all items in the project.Atsushi Eno
2013-12-03Evaluate Target Condition too.Atsushi Eno
2013-12-03Make use of XBUILD_FRAMEWORK_FOLDERS_PATH in GetReferenceAssemblyPaths task a...Atsushi Eno
2013-12-03implement MetadataAccessExpression evaluate methods.Atsushi Eno
2013-12-03ProjectInstance never had valid ToolsVersion because ProjectRootElement holds...Atsushi Eno