Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-02[MS.Build] fix some issues around quoted string handling.Atsushi Eno
2014-06-02[MS.Build] '\\' is also escaped syntax, so parse it carefully too.Atsushi Eno
2014-06-02[MS.Build] fix function call expression parsing wrt nested refs: $(X('$(Y)','...Atsushi Eno
2014-05-21[MS.Build] Fix metadata item parsing wrong indexing.Atsushi Eno
2014-02-20Fix item expression parsing, indexes were wrong to parse after "->" .Atsushi Eno
2013-12-03implement MetadataAccessExpression evaluate methods.Atsushi Eno
2013-12-03STRING_LITERAL could contain expandable expressions, so evaluate them too.Atsushi Eno
2013-12-03remove redundant "throw NIE".Atsushi Eno
2013-12-03implement ExpressionParserManual.EvaluateMetadataExpression().Atsushi Eno
2013-12-03For expression stuff, change namespace to MS.Build.Internal.Expressionns.Atsushi Eno
2013-12-03Fix bogus expression tokenizer that failed at parenthesized expressions with ...Atsushi Eno
2013-12-03add missing copyright headers.Atsushi Eno
2013-12-03Several fixes on manual expression parser with related to function args and p...Atsushi Eno
2013-12-03implement basic project loader for ProjectInstance.Atsushi Eno
2013-12-03implemented (hacky) method resolution for overloads and varargs.Atsushi Eno
2013-12-03support property function calls in tokenizer.Atsushi Eno
2013-12-03support type's static property access.Atsushi Eno
2013-12-03prevent invalid sequential property reference such as $(X)$(Y), by explicitly...Atsushi Eno
2013-12-03couple of tokenization fixes with more tests.Atsushi Eno
2013-12-03made several fixes in jay-based expression parser and use it for boolean eval...Atsushi Eno
2013-12-03evaluate Condition on property to add Properties list.Atsushi Eno
2013-12-03fix IndexOutOfRangeException for parsing "$" "@" or "%" (one char for each).Atsushi Eno
2013-12-03ProjectItems are created after splitting Include paths by ';'.Atsushi Eno
2013-12-03Altered expression parser to hand-written one (which was kind of anticipated)...Atsushi Eno