summaryrefslogtreecommitdiff
path: root/src/vm/comcallablewrapper.cpp
AgeCommit message (Collapse)AuthorFilesLines
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-40/+3
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers ↵Sean Gillespie1-1/+0
from the VM (#12389) * Remove inclusions of private handle table headers from the VM * Add TraceRefCountedHandles to the GC handle table interface * Fix the Unix build * Move ValidatePinnedObject to marshalnative.h
2017-06-13Partially remove relocations for ModuleSection (ZapVirtualSectionType). (#11853)Ruben Ayrapetyan1-1/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-48/+1
Fixes #9321 and deletes CleanupToDoList.cs Delete unmanaged security implementation
2017-04-06don't switch to COOP GC when logging CCW ref count (#10756)Yi Zhang (CLR)1-33/+33
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-22/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-12/+0
2016-08-09The call to LOG expects a pointer argument, but the actual argument was of ↵vinnyrom1-1/+1
class type 'ComCallWrapperPtr'. (#6665)
2016-01-27Update license headersdotnet-bot1-4/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+6770
[tfs-changeset: 1407945]