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 (Expand)Author
2017-08-11Moving PlatformDetection to Corefx.Private.TestUtilities assembly (#23109)Tarek Mahmoud Sayed
2017-07-06Merge pull request #21893 from mellinoe/vector-sqrt-test-precisionEric Mellino
2017-07-05Capture full strings of SquareRoot input values.Eric Mellino
2017-07-05Simplify infinity checks in GenericVectorTests.Eric Mellino
2017-07-05Respond to PR feedbackEric Mellino
2017-07-05Don't use MathF in tests -- not available on netfx.Eric Mellino
2017-07-05Add precision allowance and significantly better logging to Vector.SquareRoot...Eric Mellino
2017-07-04Merge pull request #21836 from joperezr/uapvnextJose Perez Rodriguez
2017-07-04Renaming uap10.1 to uap10.0.15138Jose Perez Rodriguez
2017-07-03Move AssertExtensions to Corefx.Private.TestUtilities (#21799)Hugh Bellamy
2017-06-30Merge pull request #21681 from weshaggard/UpdateIntellisenseWes Haggard
2017-06-29Remove explicit documentation file from System.Numeric.VectorsWes Haggard
2017-06-29Disable performance tests for uap when running in arm (#21674)Santiago Fernandez Madero
2017-06-23Convert most Assert.Throws<ArgumentException> without param name to AssertExt...Hugh Bellamy
2017-06-20Disable an Assert.Throws that is not honored by the optimizer.Hongtao Yu
2017-06-01ActiveIssue test failure in System.Numerics.Vectors.Tests (#20533)Atsushi Kanamori
2017-05-17Increment versions post 2.0Eric St. John
2017-05-15Enable most corefx tests for Bash on WindowsJason Lin
2017-05-09Fix duplicate types in System.Numerics.Vectors on net46Eric St. John
2017-04-25Merge pull request #18766 from ericstj/removeIsDesktopFacadeEric StJohn
2017-04-25Remove use of IsDesktopFacadeEric St. John
2017-04-21Do not run "infinite far plane" Matrix4x4 tests on .NET Framework.Eric Mellino
2017-04-20Merge pull request #18658 from hseok-oh/fix_18601Stephen Toub
2017-04-20Fix typoHyeongseok Oh
2017-04-19Modify System.Numerics.Vectors unittestHyeongseok Oh
2017-04-18Re-enable package validation and clean up package contentEric St. John
2017-04-10Updates how we define which key an assembly usesWes Haggard
2017-03-23Merge pull request #17090 from jesperll/patch-1Eric Mellino
2017-03-22Add netstandard2.0 package assets for System.Numerics.VectorsWes Haggard
2017-03-22Update netstandard configuration for System.Numeric.VectorsWes Haggard
2017-03-22Introduced intermediate variable for determining far range. Changed tests to ...Jesper Larsen-Ledet
2017-03-22Add netstandard build of VectorsEric St. John
2017-03-21Update project configurationsEric St. John
2017-03-21Add back System.Numerics.Vectors packageEric St. John
2017-03-16Added tests to verify that Matrix4x4 perspective methods handle far plane at ...Jesper Larsen-Ledet
2017-03-16Updating System.Numerics.Vectors to use System.MathFTanner Gooding
2017-03-15Fixing up the System.Numerics.Vectors perf tests.Tanner Gooding
2017-03-14Update Matrix4x4.csJesper Larsen-Ledet
2017-02-27Merge pull request #16276 from mellinoe/narrow-widen-convertEric Mellino
2017-02-24Use file lists for packaging rather than copiesEric St. John
2017-02-23Update performance csprojsDrew Scoggins
2017-02-21Fix issues related to the debug overflow checking we added.Eric Mellino
2017-02-18Remove dead string resources (#16284)Dan Moseley
2017-02-17Add ConditionalFacts to GenericVectorTests.tt so that they are not auto-gener...Eric Mellino
2017-02-17Add Narrow, Widen, and Conversion methods to System.Numerics.Vectors.Eric Mellino
2017-02-17Re-enable Vector3GetHashCodeTest test (#16267)Stephen Toub
2017-02-16Remove all .builds files under pkg/ref/src/tests library foldersWes Haggard
2017-02-10Updated Vector and GenericVectorTest templatesDennis "D.C." Dietrich
2017-02-10Marking code as unchecked (pt 5)Dennis "D.C." Dietrich
2017-02-08Prepare uap package (#15866)Jose Perez Rodriguez