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
2018-03-09Issue #24343 Vector Ctor using SpanWinCPP
2018-03-08Merge pull request #27831 from ericstj/updateVSConfigsEric StJohn
2018-03-08Update SLNs and projects to be in sync with configurationsEric St. John
2018-03-08Add new resource stringJan Kotas
2018-03-03Delete unnecesary workarounds (#27663)Jan Kotas
2018-03-02Re-enable UAP builds (#27531)Simon Nattress
2018-02-15Remove intrinsic from Vector4:op_Division(struct,float) (#27122)Ben Adams
2018-02-04Use Vector<T> from System.Private.CoreLib.Eric Erhardt
2018-01-31Replace JitIntrinsicAttribute with IntrinsicAttribute (#26700)Jan Kotas
2018-01-31Move Vector<T> to the shared CoreLib partition. (#26656)Eric Erhardt
2018-01-14Cleanup CodeContracts annotations (#26324)Jan Kotas
2018-01-12Update references assemblies to include private fields for structsWes Haggard
2017-10-24Fix System.Data.Odbc configurations for support package and run UpdateVSConfi...Santiago Fernandez Madero
2017-10-07Add build Configurations.props to performance tests (#24493)Santiago Fernandez Madero
2017-09-01Fix library packages overlapping with framework packagesEric St. John
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