summaryrefslogtreecommitdiff
path: root/src/gc/handletablecore.cpp
AgeCommit message (Expand)AuthorFilesLines
2019-06-11Port typo fixes from CoreRTSuchiman1-8/+8
2019-05-15Remove concept of AppDomains from the GC (#24536)David Wrighton1-544/+0
2019-05-14Fix issues reported by PREfast static analysis tool (#24577)Jan Kotas1-2/+2
2018-10-08Fix SegmentInitialize for OS_PAGE_SIZE > 4k (#20280)Jan Vorlicek1-4/+1
2018-10-04Typos (#20271)John Doe1-1/+1
2018-08-25Remove NumaNodeInfo, CPUGroupInfo, AppDomain, SystemDomain, and EEConfig stub...David Mason1-1/+1
2018-08-11[local gc] disable feature redhawk (#17769)David Mason1-8/+0
2017-12-13Revert " Revert "[Local GC] Move knowledge of overlapped I/O objects to the E...Jan Kotas1-44/+20
2017-12-12Revert "[Local GC] Move knowledge of overlapped I/O objects to the EE through...Sean Gillespie1-20/+44
2017-11-27[Local GC] Move knowledge of overlapped I/O objects to the EE through four ca...Sean Gillespie1-44/+20
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-0/+1
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-6/+6
2017-06-01[Local GC] Add async pinned handle methods to the handle interface (#11569)Sean Gillespie1-7/+6
2017-05-01Fix rgTail corruption in rare scavenging cases [Desktop port]. (#11327)Aditya Mandaleeka1-0/+26
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-15/+20
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-1/+2
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie1-1/+1
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-2/+2
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-2/+3
2016-02-24Update GC from CoreRTJan Kotas1-2/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2016-01-21Reduce clr startup noise when using Clang sanitizersSteve Harter1-4/+6
2015-12-24GC OS interface refactoringJan Vorlicek1-6/+6
2015-11-19Update GC from CoreRTJan Kotas1-0/+4
2015-11-19Some formatting cleanupJan Vorlicek1-4/+4
2015-11-19Replaced remaining typesJan Vorlicek1-13/+13
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-186/+186
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+2767