Merge pull request #1082 from esdrubal/bug19287
[mono.git] / mcs / class / Microsoft.Build / Microsoft.Build.Internal / ExpressionParserManual.cs
2014-06-04 Marek SafarMerge pull request #1082 from esdrubal/bug19287
2014-06-03 Alex Rønne PetersenMerge pull request #1079 from esdrubal/webclient_cancel
2014-06-02 Zoltan VargaMerge pull request #1070 from tpokorra/FixTarball
2014-06-02 Atsushi Eno[MS.Build] fix some issues around quoted string handling.
2014-06-02 Atsushi Eno[MS.Build] '\\' is also escaped syntax, so parse it...
2014-06-02 Atsushi Eno[MS.Build] fix function call expression parsing wrt...
2014-05-28 Jeffrey StedfastMerge pull request #1048 from DavidKarlas/cacheThreadsA...
2014-05-27 Sebastien PouliotMerge pull request #1057 from lextm/master
2014-05-26 Marek SafarMerge pull request #1033 from godFather89/master
2014-05-23 Marek SafarMerge pull request #1051 from josedonizetti/bug11916...
2014-05-22 Atsushi EnoMerge pull request #924 from marcusva/master
2014-05-22 Marek SafarMerge pull request #164 from LogosBible/AppSettingsFile...
2014-05-22 Alex Rønne PetersenMerge pull request #1045 from sethjackson/master
2014-05-22 Alex Rønne PetersenMerge pull request #1046 from sethjackson/null-gc
2014-05-21 Alex Rønne PetersenMerge pull request #1032 from miguelzf/master
2014-05-21 Alex Rønne PetersenMerge pull request #1044 from ranma42/fix-icc-build
2014-05-21 Atsushi Eno[MS.Build] Fix metadata item parsing wrong indexing.
2014-04-12 Alex Rønne PetersenMerge pull request #656 from LogosBible/collection_lock
2014-04-12 Alex Rønne PetersenMerge pull request #273 from joncham/bug-getpid
2014-04-11 Alexis ChristoforidesMerge pull request #845 from meyerrj/master
2014-03-18 Marek SafarMerge pull request #963 from kebby/master
2014-03-06 Marek SafarMerge pull request #866 from linquize/content-type...
2014-02-20 Marek SafarMerge pull request #907 from enricosada/era_names
2014-02-20 Atsushi EnoFix item expression parsing, indexes were wrong to...
2014-02-12 Miguel de IcazaMerge pull request #820 from brendanzagaeski/master
2014-02-12 Miguel de IcazaMerge pull request #819 from brendanzagaeski/patch-1
2014-02-12 Miguel de IcazaMerge pull request #796 from alesliehughes/master
2014-02-12 Miguel de IcazaMerge pull request #778 from cmorris98/master
2014-01-03 Michael HutchinsonMerge pull request #822 from carlosmn/asp-pc
2013-12-12 Zoltan VargaMerge pull request #806 from AxlPr/master
2013-12-08 Marek SafarMerge pull request #817 from desdesdes/master
2013-12-03 Alex Rønne PetersenMerge branch 'armhf' of github.com:alexrp/mono
2013-12-03 Atsushi Enoimplement MetadataAccessExpression evaluate methods.
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 EnoFor expression stuff, change namespace to MS.Build...
2013-12-03 Atsushi EnoFix bogus expression tokenizer that failed at parenthes...
2013-12-03 Atsushi Enoadd missing copyright headers.
2013-12-03 Atsushi EnoSeveral fixes on manual expression parser with related...
2013-12-03 Atsushi Enoimplement basic project loader for ProjectInstance.
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 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 Enoevaluate Condition on property to add Properties list.
2013-12-03 Atsushi Enofix IndexOutOfRangeException for parsing "$" "@" or...
2013-12-03 Atsushi EnoProjectItems are created after splitting Include paths...
2013-12-03 Atsushi EnoAltered expression parser to hand-written one (which...
2013-11-29 Atsushi Enoimplement MetadataAccessExpression evaluate methods.
2013-11-29 Atsushi EnoSTRING_LITERAL could contain expandable expressions...
2013-11-29 Atsushi Enoremove redundant "throw NIE".
2013-11-29 Atsushi Enoimplement ExpressionParserManual.EvaluateMetadataExpres...
2013-11-29 Atsushi EnoFor expression stuff, change namespace to MS.Build...
2013-11-29 Atsushi EnoFix bogus expression tokenizer that failed at parenthes...
2013-11-29 Atsushi Enoadd missing copyright headers.
2013-11-29 Atsushi EnoSeveral fixes on manual expression parser with related...
2013-11-29 Atsushi Enoimplement basic project loader for ProjectInstance.
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 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 Enoevaluate Condition on property to add Properties list.
2013-11-29 Atsushi Enofix IndexOutOfRangeException for parsing "$" "@" or...
2013-11-29 Atsushi EnoProjectItems are created after splitting Include paths...
2013-11-29 Atsushi EnoAltered expression parser to hand-written one (which...