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
2016-03-22[Microsoft.Build] Shut down single-use build managerMikayla Hutchinson
2016-03-22[Microsoft.Build] Fix exception disposing BuildManagermhutch
2015-05-07xbuild: do not stop BuildNodeManager after one build (prevents subsequent bui...Leonid Shalupov
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2014-08-11[ms.build] Do not try to release threads upon finalization.Atsushi Eno
2014-06-02[MS.Build] make env. properties are read only, and show initial properties in...Atsushi Eno
2014-06-02[MS.Build] revise previous fix; only Items are in reverse order.Atsushi Eno
2014-06-02[MS.Build] ProjectInstance needs ChildrenReversed to evaluate items.Atsushi Eno
2014-06-02[ms.build] pass DefaultToolsVersion from ProjectInstance to build request data.Atsushi Eno
2014-05-23[MS.Build] fix default build targets to not return empty list in Project.Atsushi Eno
2014-05-21[MS.Build] fix support for MSBuildExtensionsPath* to try more than one paths.Atsushi Eno
2014-05-20[MS.Build] process Choose/When/Otherwise elements (they were left forgotten).Atsushi Eno
2014-05-15[MS.Build] cleanup ITaskItem evaluation related old code.Atsushi Eno
2014-05-15[MS.Build] now ITaskItems are collected while evaluating expression and metad...Atsushi Eno
2014-05-15[msbuild] ongoing ITaskItem input parameter handling improvements.Atsushi Eno
2014-05-15[MS.Build] remove extraneous expression evaluation code.Atsushi Eno
2014-02-20ITaskItem.GetMetadata() implementations should not return null, but return "".Atsushi Eno
2014-02-20Now our MS.Build.dll behaves like MS.Build.Engine.dll, replace \ with / at ex...Atsushi Eno
2014-02-20Task load failures should not result in build errors, should be just warnings.Atsushi Eno
2014-02-20UsingTasks are not collected expectedly when imports are involved.Atsushi Eno
2014-02-20Make sure to override existing ProjectPropertyInstance values when new decl. ...Atsushi Eno
2014-02-20In a Project, Target can be overriden by another one with the identical name.Atsushi Eno
2014-01-23Check null buildTargets at BuildRequestData. But not in ProjectInstance.Atsushi Eno
2014-01-23DefaultTargets must be first picked up from imports' attributes, then first o...Atsushi Eno
2014-01-07Merge branch 'msbuilddll2' of https://github.com/atsushieno/mono into msbuild...Atsushi Eno
2014-01-07Evaluate Condition each Import within ImportGroup.Atsushi Eno
2013-12-08Fix NET_4_0 tests build by correcting accessibility of properties/classesAlexander Köplinger
2013-12-03Some parser error message got source string for Condition evaluation.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-03couple of minor refactoring and warnings cleanup.Atsushi Eno
2013-12-03For ItemType-less metadata expression, apply all items in the project.Atsushi Eno
2013-12-03ProjectInstance never had valid ToolsVersion because ProjectRootElement holds...Atsushi Eno
2013-12-03Fix ProjectInstance.ToolsVersion, never returned valid value.Atsushi Eno
2013-12-03Well-Known metadata support is now in ProjectItemInstance too, sharing code w...Atsushi Eno
2013-12-03Project.GetItems() and ProjectInstance.GetItems() are now shared code.Atsushi Eno
2013-12-03add some workaround for "PLATFORM" property that should not be filled by envi...Atsushi Eno
2013-12-03For expression stuff, change namespace to MS.Build.Internal.Expressionns.Atsushi Eno
2013-12-03implement ProjectInstance.GetItems() which is now actually used.Atsushi Eno
2013-12-03Evaluate and include property and item on <Target> element before running tasks.Atsushi Eno
2013-12-03handle Target/@DependsOnTargets. To make it possible, some code reorganization.Atsushi Eno
2013-12-03MaxNodeCount is documented as 1 by default. (not in use so far anyways...)Atsushi Eno
2013-12-03implement ProjectIntance.AddItem().Atsushi Eno
2013-12-03Set Task properties before running it, and get output task parameters when done.Atsushi Eno
2013-12-03Several fixes to get ProjectUsingTaskElement could be loaded and task databas...Atsushi Eno
2013-12-03workaround threading by Task isse. Also fix regression on "no target found" c...Atsushi Eno
2013-12-03ongoing task database implementation.Atsushi Eno
2013-12-03add missing OutOfProcNode class (though it seems unused).Atsushi Eno
2013-12-03implement basic node management skeleton (which does not really manage nodes,...Atsushi Eno
2013-12-03Ongoing build engine implementation and some fixes in build submission handling.Atsushi Eno