mono.git
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...
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi Enoimplement ProjectMetadataInstance and add some MS.Build...
2013-12-03 Atsushi Enoadd another GetLoadedProject() test, this time with...
2013-12-03 Atsushi Enoimplement GetLoadedProject(), ProjectAdded and adjust...
2013-12-03 Atsushi EnoAdded workaround for DirectoryScanner bug that finds...
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi Enomake TaskItem available (as internal) in Microsft.Build...
2013-12-03 Atsushi Enoimplement item wildcard support, except for "**" which...
2013-12-03 Atsushi Enoimplement IsImported.
2013-12-03 Atsushi Enoimplemented well-known item metadata.
2013-12-03 Atsushi EnoFix API for ProjectItemElement.Condition. Add test...
2013-12-03 Atsushi EnoGetMetadataValue() returns "" if metadata is not found.
2013-12-03 Atsushi EnoFix MSBuildThisFile reserved property value (empty...
2013-12-03 Atsushi Enogot imports working. Imported ProjectRootElement needed...
2013-12-03 Atsushi EnoFor expression, string equality comparison is done...
2013-12-03 Atsushi Enofix couple of regressions caused by lazy evaluation...
2013-12-03 Atsushi Enoupdate .csproj.
2013-12-03 Atsushi Enopartal import implementation.
2013-12-03 Atsushi Enomissing Project attribute causes load error at ProjectR...
2013-12-03 Atsushi EnoAllow empty function args and fix "sigle-argument is...
2013-12-03 Atsushi EnoFix fullname (dotted name) parsing in boolean expressio...
2013-12-03 Atsushi EnoNow we can directly evaluate boolean expression with...
2013-12-03 Atsushi Enofix NRE.
2013-12-03 Atsushi Enofix NRE.
2013-12-03 Atsushi Enoimplemented (hacky) method resolution for overloads...
2013-12-03 Atsushi Enosupport property function calls in tokenizer.
2013-12-03 Atsushi Enosupport type's static property access.
2013-12-03 Atsushi Enofix whitespace skipping. Do not accept sequential binar...
2013-12-03 Atsushi Enoprevent invalid sequential property reference such...
2013-12-03 Atsushi Enocouple of tokenization fixes with more tests.
2013-12-03 Atsushi Enomade several fixes in jay-based expression parser and...
2013-12-03 Atsushi Enofix test for GetPropertyValueEscaped(). (expects WTF...
2013-12-03 Atsushi Enoevaluate condition on PropertyGroup too.
2013-12-03 Atsushi Enoevaluate Condition on property to add Properties list.
2013-12-03 Atsushi Enoproperty reference is valid in Condition too.
2013-12-03 Atsushi Enoimplement well-known and reserved properties.
2013-12-03 Atsushi EnoItem references can be evaluated as boolean and hence...
2013-12-03 Atsushi Enofix tests that incorrectly allowed empty/missing Includ...
2013-12-03 Atsushi Enoimplement string literal boolean evaluation.
2013-12-03 Atsushi Enoforgot to commit exception change.
2013-12-03 Atsushi Enofix IndexOutOfRangeException for parsing "$" "@" or...
2013-12-03 Atsushi Enoimplement IsDirty() (incomplete of course), MarkDirty...
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi EnoRaise error when project item has empty Include attribu...
2013-12-03 Atsushi EnoProjectItems are created after splitting Include paths...
2013-12-03 Atsushi Enoupdate csproj.
2013-12-03 Atsushi Enodelete generated code.
next