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
2015-02-27[build] Add dependency information for class libraries using a LIB_REFS varia...Zoltan Varga
2015-01-14[bcl] Remove NET_4_5 defines from class libs.Zoltan Varga
2015-01-14[bcl] Remove NET_4_0 defines from class libs.Zoltan Varga
2015-01-13[build] Updated csproj files.Marcos Henrich
2014-12-15Use net_4_5 libraries for xbuild tests, regardless of target.Jo Shields
2014-12-15Move XBUILD_FRAMEWORK_FOLDERS_PATH definition somewhere useful & exportJo Shields
2014-12-15Revert "Use ";" not Empty as bad TargetFrameworkDirectory value"Jo Shields
2014-12-15Use ";" not Empty as bad TargetFrameworkDirectory valueJo Shields
2014-12-04Remove 4.0 profileMarek Safar
2014-12-03[xbuild] Update another default tools settingMarek Safar
2014-11-13[xbuild] Add 14.0 toolchainMarek Safar
2014-08-13[MS.Build] when building MSBuild task, inherit properties.Atsushi Eno
2014-08-13[MS.Build] add test regarding item condition and target-generated property.Atsushi Eno
2014-08-11[ms.build] add some cyclic dependency related tests (some are not working).Atsushi Eno
2014-08-11[ms.build] Fix bug #20961 - add KeepDuplicates etc. to 4.0 as internal.Atsushi Eno
2014-08-11[ms.build] Do not try to release threads upon finalization.Atsushi Eno
2014-06-28[Ms.Build] Disable 4 tests in ProjectTest and ProjectCollectionTest under NET...Alex Rønne Petersen
2014-06-05[MS.Build] disable failing test.Atsushi Eno
2014-06-05[MS.Build] metadata is also replaced its windows path separators.Atsushi Eno
2014-06-02[MS.Build] add MS.Build.dll-specific well-known property, to differentiate fr...Atsushi Eno
2014-06-02[MS.Build] ProjectOnErrorInstance should not cause build failure.Atsushi Eno
2014-06-02[MS.Build] added test for ToolLocationHelper.GetPathToStandardLibraries() to ...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] add function call releated tests.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] make env. properties are read only, and show initial properties in...Atsushi Eno
2014-06-02[MS.Build] revise previous fix; only Items are in reverse order.Atsushi Eno
2014-06-02[MS.Build] ProjectInstance needs ChildrenReversed to evaluate items.Atsushi Eno
2014-06-02[MS.Build] load ImportGroup in root.Atsushi Eno
2014-06-02[ms.build] several fixes in BuildEngine4.Atsushi Eno
2014-06-02[ms.build] pass DefaultToolsVersion from ProjectInstance to build request data.Atsushi Eno
2014-05-25[build] the csproj files can now do a full class libraries buildMiguel de Icaza
2014-05-24[build] Fresh new csproj files based on the updated build system.Miguel de Icaza
2014-05-23[MS.Build] fix some TaskFactory related bugs uncovered by CodeTaskFactory impl.Atsushi Eno
2014-05-23[MS.Build] fix default build targets to not return empty list in Project.Atsushi Eno
2014-05-21[MS.Build] fix support for MSBuildExtensionsPath* to try more than one paths.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] process Choose/When/Otherwise elements (they were left forgotten).Atsushi Eno
2014-05-20[ms.build] remove unused code.Atsushi Eno
2014-05-19[MS.Build] add "OS" _undocumented_ predefined property.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