summaryrefslogtreecommitdiff
path: root/src/gc/objecthandle.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-2/+6
2017-06-08[Local GC] Add GetThread to the GC/EE interface (#12036)Sean Gillespie1-1/+0
2017-06-01[Local GC] Remove uses of g_SystemInfo from the GC (#11628)Sean Gillespie1-2/+2
2017-04-27Fix a double-free encountered when failing to initialize a handle table bucke...Sean Gillespie1-1/+2
2017-04-24[Local GC] Ensure that handle creation returns null on failure instead of thr...Sean Gillespie1-6/+20
2017-04-14Make HandleStores contain their underlying bucket directly.Aditya Mandaleeka1-51/+62
2017-04-13Make a GCHandleStore class and interface for use by the VM.Aditya Mandaleeka1-0/+7
2017-04-10Move handle destruction code to IGCHandleTable.Aditya Mandaleeka1-45/+0
2017-04-09Move variable handle creation.Aditya Mandaleeka1-24/+0
2017-04-07Add creation of special handle types to IGCHandleTable.Aditya Mandaleeka1-18/+0
2017-03-28[Local GC] Use standard C++ types (bool) and consistent types (void*) on the ...Sean Gillespie1-2/+2
2016-11-22This is to separate the diagnostics code out from gc.cpp (exceptMaoni01-66/+33
2016-09-15Update the GC from CoreRT (#7207)Sean Gillespie1-15/+15
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-19/+19
2016-01-31Merge pull request #2520 from sperling/profilerJan Kotas1-0/+2
2016-01-31Enabling profiling on Unix/OS X.Andreas Strid1-0/+2
2016-01-27Update license headersdotnet-bot1-4/+3
2015-12-24GC OS interface refactoringJan Vorlicek1-4/+4
2015-12-03Update GC from CoreRTJan Kotas1-1/+1
2015-11-20Fix build breaks after GC updateJan Kotas1-2/+2
2015-11-19Update GC from CoreRTJan Kotas1-39/+115
2015-11-19Some formatting cleanupJan Vorlicek1-2/+2
2015-11-19Replaced remaining typesJan Vorlicek1-50/+50
2015-11-19Add casts to APIs that require LONG / DWORD parametersJan Vorlicek1-2/+2
2015-11-19Changed LONG and ULONGJan Vorlicek1-1/+1
2015-11-18Replace most windows style types by c++ typesJan Vorlicek1-91/+91
2015-10-29Port .NET Framework 4.6.1 changesJan Kotas1-0/+1
2015-10-15Cleanup GC-EE InterfaceJan Kotas1-31/+78
2015-09-12Use NULL for consistencyJan Kotas1-1/+1
2015-04-07Merge changes from parent branchdotnet-bot1-4/+4
2015-02-12Typo fix in objecthandle.cppAndrey Akinshin1-1/+1
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+1861