summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2016-01-21FIx the incremental build for WindowsJan Vorlicek4-6/+6
2016-01-11Make CORCOMPILE_HEADER backward compatibleJohn Chen (CLR)1-1/+4
2016-01-04Improve crossgen error when mscorlib is missing (issue 1889)John Chen (JOCHEN7)2-1/+5
2015-12-18Fix infinite recursion in hostimpl.cppMatt Ellis1-1/+1
2015-12-17Revert 29ce4f6Matt Ellis1-18/+0
2015-12-16Make JitDump work in ilc.exeJan Kotas1-4/+51
2015-12-15Build arm64 using private toolsetRahul Kumar1-4/+12
2015-12-13Remove unnecessary files from build and disable LNK4221Mike Danes4-26/+45
2015-12-11Port of all JIT changes for .NET Framework 4.6.1 changesBrian Sullivan1-4/+5
2015-12-03Refactoring resource stringKyungwoo Lee5-52/+19
2015-12-02Implement an allocator for executable (JIT) memory in PALSergiy Kuryata1-0/+7
2015-11-23Delete code under !NO_CRT defineJan Kotas4-83/+2
2015-11-17Enable CLANG sanitizers for native debug buildsSteve Harter1-2/+35
2015-11-11Use volatile store for g_hrFatalErrorJan Kotas1-1/+2
2015-10-29Merge pull request #1875 from adityamandaleeka/remove_suspensionAditya Mandaleeka1-0/+3
2015-10-26Disable apithreadstress when STRESS_THREAD is not enabledAditya Mandaleeka1-0/+3
2015-10-26Fix a CrossGen assert on LinuxJohn Chen1-1/+1
2015-10-20Correct attribution for UUIDs and GUIDsRichard Lander1-38/+65
2015-10-07correct word spellingあまみや ゆうこ2-3/+3
2015-09-28Merge pull request #1628 from kouvel/CppCheckFixesKoundinya Veluri1-0/+3
2015-09-25Fix for 134453: fix prefast warningsRahul Kumar10-6/+14
2015-09-25Fix a few issues reported by cppcheckKoundinya Veluri1-0/+3
2015-09-08Replace MAX_PATH with new defines, rest of coreclr.Lakshmi Priya Sekar7-24/+24
2015-08-25Replace MAX_PATH with new defines in vm.Lakshmi Priya Sekar1-1/+1
2015-08-10Fix build break on desktopJan Kotas1-2/+1
2015-08-05Fix build breaks on VS2015 RTMJan Kotas2-2/+3
2015-07-24Merge pull request #1283 from dotnet-bot/from-tfsJan Kotas1-2/+1
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye3-1/+10
2015-07-22Fix recursive assert in utilcode/debug.cpp when VM code, etc. hits an assert.Mike McLaughlin1-2/+1
2015-07-16Declare locals in correct order.David Mitchell1-1/+1
2015-07-08CR feedback.Mike McLaughlin1-4/+4
2015-07-08Fix recursive asserts in coreclr.Mike McLaughlin1-35/+54
2015-05-26Fix the implicit-exception-spec-mismatch warningJan Vorlicek1-2/+2
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka1-7/+48
2015-05-11Update assertion failure messageJan Kotas1-3/+4
2015-05-07Changes for building using VS2015Jan Kotas1-0/+1
2015-05-06Hide the visibility of the C++ operators by default.Geoff Norton1-1/+18
2015-05-01Fix loading mscorlib.ni.dll on LinuxJohn Chen (CLR)1-33/+37
2015-04-28Build crossgen for LinuxJohn Chen (JOCHEN7)1-3/+1
2015-04-20Enable build crossgen.exe from build.cmd.John Chen2-0/+11
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis2-2/+2
2015-04-07Improve comments and fix Realloc in executable debugger heapEugene Zemtsov1-2/+2
2015-04-02Make managed debugging on Linux possible (attach, load, bp, exceptions, stack...Eugene Zemtsov1-1/+1
2015-04-01Fix next round of warning typesJan Vorlicek4-10/+14
2015-03-26Make it possible to write stress log from a module that doesn't have statical...Eugene Zemtsov1-1/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek6-11/+11
2015-03-25Merge pull request #543 from janvorli/native-resourcesJan Vorlicek1-2/+29
2015-03-25Propagate bindtextdomain status to the callerJan Vorlicek1-1/+5
2015-03-24Add native resources compilation on LinuxJan Vorlicek1-2/+25
2015-03-22Make stresslog work for libraries other than CoreClr (I need it for DBI)Eugene Zemtsov1-1/+1