summaryrefslogtreecommitdiff
path: root/src/vm/ceemain.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-10-09[GDBJIT] Make gdbjit thread-safe & bug fix (#14390)Konstantin Baladurin1-0/+9
2017-08-30Change FinalizerThreadCreate location to after profiler is initialized (#13663)Sung Yoon Whang1-4/+4
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie1-0/+4
2017-08-17Fix more contract violationsnoahfalk1-1/+4
2017-08-15Make unit tests run clean with tiered compilationnoahfalk1-0/+4
2017-08-07Cleanup code access security from the unmanaged runtime (#13241)Jan Kotas1-7/+0
2017-06-23[Local GC] Remove a number of inclusions of handle table private headers from...Sean Gillespie1-1/+0
2017-06-14Remove unused forward declaration (#12288)Jonghyun Park1-1/+0
2017-06-12[Arm64/Unix] Add 64K page support (#10981)Steve MacLean1-2/+2
2017-06-01[Local GC] Obtaining configuration information (#11379)Sean Gillespie1-1/+1
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie1-17/+106
2017-05-26Move rundown to the same code-site where we do ETW rundown before EEShutdown ...Brian Robbins1-5/+5
2017-05-24Remove g_fEEManagedEXEStartup and g_fEEIJWStartup. (#11907)Aditya Mandaleeka1-7/+1
2017-05-17Finish deleting dead CAS code from CoreLib (#11436)Jan Kotas1-11/+0
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-2/+6
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-2/+2
2017-04-13Rename IGCHandleTable to IGCHandleManager.Aditya Mandaleeka1-5/+5
2017-04-07Merge pull request #10757 from adityamandaleeka/handle_table_local_gc_initAditya Mandaleeka1-2/+2
2017-04-06Fix shutdown A/V issue when IBC logging with the Music Store appBrian Sullivan1-1/+12
2017-04-05Move handle table stuff out of gcheaputilities.Aditya Mandaleeka1-2/+2
2017-04-05Merge pull request #10615 from brianrob/profilerBrian Robbins1-1/+13
2017-04-04Merge pull request #10601 from rahku/c4996Rahul Kumar1-20/+0
2017-04-03Basic EventPipe functionality that supports writing sample profile events to ...Brian Robbins1-1/+13
2017-04-01[Local GC] Remove static fields from GC interface (#10566)Sean Gillespie1-0/+1
2017-03-311. Remove disable of C4996Rahul Kumar1-20/+0
2017-03-29Create a GCHandleTable interface with Init/Shutdown.Aditya Mandaleeka1-14/+17
2017-03-28Separate finalizer thread creation from GC initialization in EE Startup.Aditya Mandaleeka1-33/+24
2017-03-05Remove hosting methods that always return false (#9930)Austin Wise1-13/+3
2017-03-01Update links to point to valid BotR pages - One extra link that was missed ou...Matt Warren1-1/+1
2017-03-01Update links to point to valid BotR pages (#9874)Matt Warren1-29/+15
2017-02-24[Local GC] Move workstation GC DAC globals to a struct shared between GC and ...Sean Gillespie1-3/+15
2017-02-15Remove never defined FEATURE_UEF_CHAINMANAGERdanmosemsft1-4/+0
2017-02-14Remove never defined FEATURE_RWLOCKdanmosemsft1-5/+0
2017-02-14Remove never defined FEATURE_REMOTINGdanmosemsft1-6/+0
2017-02-14Remove never defined FEATURE_MIXEDMODEdanmosemsft1-415/+0
2017-02-14Remove never defined FEATURE_INCLUDE_ALL_INTERFACESdanmosemsft1-21/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-12/+0
2017-02-12Remove never defined FEATURE_COMINTEROP_REGISTRATIONdanmosemsft1-119/+0
2017-02-10Remove always undefined FEATURE_CAS_POLICYdanmosemsft1-10/+1
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-1044/+1
2017-02-06CAS Security cleanup (#9355)Jan Kotas1-1/+0
2016-12-21Delete FEATURE_LEGACYSURFACE (#8704)Jan Kotas1-1/+1
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-1/+0
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-7/+9
2016-11-16Enable GCToOSInterface to be defined on the GC side of the GC interface (#8121)Sean Gillespie1-1/+10
2016-11-09Disable GUI dialogs on Windows by defaultRuss Keldorph1-2/+0
2016-09-28Add option to measure time spent inside calls to the CLR. (#7357)Peter Kukol1-10/+1
2016-09-26Introduce "IGCToCLR" and use it within the GC to interface with the EE (#7295)Sean Gillespie1-1/+10
2016-09-08Introduce an interface separating the GC and the VM,Sean Gillespie1-4/+5
2016-08-25Fix build break. this checkin done by tarekmsdotnet-bot1-1/+1