implemented well-known item metadata.
[mono.git] / mcs /
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...
2013-11-29 Atsushi Enoupdate csproj.
2013-11-29 Atsushi Enoimplement Project.Build() and ProjectInstance.Build...
2013-11-29 Atsushi Enofill ElementLocation items at loading. Fix Subtool...
2013-11-29 Atsushi Enoupdate .csproj.
2013-11-29 Atsushi EnoAdd BuildEventContextTest and slightly made Equals...
2013-11-29 Atsushi Enoupdate test csproj.
2013-11-29 Atsushi EnoFix ProjectRootElement.DirectoryPath. Add unit test...
2013-11-29 Atsushi Enoupdate MS.Build csproj to the latest status.
2013-11-29 Atsushi EnoFix net_4_0 build.
2013-11-29 Atsushi Enoadd BuildEventContext to .csproj.
2013-11-29 Atsushi EnoAdd BuildEventContext.
2013-11-29 Atsushi Enoupdate MS.Build test csproj.
2013-11-29 Atsushi EnoAdd ToolsetTest and fix Toolset construction.
2013-11-29 Atsushi EnoFix MS.Build.Tasks.csproj build too.
2013-11-29 Atsushi Enofix test csproj build.
2013-11-29 Atsushi Enoupdate MS.Build.csproj.
2013-11-29 Atsushi Enoimplement ProjectCollection.Toolsets.
2013-11-29 Atsushi EnoAdd ToolLocationHelper and co. to MS.Build.dll (as...
2013-11-29 Atsushi EnoToolLocationHelper is now used in MS.Build.dll too...
2013-11-29 Atsushi EnoAdd IBuildEngine3 and IBuildEngine4 to csproj.
2013-11-29 Atsushi EnoAdd IBuildEngine3 and IBuildEngine4.
2013-11-29 Atsushi EnoAdd missing tests in csproj.
2013-11-29 Atsushi EnoMS.Build.dll: Add more missing members and implementati...
2013-11-29 Atsushi Enoimplement some MS.Build members as well as adding missi...
2013-11-29 Atsushi EnoAdd missing ProjectInstance family.
2013-11-29 Atsushi Enoimplement various not-implemented types in Microsoft...
2013-11-29 Atsushi EnoAdd hacking MSBuild solution for MSBuild libraries.
2013-11-29 Marek Safar[mcs] Implements definite assignment of expressions
2013-11-29 Marek SafarFixes build
2013-11-27 Marek Safar[corlib] Better exception message for unexpected task...
2013-11-27 Alex Rønne PetersenMerge pull request #812 from ColdPie1/master
2013-11-27 Rodrigo KumperaMerge pull request #815 from tmds/master
2013-11-27 Marek Safar[mcs] Emit this initializer for structs. Fixes #16430
2013-11-26 Master TSocketTest: added tests for multicast index handling...
2013-11-26 Marek Safar[mcs] Don't merge unreachable if blocks
2013-11-26 Alex Rønne PetersenMerge pull request #818 from hanswolff/patch-1
2013-11-26 Marek Safar[mcs] Fix flow analysis of infinite for statement with...
2013-11-26 Marek Safar[mcs] Run struct field assignment check on every exit...
2013-11-26 Marek Safar[mcs] Reachability analysis of constant switch
next