mono.git
2013-11-29 Atsushi EnoImplement more precise DefaultTargets handling.
2013-11-29 Atsushi EnoSeveral fixes on manual expression parser with related...
2013-11-29 Atsushi Enofix some string evaluator tests. Some of them even...
2013-11-29 Atsushi Enoslightly improve property access error message.
2013-11-29 Atsushi EnoApply windows path loader fix to ProjectInstance too.
2013-11-29 Atsushi EnoResolve property value by EvaluatedValue where appropriate.
2013-11-29 Atsushi EnoSequence of comparison expressions (A==B==C) is invalid...
2013-11-29 Atsushi EnoFix binary expression evaluation. They can be combined.
2013-11-29 Atsushi Enoimplement prebuilt Condition evaluation function support.
2013-11-29 Atsushi EnoFix location of windows path compatibility change.
2013-11-29 Atsushi EnoFix 4.5 toolpath.
2013-11-29 Atsushi Enofix import path for ProjectInstance too.
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi EnoAdd missing built-in properties. Resolve properties...
2013-11-29 Atsushi EnoProject needs to build just fine for empty projects.
2013-11-29 Atsushi Enosome BuildSubmission and BuildResult implementation...
2013-11-29 Atsushi Enosorted out BuildManager build logic up to BuildSubmissi...
2013-11-29 Atsushi EnoReuse logger types in Microsoft.Build.dll.
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi Enosorted out logger stuff. Imported many of existing...
2013-11-29 Atsushi Enoupdate .sources too.
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi Enoadd missing logging types which are required for Micros...
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi EnoAdd missing ProjectPropertyGroupTaskIntance and descend...
2013-11-29 Atsushi EnoAdded some comments on loaders in the two project objec...
2013-11-29 Atsushi Enoimplemented more ProjectInstance family. Enabled some...
2013-11-29 Atsushi Enoimplemented a lot of ProjectTargetInstance and its...
2013-11-29 Atsushi Enoimplement basic project loader for ProjectInstance.
2013-11-29 Atsushi Enorefactoring some internals to make code sharable betwee...
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi Enoimplement ProjectMetadataInstance and add some MS.Build...
2013-11-29 Atsushi Enoadd another GetLoadedProject() test, this time with...
2013-11-29 Atsushi Enoimplement GetLoadedProject(), ProjectAdded and adjust...
2013-11-29 Atsushi EnoAdded workaround for DirectoryScanner bug that finds...
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi Enomake TaskItem available (as internal) in Microsft.Build...
2013-11-29 Atsushi Enoimplement item wildcard support, except for "**" which...
2013-11-29 Atsushi Enoimplement IsImported.
2013-11-29 Atsushi Enoimplemented well-known item metadata.
2013-11-29 Atsushi EnoFix API for ProjectItemElement.Condition. Add test...
2013-11-29 Atsushi EnoGetMetadataValue() returns "" if metadata is not found.
2013-11-29 Atsushi EnoFix MSBuildThisFile reserved property value (empty...
2013-11-29 Atsushi Enogot imports working. Imported ProjectRootElement needed...
2013-11-29 Atsushi EnoFor expression, string equality comparison is done...
2013-11-29 Atsushi Enofix couple of regressions caused by lazy evaluation...
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi Enopartal import implementation.
2013-11-29 Atsushi Enomissing Project attribute causes load error at ProjectR...
2013-11-29 Atsushi EnoAllow empty function args and fix "sigle-argument is...
2013-11-29 Atsushi EnoFix fullname (dotted name) parsing in boolean expressio...
2013-11-29 Atsushi EnoNow we can directly evaluate boolean expression with...
2013-11-29 Atsushi Enofix NRE.
2013-11-29 Atsushi Enofix NRE.
2013-11-29 Atsushi Enoimplemented (hacky) method resolution for overloads...
2013-11-29 Atsushi Enosupport property function calls in tokenizer.
2013-11-29 Atsushi Enosupport type's static property access.
2013-11-29 Atsushi Enofix whitespace skipping. Do not accept sequential binar...
2013-11-29 Atsushi Enoprevent invalid sequential property reference such...
2013-11-29 Atsushi Enocouple of tokenization fixes with more tests.
2013-11-29 Atsushi Enomade several fixes in jay-based expression parser and...
2013-11-29 Atsushi Enofix test for GetPropertyValueEscaped(). (expects WTF...
2013-11-29 Atsushi Enoevaluate condition on PropertyGroup too.
2013-11-29 Atsushi Enoevaluate Condition on property to add Properties list.
2013-11-29 Atsushi Enoproperty reference is valid in Condition too.
2013-11-29 Atsushi Enoimplement well-known and reserved properties.
2013-11-29 Atsushi EnoItem references can be evaluated as boolean and hence...
2013-11-29 Atsushi Enofix tests that incorrectly allowed empty/missing Includ...
2013-11-29 Atsushi Enoimplement string literal boolean evaluation.
2013-11-29 Atsushi Enoforgot to commit exception change.
2013-11-29 Atsushi Enofix IndexOutOfRangeException for parsing "$" "@" or...
2013-11-29 Atsushi Enoimplement IsDirty() (incomplete of course), MarkDirty...
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi EnoRaise error when project item has empty Include attribu...
2013-11-29 Atsushi EnoProjectItems are created after splitting Include paths...
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi Enodelete generated code.
2013-11-29 Atsushi EnoAltered expression parser to hand-written one (which...
2013-11-29 Atsushi EnoAdd full-scratch expression parser implementation.
2013-11-29 Atsushi Enoimplemented couple of Project members, while changing...
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi Enoimplement ProjectItem and co.
2013-11-29 Atsushi EnoProjectItemDefinition.ItemType was not initialized...
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi Enoimplement ProjectItemDefinition and co.
2013-11-29 Atsushi Enoimplement Project.RemoveProperty() and ProjectProperty...
2013-11-29 Atsushi Enoimplement several ProjectProperty types.
2013-11-29 Atsushi Enofix csproj too.
2013-11-29 Atsushi Enofix wrong type nest for added event handler and args.
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi EnoAdded missing ProjectCollection events and co.
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi Enoimplement basic ProjectProperty members.
2013-11-29 Atsushi EnoAdd more tests and fixes in Construction loaders.
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi Enoimplement toolset and build related members.
2013-11-29 Atsushi Enoforgot to add ProjectCollectionTest.cs.
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi EnoAdd more project loader tests.
2013-11-29 Atsushi EnoFix regarding GetProjectInstanceForBuild(), and added...
next