summaryrefslogtreecommitdiff
path: root/src/dlls/mscoree
AgeCommit message (Expand)AuthorFilesLines
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 McLaughlin1-5/+3
2016-03-16Remove unused files from CoreCLRJan Kotas1-2/+0
2016-03-10Fix for a bug in GetCORSystemDirectoryInternaLEugene Rozenfeld1-2/+2
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy2-177/+149
2016-02-17Merge pull request #3167 from mikem8361/tracingJan Vorlicek1-0/+1
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski1-2/+2
2016-02-12Fix tracing lib problems in multiple PALs. Issue #3164.Mike McLaughlin1-0/+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-bot10-42/+32
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-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-12-25Fix build break in internal arm64 buildJan Kotas1-0/+1
2015-12-24GC OS interface refactoringJan Vorlicek1-1/+0
2015-12-15Build arm64 using private toolsetRahul Kumar1-12/+34
2015-12-14PAL Module/shutdown cleanup.Mike McLaughlin2-5/+6
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-6/+3
2015-12-07Merge pull request #2241 from kyulee1/ildasm3Jan Vorlicek1-0/+6
2015-12-07Enable ildasm for *nixKyungwoo Lee1-0/+6
2015-12-06Enable SAFESEH in the Windows x86 buildMike Danes3-44/+0
2015-12-02Fix perf issue when concurrent GC is enabled by defaultKoundinya Veluri1-1/+2
2015-11-25Merge pull request #2167 from steveharter/StdArgJan Vorlicek1-1/+1
2015-11-25Merge pull request #2166 from kyulee1/ildasm2Jan Kotas1-6/+5
2015-11-25Fix unicode input on the command lineSteve Harter1-1/+1
2015-11-25Enable ILDASM for WindowsKyungwoo Lee1-6/+5
2015-11-24Don't enable Concurrent GC on Unix by defaultSergiy Kuryata1-2/+1
2015-11-17Merge pull request #2042 from kouvel/StartupFlagsJan Kotas1-10/+93
2015-11-13Allow setting some startup flags outside WindowsKoundinya Veluri1-10/+93
2015-11-13Fix buffer overrun in SetMscorlibPathJohn Chen1-4/+6
2015-11-06Remove EnterCriticalSection / LeaveCriticalSection exports that are not neededCagri1-2/+0
2015-11-05Merge pull request #1841 from caslan/supportforBSTRYi Zhang (CLR)1-0/+3
2015-11-04Remove SetConsoleCtrlHandler from Unix PALstephentoub1-1/+0
2015-10-27Implement CoTaskMemRealloc in PALstephentoub1-0/+1
2015-10-27Implement LocalReAlloc in PALstephentoub1-0/+1
2015-10-23Add EnterCriticalSection / LeaveCriticalSection exports to libcoreclrCagri1-0/+2
2015-10-22Add support for BSTRs on UnixCagri (Charlie) Aslan1-0/+3
2015-10-11This enables Lttng Logging for CoreClr,Rama1-1/+8
2015-10-07correct word spellingあまみや ゆうこ1-5/+5
2015-09-28Merge pull request #1589 from Priya91/pathstringLakshmi Priya1-54/+50
2015-09-25Use PathString type to allocate large path strings on linux scenario.Lakshmi Priya Sekar1-54/+50
2015-09-25Add new exports to get expression evaluator working in clrdbgCagri1-0/+2
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar1-3/+3
2015-08-24Run code under long paths on UnixJeremy Kuhne1-5/+5
2015-08-18Remove PAL code that has been moved to the corefx repoNick Guerrera1-4/+0
2015-08-16Remove GetFileInformation stat wrapper from PALNick Guerrera1-2/+0
2015-08-07Add GetCurrentThreadId to the Linux/Unix exports from coreclr.Mike McLaughlin1-0/+1
2015-08-04Enable the Windows x86 buildMike Danes1-1/+1