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
2013-12-03Some parser error message got source string for Condition evaluation.Atsushi Eno
2013-12-03Enable parallel build test, with successful command, now that ConsoleLogger i...Atsushi Eno
2013-12-03Fixed Task output item string result creator and fixed test expectation.Atsushi Eno
2013-12-03Improve item evaluation whitespace handling.Atsushi Eno
2013-12-03disable parallel build test because it is ConsoleLogger which does not work f...Atsushi Eno
2013-12-03ProjectTaskOutputPropertyInstance was not appropriately created.Atsushi Eno
2013-12-03Make sure to use BuildNodeManager in any build run, and corrected error handl...Atsushi Eno
2013-12-03LoadProject() should add the loaded project to the collection.Atsushi Eno
2013-12-03Give Project FullPath a unique name for each test so that error outputs could...Atsushi Eno
2013-12-03couple of minor refactoring and warnings cleanup.Atsushi Eno
2013-12-03fix test file name.Atsushi Eno
2013-12-03Handle target Inputs and Outputs so that extra targets can be skipped. Add so...Atsushi Eno
2013-12-03For Condition, "yes", "no", "on" and "off" are also treated as valid boolean...Atsushi Eno
2013-12-03ProjectInstance never had valid ToolsVersion because ProjectRootElement holds...Atsushi Eno
2013-12-03Fix ProjectInstance.ToolsVersion, never returned valid value.Atsushi Eno
2013-12-03add some workaround for "PLATFORM" property that should not be filled by envi...Atsushi Eno
2013-12-03Fix ContinueOnError evaluation (was almost always true). Add more logging.Atsushi Eno
2013-12-03handle Target/@DependsOnTargets. To make it possible, some code reorganization.Atsushi Eno
2013-12-03Fix bogus expression tokenizer that failed at parenthesized expressions with ...Atsushi Eno
2013-12-03slightly changed Csc task test project structure so that it could at least la...Atsushi Eno
2013-12-03implement ProjectIntance.AddItem().Atsushi Eno
2013-12-03Set Task properties before running it, and get output task parameters when done.Atsushi Eno
2013-12-03workaround threading by Task isse. Also fix regression on "no target found" c...Atsushi Eno
2013-12-03ongoing task database implementation.Atsushi Eno
2013-12-03implement basic node management skeleton (which does not really manage nodes,...Atsushi Eno
2013-12-03Ongoing build engine implementation and some fixes in build submission handling.Atsushi Eno
2013-12-03Add IBuildEngine implementation, required to expose some features to tasks.Atsushi Eno
2013-12-03add test for BuildManager.PendBuildRequest(). Looks like it's mostly for inte...Atsushi Eno
2013-12-03add missing license headers.Atsushi Eno
2013-12-03Add test for BuildSubmission (which is mostly for build operation so far).Atsushi Eno
2013-12-03Implement more precise DefaultTargets handling.Atsushi Eno
2013-12-03fix some string evaluator tests. Some of them even fails in prop values.Atsushi Eno
2013-12-03Sequence of comparison expressions (A==B==C) is invalid. Avoid ANE on propert...Atsushi Eno
2013-12-03Add missing built-in properties. Resolve properties on import paths. Resolve ...Atsushi Eno
2013-12-03some BuildSubmission and BuildResult implementation, as well as tiny bit of b...Atsushi Eno
2013-12-03sorted out BuildManager build logic up to BuildSubmission.Execute().Atsushi Eno
2013-12-03Add missing ProjectPropertyGroupTaskIntance and descendant, and implement mor...Atsushi Eno
2013-12-03implemented more ProjectInstance family. Enabled some tests back.Atsushi Eno
2013-12-03implement basic project loader for ProjectInstance.Atsushi Eno
2013-12-03implement ProjectMetadataInstance and add some MS.Build.Execution tests.Atsushi Eno
2013-12-03add another GetLoadedProject() test, this time with ProjectInstance.Atsushi Eno
2013-12-03implement GetLoadedProject(), ProjectAdded and adjust relevant methods.Atsushi Eno
2013-12-03Added workaround for DirectoryScanner bug that finds multiple files. Then imp...Atsushi Eno
2013-12-03implement item wildcard support, except for "**" which looks buggy at Directo...Atsushi Eno
2013-12-03implemented well-known item metadata.Atsushi Eno
2013-12-03Fix API for ProjectItemElement.Condition. Add test for item definition Condit...Atsushi Eno
2013-12-03Fix MSBuildThisFile reserved property value (empty by default).Atsushi Eno
2013-12-03got imports working. Imported ProjectRootElement needed XmlReader to load it.Atsushi Eno
2013-12-03partal import implementation.Atsushi Eno
2013-12-03missing Project attribute causes load error at ProjectRootElement level.Atsushi Eno