summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree
AgeCommit message (Expand)AuthorFilesLines
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
2017-04-20[x86/Linux] Use CDECL as STDAPICALLTYPE (#10969)Jonghyun Park1-1/+1
2017-04-18Remove /RELEASE option required for device drivers (#11023)Gaurav Khanna1-0/+4
2017-04-13Ensure Environment.ExitCode works correctly after app domain unloaded. (#10842)Jim Ma3-5/+38
2017-03-29Fix dependency to coreclr and mscorrc in Linux (#10138)Hyeongseok Oh1-1/+3
2017-03-21Support Windows Minidumpnoahfalk3-1/+9
2017-03-09Fix incremental build of resources injected to coreclr.dll (#10045)Jan Vorlicek1-2/+6
2017-03-02Fix incremental build on Unix (#9779)Jan Vorlicek1-8/+0
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-24/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft1-168/+0
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+6
2017-01-15Remove unused mscoree files and code (#8956)mikedn12-1591/+1
2016-12-26Remove files related to legacy build system (#8723)Robert4-549/+0
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-2/+0
2016-11-02Suppress SOS.NETCore.dll error msg in release mode (#6975)chunseoklee1-11/+12
2016-11-01Fix GitHub build break caused by change #1636179John Chen1-0/+6
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy1-0/+1
2016-10-04Add PGO GENPROFILE support to coreclr and clrjit (#7423)Daniel Podder1-0/+3
2016-10-01Initial support of local variables and method arguments in GDB JIT interface ...Evgeny Pavlov1-1/+2
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-2/+2
2016-07-22Set hr to S_OK instead of returning S_OKEvgeny Pavlov1-1/+1
2016-07-22Fix ildasm fail due missing GetInfoForMethod managed methodEvgeny Pavlov1-0/+1