summaryrefslogtreecommitdiff
path: root/src/classlibnative
AgeCommit message (Expand)AuthorFilesLines
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas2-5/+14
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar7-297/+0
2018-12-08Leap Seconds Support (#21420)Tarek Mahmoud Sayed2-27/+117
2018-11-22Delete System.AppDomainSetup (#21157)Jan Kotas2-83/+6
2018-11-12Some cleanup of the Math functions from #20788 (#20912)Tanner Gooding4-4/+4
2018-11-05Adding some new functions to System.Math and System.MathF (#20788)Tanner Gooding4-0/+80
2018-10-04Remove AppDomain unload (#20250)Jan Vorlicek1-1/+1
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou2-6/+0
2018-09-22Porting NumberToDouble to managed code. (#20080)Tanner Gooding3-489/+0
2018-09-20Fixing some naming conventions and removing dead code.Tanner Gooding1-3/+0
2018-09-20Removing bcltype/fp.h from native code.Tanner Gooding2-68/+0
2018-09-20Removing the Grisu3 native implementation.Tanner Gooding6-718/+0
2018-09-20Removing the Dragon4 and DoubleToNumber native implementation.Tanner Gooding5-1059/+0
2018-09-06Removing i386/fptext.asm in favor of using the shared implementation in numbe...Tanner Gooding1-9/+0
2018-09-06Updating Number.Formatting to properly print -0Tanner Gooding4-9/+22
2018-08-29Update floatdouble and floatsingle to use `floatcontrol(precise, value push)`...Tanner Gooding2-8/+16
2018-08-29Updating floatdouble and floatsingle to work around an incorrect result under...Tanner Gooding2-0/+27
2018-07-17Clean-up number.cpp (#18964)Pent Ploompuu2-1231/+0
2018-07-17Move Decimal to shared (#18948)Pent Ploompuu7-2678/+3
2018-06-09Avoid NativeOverlapped pinning by allocating unmanaged memory for it (#18360)Jan Kotas3-72/+0
2018-06-07Fixed and optimized Decimal.GetHashCode (#18288)Pent Ploompuu2-28/+0
2018-06-04Fix error during compilation with /permissive- (#18272)Andrey Kurdyumov1-2/+2
2018-06-03Warnings cleanup (#18260)Robin Sue1-4/+0
2018-05-24Optimize Array.Clear using SpanHelpers (#18101)Jan Kotas2-33/+11
2018-04-17Convert native StringBuilder methods to managed (#17472)mikedn4-88/+0
2018-04-04[x86/Linux] Fix COMNumber::DoubleToNumberFC arguments order (#17412)Konstantin Baladurin2-2/+2
2018-03-27Failfast windows event log (#16875)Sung Yoon Whang1-1/+1
2018-03-27Vectorized SequenceCompareTo for Span<char> (#17237)Jan Kotas1-38/+0
2018-03-19Switch over to managed Marvin implementation for string hashing (#17029)Jan Kotas3-94/+0
2018-03-19Delete unused downlevel globalization support (#17022)Jan Kotas2-47/+2
2018-03-09Log inner exceptions for Environment.Failfast (#16622)Sung Yoon Whang1-1/+9
2018-03-08Move String to shared corelib partition (#16749)Jan Kotas2-118/+0
2018-02-28Add Thread.GetCurrentProcessorId() API (#16650)Jan Kotas2-10/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko5-5/+0
2018-02-05Reimplement string.Replace in managed code (#16214)Jan Kotas2-140/+0
2018-02-03Fix failfast stacktrace (#15895)Sung Yoon Whang2-6/+43
2018-01-29Added Grisu3 algorithm support for double.ToString(). (#14646)Jingyu Ma7-64/+817
2017-12-13Adding support for Acosh, Asinh, Atanh, and Cbrt to Math and MathFTanner Gooding4-0/+80
2017-12-02Delete sortversioning.cpp/h (#15345)Jan Kotas1-3/+0
2017-11-28Address PR feedbackStephen Toub2-9/+11
2017-11-28Move FormatDouble/Single to managed codeStephen Toub2-231/+6
2017-11-22Add Decimal.TryFormat span-based method (#15145)Stephen Toub4-68/+0
2017-11-18Remove now dead code from managed parsing/formatting.Stephen Toub2-562/+0
2017-10-24Delete dead code (#14673)Jan Kotas2-45/+0
2017-10-18Use ascii * instead of Chinese * character. (#14584)Jim Ma1-3/+3
2017-10-06Delete dead code (#14365)Jan Kotas1-10/+0
2017-10-04Move String.Searching.cs to shared CoreLib partition (dotnet/corert#4673)Jan Kotas2-236/+0
2017-10-02Workaround GetSystemTimePreciseAsFileTime inaccuracies (#14283)Stephen Toub1-0/+27
2017-09-27Use FCDECL2_VI instead of FCDECL_VV (#14215)Jonghyun Park4-4/+4
2017-09-23Moving parts of `System.Math` and `System.MathF` to be shared with CoreRT. (#...Tanner Gooding4-56/+26