summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-10Properly check return value of OpenProcessToken()Maks Naumov1-7/+2
2015-02-09Fix build break with minimal Windows OS CRTJan Kotas1-0/+5
2015-02-08Merge pull request #138 from kangaroo/va_list_safetySergiy Kuryata3-14/+34
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar5-2/+8
2015-02-08Minor code structure refactoring as requested by @jkotas in PR #138Geoff Norton1-5/+4
2015-02-08Merge remote-tracking branch 'origin/master' into va_list_safetyGeoff Norton4-6/+5
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel2-4/+3
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel2-2/+2
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton2-3/+9
2015-02-07va_arg can modify the va_list according to the specificationGeoff Norton1-8/+23
2015-02-05Make DBI build on LinuxEugene Zemtsov2-6/+10
2015-02-04Fixed typosPascal Borreli1-2/+2
2015-02-03Remove non ASCII characters from source filesMatt Ellis3-3/+3
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot97-0/+52229