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
2016-10-29[Microsoft.Build] Ignore ThreadAbortException in BuildNodeManagerAlexander Köplinger
2016-03-22[Microsoft.Build] Set IsBackground on builder threadmhutch
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2014-08-13[MS.Build] when building MSBuild task, inherit properties.Atsushi Eno
2014-06-05[MS.Build] metadata is also replaced its windows path separators.Atsushi Eno
2014-06-02[MS.Build] ProjectOnErrorInstance should not cause build failure.Atsushi Eno
2014-06-02[MS.Build] when evaluated as object, do not add extra quotes.Atsushi Eno
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-06-02[ms.build] make sure that we don't skip any other kind of child under target ...Atsushi Eno
2014-06-02[MS.Build] simplify IBuildEngine.Build() implementation, and build the argume...Atsushi Eno
2014-06-02[ms.build] several fixes in BuildEngine4.Atsushi Eno
2014-05-23[MS.Build] fix some TaskFactory related bugs uncovered by CodeTaskFactory impl.Atsushi Eno
2014-05-21[MS.Build] Fix metadata item parsing wrong indexing.Atsushi Eno
2014-05-20[MS.Build] add internal expression debugging helper strings.Atsushi Eno
2014-05-20[ms.build] remove unused code.Atsushi Eno
2014-05-19[MS.Build] now ITaskItem impl. in BuildEngine4 behaves consistent with MS.Bui...Atsushi Eno
2014-05-16[MS.Build] for item metadata access expression, remove surrounding ' and ".Atsushi Eno
2014-05-16[MS.Build] more cleanup (remove debugging, kill extra code).Atsushi Eno
2014-05-15Fixes 60d7997e0233d8aee833dab5c7b5c14df124dd16 commitMarek Safar
2014-05-15[MS.Build] cleanup ITaskItem evaluation related old code.Atsushi Eno
2014-05-15[MS.Build] now ITaskItems are collected while evaluating expression and metad...Atsushi Eno
2014-05-15[MS.Build] skip null string entry as input to string.Join().Atsushi Eno
2014-05-15[msbuild] ongoing ITaskItem input parameter handling improvements.Atsushi Eno
2014-05-15[MS.Build] more of the same (remove obsolete comment).Atsushi Eno
2014-05-15[MS.Build] remove extraneous expression evaluation code.Atsushi Eno
2014-05-15[MS.Build] output item was dropping metadata after running task.Atsushi Eno
2014-02-20When comparing string expressions, A, "A" and 'A' should be regarded as equiv...Atsushi Eno
2014-02-20Fix item expression parsing, indexes were wrong to parse after "->" .Atsushi Eno
2014-02-20ITaskItem.GetMetadata() implementations should not return null, but return "".Atsushi Eno
2014-02-20Now our MS.Build.dll behaves like MS.Build.Engine.dll, replace \ with / at ex...Atsushi Eno
2014-02-20Task load failures should not result in build errors, should be just warnings.Atsushi Eno
2014-02-20Fix ElementLocation.File to NOT contain file URI, and then load task assembly...Atsushi Eno
2014-02-20UsingTasks are not collected expectedly when imports are involved.Atsushi Eno
2014-02-20do not try to load assembly with empty string specification. Add tests for im...Atsushi Eno
2014-02-20There is no local scope for properties and items that can be defined in a Tar...Atsushi Eno
2014-01-24Log target build error.Atsushi Eno
2014-01-24Make sure to fail build when exception is thrown while building a target.Atsushi Eno
2014-01-24add comment on MSB4057.Atsushi Eno
2014-01-23Path existence and lookup is now based on insensitive search.Atsushi Eno
2014-01-23comment out error check on Inputs/Outputs mismatch.Atsushi Eno
2014-01-23implement OnError on target.Atsushi Eno
2014-01-23Exists() needs to normalize Windows path first.Atsushi Eno
2014-01-07BuildEngine4 must not be reused as IBuildEngine when building another project...Atsushi Eno
2014-01-07skip Condition and ContinueOnError as task parameters. Do not use null toolsV...Atsushi Eno
2014-01-07BuildEngine4 must not be reused as IBuildEngine when building another project...Atsushi Eno
2014-01-07skip Condition and ContinueOnError as task parameters. Do not use null toolsV...Atsushi Eno
2013-12-03Some parser error message got source string for Condition evaluation.Atsushi Eno
2013-12-03Target items related fixes - give diagnostic outputs for initial items. Evalu...Atsushi Eno