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

github.com/mono/corefx.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src/Tools
AgeCommit message (Expand)Author
2017-04-20Adding type-forwards for ValueTuple to desktop 4.7 (#18519)Julien Couvreur
2017-04-17Disabling signing for Corefx.Tools task libraryWes Haggard
2017-04-12Make `netfx` mean `net461` instead of `net463`Eric St. John
2017-04-11Hack around problem in GenerateDepsJson, update buildtools.Eric Mellino
2017-04-11Add NugetTargetMonikerShort to mono definitionEric Mellino
2017-04-11PR feedbackEric Mellino
2017-04-11Move corefx onto the .NET Core 2.0 toolsetEric Mellino
2017-04-03Make BinPlacing support custom source & set propsEric St. John
2017-04-01Add "mono" configuration (#17573)Ludovic Henry
2017-03-10Enable Pinvoke checker and baseline violations (#16704)Dan Moseley
2017-03-06Fix deps.json generator bugDrew Scoggins
2017-02-28Initial set of changes to get System.DirectoryServices.Protocols and System.D...Jay Simmons
2017-02-27Merge pull request #16431 from ericstj/binplacePackageFileList.2Eric StJohn
2017-02-25Fix typos: occurred/occurrence (#16459)Paul Harrington
2017-02-24Use file lists for packaging rather than copiesEric St. John
2017-02-24Set EnableWinRT property in configuration system. (#16423)Wes Haggard
2017-02-21Fix mscorlib-portable build of ValueTupleEric St. John
2017-02-17Config system should flow insignificant propertiesEric St. John
2017-02-17Merge pull request #16191 from ericstj/packagesEric StJohn
2017-02-17Generate xunit runner config automatically (#16215)Tarek Mahmoud Sayed
2017-02-16Enable package buildEric St. John
2017-02-05Trim references to mscorlib.dll from CoreCLR packageJan Kotas
2017-02-04Switch to using raw slashes for solution path normalization across platformsWes Haggard
2017-02-04Update Solution files to use windows path slashes.Wes Haggard
2017-02-03Fix legacy builds of RuntimeInformationEric St. John
2017-02-03Merge pull request #15734 from mellinoe/genfacades-task-febEric Mellino
2017-02-03Respond to PR feedbackEric Mellino
2017-02-03Add solution generation to the UpdateVSConfigurations taskWes Haggard
2017-02-03Add ProjectGuids for all projects and empty configs for projects without Buil...Wes Haggard
2017-02-03Change UpdateVSConfiguration tasks to add ProjectGuild and empty configsWes Haggard
2017-02-03Update to buildtools containing GenFacades taskEric Mellino
2017-02-02Adding UAPAOT vertical and configurationsJose Perez Rodriguez
2017-01-31Fix configurations for UAPEric St. John
2017-01-31Merge pull request #15641 from ericstj/updateProjectConfigurationsWes Haggard
2017-01-31Merge pull request #15616 from ericstj/buildMultipleConfigurationsEric StJohn
2017-01-31Rename ValidateVSConfigurations to UpdateVSConfigurationsEric St. John
2017-01-31Change ValidateVSConfigurations.cs to UpdateVSConfigurations.csEric St. John
2017-01-31Add a task&target to update project configurationsEric St. John
2017-01-30Add support multiple BuildConfigurationsEric St. John
2017-01-27Use configurations to select binplace pathsEric St. John
2017-01-27Rename FindBestConfiguration.cs to FindBestConfigurations.csEric St. John
2017-01-26Fix uap Configurations for a few librariesJose Perez Rodriguez
2017-01-20Adding missing Configurations.props for refs and fixing the existing ones (#1...Jose Perez Rodriguez
2017-01-20Merge pull request #15335 from ericstj/useConfigurationInExternalEric StJohn
2017-01-20Use BuildConfigurations for externalEric St. John
2017-01-19Merge pull request #15325 from ericstj/persistBuildConfigurationPropertiesEric StJohn
2017-01-19Persist property values parsed from BuildConfigurationEric St. John
2017-01-19Add RuntimeOS packages - Private.CoreFx.NETCoreAppEric St. John
2017-01-18Update project configuration and sln files (#15182)Karthik Rajasekaran
2017-01-12Execute tests with dotnet cli (#14823)Karthik Rajasekaran