summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
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
2015-03-17Fix some of the issues found by Viva64 static analyserJan Kotas1-102/+0
2015-03-12Merge pull request #436 from janvorli/resource-loading-workaroundJan Vorlicek1-1/+12
2015-03-12Workaround native resource string loading temporarilyJan Vorlicek1-1/+12
2015-03-10Fix error handling in REGUTIL::EnvGetStringJan Kotas1-14/+27
2015-03-08Make assertion failures to break into debuggerJan Kotas1-18/+19
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov3-54/+62
2015-02-15More DAC build fixes. Always enable SELF_NO_HOST defined.Mike McLaughlin2-2/+15
2015-02-12Merge branch 'master' into soscommand1mikem83611-7/+2
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-1/+1