summaryrefslogtreecommitdiff
path: root/src/classlibnative
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek2-8/+0
2020-01-14Revert CPU clipping in the presence of CPU quota to 3.0, 2.x behavior.Vladimir Sadov1-0/+7
2019-09-22Do not clip CPU count when CPU quota is used. (#26153) (#26806)Jan Kotas1-7/+0
2019-06-18Relax signed/unsigned checks in Array.Copy to match other places (#25209)Jan Kotas1-1/+2
2019-06-04Synchronize managed and unmanaged Variant fields (#24951)Jan Kotas2-81/+0
2019-05-30Add Environment.TickCount64 (#24857)Stephen Toub2-0/+9
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-1/+1
2019-05-14Fix a contract violation in ThreadPool.get_CompletedWorkItemCount (#24535)Koundinya Veluri2-5/+12
2019-05-10Move EventProvider native layout to be driven by CMake configure (#24478)Jeremy Koritzinsky2-0/+3
2019-05-08Remove more MDA support code (#24457)Steve MacLean1-13/+0
2019-05-03Implement String.IsAscii in shared CoreLib and use it for [Is]Normalize[d] fo...Filip Navara1-23/+0
2019-04-19Implement APIs for some threading metrics (CoreCLR) (#24113)Koundinya Veluri2-0/+7
2019-04-13Delete COMPlus_FinalizeOnShutdown (#23595)Jan Kotas2-14/+1
2019-04-09Remove Unix CPU groups emulationJan Vorlicek1-1/+2
2019-04-03Remove ADID and ADIndex from CoreCLR (#23588)David Wrighton3-6/+6
2019-03-29Unify clang with GNUCSinan Kaya1-6/+6
2019-03-18Add Utf8String skeleton (#23209)Levi Broderick1-0/+3
2019-03-07Fix signed compare warningsSinan Kaya1-1/+1
2019-03-03Cleanup more GCC warnings (#22872)Sinan Kaya1-2/+2
2019-02-21Remove unused perfcounter code (#22742)Sung Yoon Whang1-4/+0
2019-02-07Fix race condition in g_pfnGetSystemTimeAsFileTime initialization (#22466)Jan Kotas1-4/+9
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara3-10/+0
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