summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree
AgeCommit message (Expand)AuthorFilesLines
2020-03-25[Tizen] Add coreclr_preload_assembly to CoreCLR host APIKonstantin Baladurin3-2/+42
2020-03-25[Tizen] Partially revert a6292a6.Mikhail Kurinnoi1-0/+39
2019-06-11Delete dead code (#25066)Jan Kotas1-1/+0
2019-06-10Switch P/Invokes into libcoreclr for the PAL to QCalls (#25055)Jeremy Koritzinsky1-39/+0
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-41/+46
2019-05-24Delete FEATURE_USE_LCID (#24767)Jan Kotas1-135/+0
2019-05-23Profiler attach over the diagnostics pipe (#24670)David Mason2-6/+0
2019-05-21Fix loading libcoreclrtraceptprovider.soMike McLaughlin1-0/+2
2019-05-08Specify version.dll and add notification hook for delay load (#24449)Elinor Fung3-0/+31
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky1-4/+11
2019-03-02Revert "Revert "Improve coreclrhost.h header" (#22955)" (#22973)Jarret Shook1-4/+4
2019-03-02Revert "Improve coreclrhost.h header" (#22955)Jarret Shook1-4/+4
2019-03-01Merge pull request #22801 from janvorli/improve-coreclrhost-headerJan Vorlicek1-4/+4
2019-02-26GCC compatibility fixes #7 (#22810)Sinan Kaya1-1/+1
2019-02-25Use function pointer term in the coreclr_create_delegate docJan Vorlicek1-2/+2
2019-02-22Improve coreclrhost.h headerJan Vorlicek1-2/+2
2019-02-22More GNUC Fixes (#22687)Sinan Kaya1-6/+8
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding1-5/+0
2019-02-10Cleanup DLL exports (#22500)Jan Kotas2-17/+10
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid3-8/+18
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara1-24/+0
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar1-1/+0
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas1-2/+0
2018-11-09Fix typos in comments (#20908)Li Shengqiu1-1/+1
2018-11-08Fix "LTTng-UST: Error (-17) while registering..." error when debugging (20874)Mike McLaughlin1-0/+1
2018-09-28Enable BSTR Marshaling Support for x-plat PInvoke (#19766)Luqun Lou1-0/+2
2018-07-22Enable profiler attach on Windows (#18762)Sung Yoon Whang1-0/+1
2018-04-05Rename conflicting definitions VER_MAJOR/MINORVERSION macros (#17364)Jan Kotas1-1/+1
2018-03-19Use better path (fixes #17004)Vance Morrison1-1/+1
2018-03-16This change make DacTableGen work for VS2017Vance Morrison1-1/+8
2018-03-06Add tracepointprovider.cpp directly to PAL instead of to a separate tracepoin...Brian Robbins1-5/+0
2018-03-06Remove libuuid usage (#16643)Jan Vorlicek1-1/+0
2018-02-17delete unused mirror files (#16423)Sergey Andreenko2-2/+0
2018-01-29Move TimeZoneInfo.Unix.cs to shared CoreLib partition (#16057)Jan Kotas1-36/+0
2018-01-24Add "CLRJitAttachState" global export from coreclr.dll that contains the CLR_...Mike McLaughlin1-0/+3
2018-01-02Retry: Enable EventPipe across Unix and Windows (#15611)Victor "Nate" Graf1-20/+26
2017-12-21Revert "Enable EventPipe across Unix and Windows (#14772)" (#15609)Victor "Nate" Graf1-26/+20
2017-12-20Enable EventPipe across Unix and Windows (#14772)Victor "Nate" Graf1-20/+26
2017-10-27Delete dead code (#14703)Jan Kotas1-54/+0
2017-09-27Add SetThreadIdealProcessorEx PAL API (#13606)Xiangyang (Mark) Guo1-0/+1
2017-08-28Delete dead PAL functions (#13613)Justin Van Patten1-6/+0
2017-08-22[Local GC] Enable building the GC as a shared library (#13137)Sean Gillespie2-13/+0
2017-08-22Delete some dead PAL code (#13469)Justin Van Patten1-1/+0
2017-07-06Pin GC threads to corresponding processors on Linux (#12486)Xiangyang (Mark) Guo1-0/+1
2017-06-21Fix event, semaphore, mutex create/open to request the maximum allowe… (#12...Koundinya Veluri1-0/+3
2017-06-09Enable CPU Group on Linux AMD64 (#12140)Xiangyang (Mark) Guo1-0/+4
2017-06-01[Local GC] Scaffolding for loading a standalone GC (#11242)Sean Gillespie2-1/+8
2017-06-01gdbjit symbols exported (#11739)chunseoklee2-0/+8
2017-05-29Implement GetCurrentProcessCpuCount for Unix and merge NumberOfProcesors impl...Tom Deseyn1-0/+1
2017-05-06Log Events to EventPipe on Linux (#11433)Brian Robbins1-0/+6