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
AgeCommit message (Collapse)Author
2017-06-15Update Pinvoke baselines to match latest modernapis.xml entries (#21028)Dan Moseley
* Pinvoke updates * S.S.AccessControl * csp * Networking * Add issues * comment * Remove memory mapped file baseline * Fix RtlGetVersion * Remove unnecsesary baseline * Remove dead condition * Add comments * Update buildtools * Add GetKeyState to OneCore baseline * baselines * Fix violation in RI
2017-06-12Update buildtools to version 2.0.0-prerelease-01712-01. (#20941)Eric Mellino
2017-06-09Update buildtools to 2.0.0-prerelease-01708-02 (#20877)Eric Mellino
2017-06-08Update buildtools to 2.0.0-prerelease-01708-01 (#20824)Eric Mellino
2017-06-07Update buildtools to 2.0.0-prerelease-01706-03Eric Mellino
2017-06-06Update buildtools to 2.0.0-prerelease-01706-01Eric Mellino
2017-06-05Update buildtools (#20651)Matt Ellis
This brings in the new version of buildtools that publishes the tool-runtime as a portable application instead of standalone. The source file changes are to remove some non unicode characters in files that were tripping Roslyn up.
2017-06-02Update BuildToolsVersion.txtMatt Galbraith
Pick up build tools version to hopefully prevent seg fault seen in official builds.
2017-06-01Update BuildToolsVersionSantiago Fernandez
2017-05-26Update buildtools and extensions and do tests cleanup for new attributes ↵Santiago Fernandez Madero
behavior (#20333) * Update buildtools and extensions and do tests cleanup for new attributes behavior
2017-05-24Update BuildTools version to 2.0.0-prerelease-01623-02Wes Haggard
2017-05-17Update to BuildTools 2.0.0-prerelease-01616-05Matt Ellis
This will pick up Eric M's recent fix to crossgen.sh to detect the correct version of the shared framework instead of hard coding a version. Recent updates to the CLI we consume caused the static number to be incorrect.
2017-05-12Changes to support ARM-requeue for UAPAOT testingMatt Galbraith
2017-05-10Update CLI to latest that shipped in preview1Eric St. John
Update the CLI we're using to the version shipped in preview1. This required a minor update to buildtools to fix tool-runtime publishing. It also let me delete an exception in our package testing.
2017-05-10Add nice messages for assemblies with autogenerated PNSE (#19506)Sepideh Khoshnood
* Add nice messages for assemblies with autogenerated PNSE * Fix failing builds * Apply feedback * Temporary workaround for Microsoft.Win32.Registry which needs using System statement * Add new resource files * Temporary workaround for System.Security.Cryptography.Cng which needs using System statement on Unix platforms * Update BuildTools version and use resource strings for all PNSE messages * Fix builds * Fix typo
2017-05-10Update the packaging license link to MIT (#19559)Tarek Mahmoud Sayed
2017-05-10Update the build tools version (#19541)Alex Ghiondea
2017-05-09Update buildtools version (#19485)Alex Ghiondea
2017-05-03Update buildtools versionSantiago Fernandez
2017-04-28Update buildtools to 2.0.0-prerelease-01528-03Eric St. John
2017-04-28Update to BuildTools 2.0 versionWes Haggard
2017-04-28Move local corefx targets/tasks to BuildToolsWes Haggard
This change mostly deals with moving Tools-Override and CoreFxTools task library to BuildTools and consuming them from there instead.
2017-04-25Update buildtools to 1.0.27-prerelease-01524-01Eric StJohn
2017-04-18Update BuildTools to 1.0.27-prerelease-01518-01Eric St. John
2017-04-18Sign System.JSON with original Silverlight key (#18558)Tarek Mahmoud Sayed
* Sign System.JSON with original Silverlight key * add comments * update the comment
2017-04-14Add support for local Helix execution.Matt Galbraith
Fixed issue with duplicated correlation payload while I was in the file.
2017-04-12Update buildtools to 1.0.27-prerelease-01512-01.Eric Mellino
Contains a fix in PrereleaseResolveNugetPackageAssets to allow it to work in a repository with a non-lowercase-path.
2017-04-12Update buildtools and merge in changes to codeOptimization.targets.Eric Mellino
* Buildtools version: 1.0.27-prerelease-01511-02
2017-04-11Hack around problem in GenerateDepsJson, update buildtools.Eric Mellino
After moving to the deps file from the 2.0 shared framework, there were some issues in running tests, because some files listed in the deps file are not present in our test shared framework. I've added some logic to the GenerateDepsJson file which removes these invalid items.
2017-04-08Revert "Merge pull request #18043 from safern/CopyConfigFile" (#18113)Dan Moseley
This reverts commit 8b3c00781a82d1239dc2e6da8d443d491add8a39, reversing changes made to f9bca96f57feeb1092b2245377e8f66436c9ddfc.
2017-04-07Update buildtoolsversion and copy config file over to test folderSantiago Fernandez
2017-03-31Enable sending uapaot test runs to Helix (#17493)Jose Perez Rodriguez
Enable sending uapaot test runs to Helix
2017-03-30Bump the build tools version in order to get the updated UAP test tools. ↵Alex Ghiondea
(#17663)
2017-03-29Restore UAP test tools via a package from internal feed. (#17585)Alex Ghiondea
* Get the UAP test tools from a package on the internal feed.
2017-03-25Update tools version to apply my fix of multi-queue (#17510)smile21prc
The fix PR is: https://github.com/dotnet/buildtools/commit/1c1b41b09c7125c1d90584981424a63445b9c97e
2017-03-21Update buildtools to 1420-03Eric Mellino
2017-03-17Update buildtools to 1.0.27-prerelease-01417-01Eric St. John
2017-03-15Update BuildTools to 1.0.27-prerelease-01415-02Eric St. John
2017-03-13Pick up BuildToolsVersion that understands changed formattingMatt Galbraith
2017-03-08Update BuildTools to 1.0.27-prerelease-01407-02, include symbols in packages ↵chcosta
(#16838)
2017-03-08Cloud test refactoring into UploadTests.proj (#16803)Matt Galbraith
* Move understanding of scriptrunner.py into CloudTest.Helix.Targets Update BuildToolsVersion to pick up refactored CloudTest behavior. Refactor CloudTest.targets to repo-specific * Rename UploadTests to upload-tests.
2017-03-07Update BuildTools to version 1.0.27-prerelease-01406-02Wes Haggard
Need to pickup https://github.com/dotnet/buildtools/pull/1373.
2017-03-06Rev Build Tools versionDrew Scoggins
2017-03-03Update buildtools version to 1.0.27-prerelease-01402-02Christopher Costa
2017-03-02Update buildtools to 1.0.27-prerelease-01401-06Eric St. John
2017-03-01Restore ilasm from external directoryEric Mellino
* Also, re-enable all of the projects that were disabled because ilasm didn't work outside Windows.
2017-02-28Revert "Update buildtools and re-enable projects disabled due to Unix ilasm"Eric Mellino
This reverts commit 29029cf396cdef2933f3bc97fe9db8affe35ba7a.
2017-02-27Update buildtools and re-enable projects disabled due to Unix ilasmEric Mellino
2017-02-23Add NETStandard.Library meta-package to package indexEric St. John
Also update buildtools to understand meta-packages in package index.
2017-02-21Download packages for harvestingEric St. John
This brings back the project that download last-shipped stable packages for the purpose of harvesting assets and support. In doing this I found a bug in buildtools that requried a fix & had to update the packageIndex.