summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem836137-325/+1801
2015-02-10Merge pull request #184 from richlander/masterRich Lander2-0/+46
2015-02-10Merge pull request #185 from mmitche/gitter-badgerMatt Mitchell1-2/+6
2015-02-10Make column boldMatt Mitchell1-2/+2
2015-02-10Add gitter badgeMatt Mitchell1-0/+4
2015-02-10Add BOTR FAQdotnet-bot2-0/+46
2015-02-09Merge pull request #173 from AlexGhiondea/fixbuildWes Haggard1-0/+20
2015-02-09Merge pull request #97 from mmitche/dev-packageMatt Mitchell8-11/+64
2015-02-09Merge pull request #175 from nicodeslandes/fix_buildtest_error_messageRama krishnan Raghupathy1-1/+1
2015-02-09Add new nuget package for development usageMatt Mitchell8-11/+64
2015-02-09Provide defaults for the values that come from the build.cmd script.alexghiondea1-0/+20
2015-02-09Merge pull request #160 from kangaroo/masterSergiy Kuryata1-1/+1
2015-02-09Removed an extra space in buildtest.cmd, causing it to display an error.Nicolas Deslandes1-1/+1
2015-02-09Merge pull request #167 from dotnet-bot/from-tfsJan Kotas1-0/+5
2015-02-09Fix build break with minimal Windows OS CRTJan Kotas1-0/+5
2015-02-09Merge pull request #166 from richlander/masterJan Kotas2-63/+72
2015-02-09Update mscorlib doc and add entry to readmeRichard Lander2-63/+72
2015-02-09Merge pull request #163 from richlander/masterJan Kotas1-0/+357
2015-02-08Merge pull request #138 from kangaroo/va_list_safetySergiy Kuryata28-77/+184
2015-02-08Add Mscorlib and Calling Into the Runtime documentdotnet-bot1-0/+357
2015-02-08Merge pull request #162 from dotnet-bot/from-tfsMatt Ellis32-4/+74
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar32-4/+74
2015-02-08Set the mach exception default to MachException_SuppressDebugging for now, so...Geoff Norton1-1/+1
2015-02-08Merge pull request #155 from kangaroo/masterJan Kotas1-7/+0
2015-02-08Merge pull request #146 from poizan42/fix-writeable-stringsSergiy Kuryata10-22/+22
2015-02-08Minor code structure refactoring as requested by @jkotas in PR #138Geoff Norton3-18/+15
2015-02-08Merge remote-tracking branch 'origin/master' into va_list_safetyGeoff Norton30-122/+103
2015-02-08Merge remote-tracking branch 'origin/master'Geoff Norton30-122/+103
2015-02-08Do not define _DEBUG on all builds.Geoff Norton1-7/+0
2015-02-08Merge pull request #69 from mathstuf/cmake-touchupsJan Kotas22-94/+71
2015-02-07Merge pull request #149 from richlander/masterJan Kotas1-1/+1
2015-02-07Update author formatRich Lander1-1/+1
2015-02-08Fix writeable string warnings. Closes #139Kasper F. Brandt10-22/+22
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel14-50/+36
2015-02-07Simplify configuration-specific definitions in CMakeBen Boeckel1-14/+5
2015-02-07Use foreach(IN LISTS) syntax in CMake codeBen Boeckel3-10/+10
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel16-26/+26
2015-02-07Merge pull request #142 from dotnet-bot/from-tfsMatt Ellis3-2/+6
2015-02-07Merge pull request #140 from dotnet-bot/from-tfsMatt Ellis4-25/+25
2015-02-07Fix undefined symbols in release build of libcoreclr on LinuxSergiy Kuryata3-2/+6
2015-02-07Add missing .gitmirrorall file.Matt Ellis1-0/+1
2015-02-07va_copy exists on windows now as well as a define, so we can unify this codeGeoff Norton2-24/+0
2015-02-07Ensure that every usage of va_start is complemented by a va_endGeoff Norton24-38/+154
2015-02-07va_arg can modify the va_list according to the specificationGeoff Norton2-8/+26
2015-02-07Merge pull request #108 from jkotas/masterGaurav Khanna2-30/+12
2015-02-07Merge pull request #130 from njy/patch-1Jan Kotas1-2/+2
2015-02-07Merge pull request #119 from cwmiller/fix-linux-short-filenamesJan Kotas1-1/+1
2015-02-07possible unresolved tensionnjy1-2/+2
2015-02-07Merge pull request #75 from PashaPash/resourceset_deadlockJan Kotas1-16/+18
2015-02-07Merge pull request #125 from kangaroo/issue-120Jan Kotas1-2/+6