summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-02-13Modify the windows amd64 unwinder to work as jitted code unwinder on UnixJan Vorlicek10-853/+1357
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
2015-02-07Merge pull request #126 from vkairys/documentation-linksJan Kotas1-2/+2
2015-02-07Update intro-to-clr.mdvkairys1-2/+2
2015-02-06-nostdinc++ is not recognized by apple clang, but its also not neededGeoff Norton1-2/+6
2015-02-06Merge pull request #117 from kangaroo/osxJan Kotas44-1582/+1370
2015-02-06Remove static casting in favor of a helper method so we retain type safety wi...Geoff Norton1-13/+23