summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft4-212/+0
2017-02-10Remove always undefined FEATURE_APTCAdanmosemsft1-4/+0
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft1-12/+0
2017-01-24Delete unused files (#9082)mikedn4-144/+0
2017-01-23Disallow statics of spans and class instance members of span (#9061)Koundinya Veluri2-1/+5
2017-01-23[Local GC] Provide an implementation of GCToOSInterface for Unix-like platfor...Sean Gillespie1-0/+6
2017-01-20Fix debugger launch race hitting breakpoints in startup code. (#8951)Mike McLaughlin1-11/+52
2017-01-15Remove unused mscoree files and code (#8956)mikedn12-1591/+1
2017-01-15Remove mscorpe cruft (#8957)mikedn7-198/+0
2016-12-26Remove files related to legacy build system (#8723)Robert18-1263/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-0/+1
2016-12-08[x86/Linux] Fix inconsistent GetCLRFunction definitions (#8472)Jonghyun Park1-2/+0
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen1-5/+12
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-11-09Fix missing exports in mscordaccore.so (#8058)Jan Vorlicek1-1/+7
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-2/+2
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-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen1-1/+1
2016-10-25Merge pull request #7751 from ramarag/MemFailPointRama krishnan Raghupathy1-0/+1
2016-10-25Making MemoryFailPoint functional on xplatRama Krishnan Raghupathy1-0/+1
2016-10-24Fix performance problem introduced in previous change. (#7783)Mike McLaughlin1-1/+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-09-20Fix launch timing issue in dbgshim found in VS. (#7279)Mike McLaughlin1-2/+4
2016-08-19Create SOS SymbolReader managed project and change SOS to use it. (#6783)Mike McLaughlin1-2/+2
2016-07-28Enable RefEmitted assemblies to have Fallback LoadContext notionGaurav Khanna1-0/+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
2016-07-22Fix after review:Evgeny Pavlov1-1/+6
2016-07-22Create coreclr delegate inside coreclr_initializeEvgeny Pavlov2-1/+23
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie2-0/+2
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin9-118/+296
2016-06-02Fix details for CoreCLR binaryGaurav Khanna1-1/+1
2016-05-17Remove jitOnDllProcess{Attach,Detach}.Pat Gavlin1-15/+0
2016-05-11Change hosting API string encoding to UTF-8 on Windows (#4894)Jan Vorlicek1-2/+2
2016-05-07Remove FEATURE_HOSTED_BINDER definition (#4838)Jan Vorlicek1-4/+0
2016-05-04Remove O_RDWR from sem_open and better error codes on failure (#4772)Mike McLaughlin1-2/+3
2016-04-28Load JIT from a custom locationGaurav Khanna1-0/+10
2016-04-27Fix FileLoadException message for CoreCLR (#4624)Jan Kotas1-1/+10
2016-04-26Merge pull request #4528 from gkhanna79/DynamicJITLoadGaurav Khanna1-1/+5
2016-04-26This has following changes:Rahul Kumar3-23/+3
2016-04-26Keep FEATURE_MERGE_JIT_AND_ENGINE with refactored approachGaurav Khanna1-1/+5
2016-04-21Fix dbgshim race conditionsMike McLaughlin1-33/+9
2016-04-20Change the names of the JIT products to `clrjit`.Pat Gavlin1-6/+1
2016-04-18enable build of cross target components.Rahul Kumar3-8/+3
2016-04-16Cleanup VCRuntime140.dll dependency from native componentsGaurav Khanna1-1/+2
2016-04-15Merge pull request #4359 from gkhanna79/ROLibFix2Gaurav Khanna1-1/+7