summaryrefslogtreecommitdiff
path: root/src/dlls
AgeCommit message (Expand)AuthorFilesLines
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
2016-04-15DelayLoadAndFixWinRTInteropGaurav Khanna1-1/+7
2016-04-14Make it possible to build JIT32 in the OSS tree.Pat Gavlin1-2/+7
2016-04-11Unable to debug coreclr apps on Debian 8.2 (Issue #4263)Mike McLaughlin1-0/+1
2016-03-26Merge pull request #3896 from adityamandaleeka/configvalues4Aditya Mandaleeka1-70/+40
2016-03-25Add new configuration mechanism for CoreCLR.Aditya Mandaleeka1-70/+40
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin5-22/+7
2016-03-17Merge pull request #3745 from manu-silicon/docsJan Kotas1-2/+2
2016-03-16Remove unused files from CoreCLRJan Kotas1-2/+0
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu1-2/+2
2016-03-10Fix for a bug in GetCORSystemDirectoryInternaLEugene Rozenfeld1-2/+2
2016-03-08Added CreateProcessForLaunch, ResumeProcess and CloseResumeHandle that canMike McLaughlin3-1/+118
2016-03-04Merge pull request #3507 from gkhanna79/OneCore2Gaurav Khanna3-0/+23
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna3-0/+23
2016-02-26DbgShim!RegisterForRuntimeStartup: Avoid extra call to callbackGregg Miskelly1-1/+1
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy4-237/+168
2016-02-17Merge pull request #3177 from krytarowski/netbsd-support-47Jan Vorlicek1-3/+5
2016-02-17Fix build issue on NetBSD: Make RPATH optional and user-settableKamil Rytarowski1-3/+5
2016-02-17Merge pull request #3167 from mikem8361/tracingJan Vorlicek1-0/+1
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski4-8/+8
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-0/+1
2016-02-03Initial support for CFG. This makes VS 2015 as the minimum required build too...Gaurav Khanna (CLR)2-0/+7
2016-02-01Merge pull request #2972 from krytarowski/netbsd-support-24Jan Kotas1-1/+0
2016-02-02Fix build on NetBSD: Don't increment iterator twice in for(;;)Kamil Rytarowski1-1/+0
2016-02-01Fix OACR errors for ProjectKdotnet-bot1-1/+1
2016-01-31Introduce central location for turning FEATURE_EVENT_TRACE on/offJan Kotas1-3/+2
2016-01-29update version of buildtoolsRahul Kumar1-1/+0
2016-01-27Update license headersdotnet-bot47-194/+147
2016-01-24Fix build breaks and ensure GetComputerNameW is included in mscorlib.Lakshmi Priya Sekar1-0/+1
2016-01-22Use coreclr buildtools nuget package instead of compiling the tools used duri...Rahul Kumar1-30/+20
2016-01-21Generating Event Logging Headers From CMake for LinuxDDCloud1-1/+1
2016-01-21FIx the incremental build for WindowsJan Vorlicek8-10/+9
2016-01-14Add debugger launch to dbgshim for xplat.Mike McLaughlin3-107/+662
2016-01-12Merge pull request #2629 from adityamandaleeka/mscorrcFpicAditya Mandaleeka1-0/+4