summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2020-04-16Fix PIE options (#26323)submit/tizen/20200415.223728accepted/tizen/unified/20200416.080052Jan Vorlicek3-10/+0
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-07Do not delete polymorphic objects without a virtual destructor (#23705)Omair Majid1-4/+0
2019-06-06Use CMake's C# support to build DacTableGen instead of manually invoking csc....Jeremy Koritzinsky1-41/+46
2019-06-05Use Modern CMake features instead of CMAKE_CXX_FLAGS (#24861)Jeremy Koritzinsky1-1/+1
2019-06-02Improve fatal err msg (#24390)Dan Moseley1-1/+1
2019-05-29Use /proc/<pid>/mem to read memory in remote DBI data target. It makes the te...Mike McLaughlin1-0/+3
2019-05-29Refactor native build to remove the compiler-override files (#23897)Jeremy Koritzinsky1-3/+2
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-15Delete unicode API emulator (#24581)Michal Strehovský1-2/+0
2019-05-14Add explicit cmake dependency between clretwrc and eventing_headers. (#24575)Jeremy Koritzinsky1-1/+3
2019-05-08Specify version.dll and add notification hook for delay load (#24449)Elinor Fung3-0/+31
2019-05-06Handle E_NOTIMPL return from CoInitializeEx. (#24387)Jeremy Koritzinsky2-0/+3
2019-05-03Use our local-built instances of tools from Microsoft.DotNet.BuildTools.CoreC...Jeremy Koritzinsky1-4/+11
2019-04-19Block usage of default interfaces feature in COM scenarios (#23970)Aaron Robinson2-2/+3
2019-04-12Fix OSX debugging (#23924)Jan Vorlicek1-0/+4
2019-04-09Fix several issuesJan Vorlicek1-1/+0
2019-04-08Allow reabstraction of default interface methods (#23313)Michal Strehovský2-0/+2
2019-04-04Disable marshalling delegates as _Delegate and enable marshalling delegates a...Jeremy Koritzinsky2-1/+3
2019-03-25Disable loading IJW assemblies into collectible ALCJan Vorlicek2-0/+2
2019-03-19Implement support for copy constructors when marshalling in IJW (#22805)Jeremy Koritzinsky2-0/+4
2019-03-07Update error message for when a parent is marked as COMVisible(false) (#23092)Aaron Robinson1-1/+1
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-22Remove 'from HRESULT' (#22782)Dan Moseley2-2/+0
2019-02-22Improve coreclrhost.h headerJan Vorlicek1-2/+2
2019-02-22More GNUC Fixes (#22687)Sinan Kaya3-8/+11
2019-02-19Fix CLRDataCreateInstance export. This was breaking SOS. (#22701)Mike McLaughlin2-19/+3
2019-02-11Support building with VS2019 Preview (#22525)Tanner Gooding1-5/+0
2019-02-11Delete mda.cs and related dead code (#22535)Stephen Toub2-36/+0
2019-02-10Cleanup DLL exports (#22500)Jan Kotas3-19/+14
2019-02-09Set visibility option to hidden (#21924)Adeel Mujahid6-19/+45
2019-02-07Cleanup LLVM assumption (#22456)Sinan Kaya1-2/+2
2019-02-06Throw an exception when passing strings by-value as out parameters. (#21513)Jeremy Koritzinsky2-2/+2
2019-01-23Remove all traces of FEATURE_STACK_PROBE. (#22149)Filip Navara2-26/+0
2019-01-20Cleanup array related FCalls (#22097)Jan Kotas2-2/+1
2019-01-18Handle complex constrained calls with default interface methods (#21978)Michal Strehovský2-0/+2
2019-01-08Fix issue #20585 createdump explicitly uses /tmp. (#21866)Mike McLaughlin1-0/+1
2019-01-03Adds portable version of EncodingTable (#21735)Marek Safar1-1/+0
2019-01-02Delete lstrlen from Unix PAL (#21745)Jan Kotas2-5/+3
2018-12-12Added support for debugging a sandboxed app on Mac (#21068)Oded Hanson6-31/+157
2018-11-21Introduce Marshall.LoadLibrary API (#20871)Swaroop Sridhar2-0/+7