summaryrefslogtreecommitdiff
path: root/THIRD-PARTY-NOTICES.TXT
AgeCommit message (Collapse)AuthorFilesLines
2019-02-01Update the double/float formatters to return the shortest roundtrippable ↵Tanner Gooding1-1/+33
string. (#22040) * Updating Number.Formatting to always compute a round-trippable number by default. * Adding a third-party notice entry for the Grisu3 reference implementation * Fixing up the Grisu3 algorithm to better match the reference implementation (including comments, etc) * Porting the Grisu3 implementation that generates the shortest roundtrippable sequence. * Updating the Dragon4 algorithm to support printing the shortest roundtrippable string. * Fixing the double/float formatters to ignore precision specifiers for 'R' * Fixing the double/float formatters to handle +0.0 and -0.0 * Fix the casing of `point` in THIRD-PARTY-NOTICES Co-Authored-By: tannergooding <tagoo@outlook.com> * Fixing the double/float formatting code to consider a precision specifier of 0 to be the same as default. * Fixing the double/float formatter so that nMaxDigits is set appropriately. * Changing the double/float formatting logic to account for the format when determining the correct precision to request. * Updating the double/float formatter to take the format specifier into account when determining the number of digits to request. * Fixing the double/float formatting code to continue handling zero correctly. * Disabling some outdated CoreFX tests. * Responding to various feedback from the PR
2017-11-15HashCode based on xxHash32 (#14863)Jonathan Dickinson1-0/+28
* HashCode based on xxHash32 Works by maintaining the xxHash32 state variables (v1 -> v4, length) as well as a queue of values that fall outside of the block size (16 bytes/4 ints). The seed is initialized to random bytes. Further details, unit tests and history: https://github.com/dotnet/corefx/pull/25013
2017-09-12Update the third party notices file to reference the floating point number ↵Alex Ghiondea1-1/+26
algorithm (#13920)
2017-08-15Implement out of context stack unwinder (#13302)Mike McLaughlin1-0/+24
Implement out of context stack unwinder Decode the eh frame info found in the in-memory module image and pass it back to the remote libunwind8 to do the unwind. Added remote-unwind.cpp for all the out of context unwind code. Added an all managed threads option -all the "clrstack" (sos ClrStack). The IDebugDataTarget4 feature needs to be enabled for OS X. Add libunwind license notice to third party notices file.
2017-05-15Update License Info (#11617)Tarek Mahmoud Sayed1-0/+174