mono.git
2013-12-03 Atsushi Enofix test file name.
2013-12-03 Atsushi EnoHandle target Inputs and Outputs so that extra targets...
2013-12-03 Atsushi EnoFor Condition, "yes", "no", "on" and "off" are also...
2013-12-03 Atsushi EnoFor ItemType-less metadata expression, apply all items...
2013-12-03 Atsushi EnoEvaluate Target Condition too.
2013-12-03 Atsushi EnoMake use of XBUILD_FRAMEWORK_FOLDERS_PATH in GetReferen...
2013-12-03 Atsushi Enoimplement MetadataAccessExpression evaluate methods.
2013-12-03 Atsushi EnoProjectInstance never had valid ToolsVersion because...
2013-12-03 Atsushi EnoFix ProjectInstance.ToolsVersion, never returned valid...
2013-12-03 Atsushi EnoCheck Condition on task parameter before trying to...
2013-12-03 Atsushi EnoWell-Known metadata support is now in ProjectItemInstan...
2013-12-03 Atsushi EnoSplit lengthy DoBuildTarget() function into understanda...
2013-12-03 Atsushi EnoProject.GetItems() and ProjectInstance.GetItems() are...
2013-12-03 Atsushi Enoadd some workaround for "PLATFORM" property that should...
2013-12-03 Atsushi Enoimplement UnloadProject().
2013-12-03 Atsushi EnoSTRING_LITERAL could contain expandable expressions...
2013-12-03 Atsushi Enoremove redundant "throw NIE".
2013-12-03 Atsushi Enoimplement ExpressionParserManual.EvaluateMetadataExpres...
2013-12-03 Atsushi EnoForgot to rename namespace in .jay.
2013-12-03 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-12-03 Atsushi EnoAdd more diagnostic logging in BuildEngine4.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd and use BuildAbortedException.
2013-12-03 Atsushi Enoimplement ProjectInstance.GetItems() which is now actua...
2013-12-03 Atsushi EnoFilter out empty strings in split item array.
2013-12-03 Atsushi EnoTask parameters has to be expanded before being applied...
2013-12-03 Atsushi Enoseveral BuildEngine4 fixes.
2013-12-03 Atsushi EnoFix namespace.
2013-12-03 Atsushi Enouse ConcurrentQueue in BuildNodeManager.
2013-12-03 Atsushi Enofix class visibility.
2013-12-03 Atsushi Enodump possible build node exceptions that would have...
2013-12-03 Atsushi EnoEvaluate and include property and item on <Target>...
2013-12-03 Atsushi EnoFix ContinueOnError evaluation (was almost always true...
2013-12-03 Atsushi Enohandle Target/@DependsOnTargets. To make it possible...
2013-12-03 Atsushi Enomake locations internal in NET_4_0.
2013-12-03 Atsushi EnoNo need to fill UsingTaskElement content here. Load...
2013-12-03 Atsushi EnoFix bogus expression tokenizer that failed at parenthes...
2013-12-03 Atsushi EnoMaxNodeCount is documented as 1 by default. (not in...
2013-12-03 Atsushi EnoShow better error location in InvalidProjectFileException.
2013-12-03 Atsushi Enoslightly changed Csc task test project structure so...
2013-12-03 Atsushi EnoFix load error with related to new attributes since...
2013-12-03 Atsushi EnoFix possible NRE on null Location.
2013-12-03 Atsushi Enoimplement ProjectIntance.AddItem().
2013-12-03 Atsushi EnoUse ContinueOnError property on BuildEngine itself.
2013-12-03 Atsushi EnoSet Task properties before running it, and get output...
2013-12-03 Atsushi EnoSeveral fixes to get ProjectUsingTaskElement could...
2013-12-03 Atsushi Enoworkaround threading by Task isse. Also fix regression...
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi Enoongoing task database implementation.
2013-12-03 Atsushi EnoITaskFactory2 is public.
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi Enoadd missing OutOfProcNode class (though it seems unused).
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi Enodelete old file.
2013-12-03 Atsushi Enoimplement basic node management skeleton (which does...
2013-12-03 Atsushi EnoOngoing build engine implementation and some fixes...
2013-12-03 Atsushi EnoFix API: remove non-existent property in .NET (copy...
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi EnoAdd missing ITaskFactory/2 and co. Add BuildEventArgs...
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi EnoAdd IBuildEngine implementation, required to expose...
2013-12-03 Atsushi Enoadd test for BuildManager.PendBuildRequest(). Looks...
2013-12-03 Atsushi Enofix NET_2_0 build: INodeLogger is only in 4.0.
2013-12-03 Atsushi Enoslightly reorganized external sources dirs.
2013-12-03 Atsushi Enoadd missing copyright headers.
2013-12-03 Atsushi Enoimplement HostServices, not sure if we're going to...
2013-12-03 Atsushi Enoadd missing license headers.
2013-12-03 Atsushi Enoslightly reduce NIE code path.
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi EnoAdd test for BuildSubmission (which is mostly for build...
2013-12-03 Atsushi EnoImplement more precise DefaultTargets handling.
2013-12-03 Atsushi EnoSeveral fixes on manual expression parser with related...
2013-12-03 Atsushi Enofix some string evaluator tests. Some of them even...
2013-12-03 Atsushi Enoslightly improve property access error message.
2013-12-03 Atsushi EnoApply windows path loader fix to ProjectInstance too.
2013-12-03 Atsushi EnoResolve property value by EvaluatedValue where appropriate.
2013-12-03 Atsushi EnoSequence of comparison expressions (A==B==C) is invalid...
2013-12-03 Atsushi EnoFix binary expression evaluation. They can be combined.
2013-12-03 Atsushi Enoimplement prebuilt Condition evaluation function support.
2013-12-03 Atsushi EnoFix location of windows path compatibility change.
2013-12-03 Atsushi EnoFix 4.5 toolpath.
2013-12-03 Atsushi Enofix import path for ProjectInstance too.
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi EnoAdd missing built-in properties. Resolve properties...
2013-12-03 Atsushi EnoProject needs to build just fine for empty projects.
2013-12-03 Atsushi Enosome BuildSubmission and BuildResult implementation...
2013-12-03 Atsushi Enosorted out BuildManager build logic up to BuildSubmissi...
2013-12-03 Atsushi EnoReuse logger types in Microsoft.Build.dll.
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi Enosorted out logger stuff. Imported many of existing...
2013-12-03 Atsushi Enoupdate .sources too.
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi Enoadd missing logging types which are required for Micros...
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi EnoAdd missing ProjectPropertyGroupTaskIntance and descend...
2013-12-03 Atsushi EnoAdded some comments on loaders in the two project objec...
2013-12-03 Atsushi Enoimplemented more ProjectInstance family. Enabled some...
2013-12-03 Atsushi Enoimplemented a lot of ProjectTargetInstance and its...
2013-12-03 Atsushi Enoimplement basic project loader for ProjectInstance.
2013-12-03 Atsushi Enorefactoring some internals to make code sharable betwee...
next