summaryrefslogtreecommitdiff
path: root/THIRD-PARTY-NOTICES.TXT
AgeCommit message (Collapse)AuthorFilesLines
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