summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)AuthorFilesLines
2015-02-09Add new nuget package for development usageMatt Mitchell6-3/+51
2015-02-09Merge pull request #160 from kangaroo/masterSergiy Kuryata1-1/+1
2015-02-09Fix build break with minimal Windows OS CRTJan Kotas1-0/+5
2015-02-08Merge pull request #138 from kangaroo/va_list_safetySergiy Kuryata28-77/+184
2015-02-08Merge pull request #162 from dotnet-bot/from-tfsMatt Ellis31-4/+60
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar31-4/+60
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 Norton27-96/+85
2015-02-08Merge remote-tracking branch 'origin/master'Geoff Norton27-96/+85
2015-02-08Do not define _DEBUG on all builds.Geoff Norton1-7/+0
2015-02-08Fix writeable string warnings. Closes #139Kasper F. Brandt10-22/+22
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel13-47/+33
2015-02-07Use foreach(IN LISTS) syntax in CMake codeBen Boeckel2-4/+4
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel15-18/+18
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 Ellis3-25/+24
2015-02-07Fix undefined symbols in release build of libcoreclr on LinuxSergiy Kuryata3-2/+6
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 #119 from cwmiller/fix-linux-short-filenamesJan Kotas1-1/+1
2015-02-07Merge pull request #75 from PashaPash/resourceset_deadlockJan Kotas1-16/+18
2015-02-06-nostdinc++ is not recognized by apple clang, but its also not neededGeoff Norton1-2/+6
2015-02-06Remove static casting in favor of a helper method so we retain type safety wi...Geoff Norton1-13/+23
2015-02-06Fix std::out_of_range exception with short filenames (Linux)Chase Miller1-1/+1
2015-02-06Refactor to be explicit about the fact that there is no handler yetGeoff Norton2-3/+3
2015-02-06Remove PowerPC code, as its unused anymoreGeoff Norton1-82/+5
2015-02-06Remove the old version of DBG_CheckStackAlignment and make sure the assembly ...Geoff Norton2-39/+2
2015-02-06Remove cordbi from the OSX build, since its still missing some symbolsGeoff Norton2-2/+6
2015-02-06Refactor the DBG_CheckStackAlignment support to be more consistent with the r...Geoff Norton3-3/+4
2015-02-06Fixup a few changes missed when rebasing OSX supportGeoff Norton3-3/+3
2015-02-06Initial Mac OSX SupportGeoff Norton37-1459/+1327
2015-02-06Fix PAL_Initialize error reportingJan Vorlicek3-25/+24
2015-02-06Merge pull request #86 from maksqwe/assertion_search_fixSenthil1-1/+1
2015-02-07Fixed deadlock in System.Resources.ResourceSetPavel Pochobut1-16/+18
2015-02-06lrt is not cross platform, lets put this back in when we verify this branch o...Geoff Norton1018-1043/+0
2015-02-06Fix missing CHAIN_SUCCESS_COUNTER symbol in libcoreclr.soJan Vorlicek1-1/+1
2015-02-06Fix Windows x64 corerun.exe to run anycpu 32-bit preferred exeJan Kotas2-30/+12
2015-02-06Fix several warnings in Linux buildJan Vorlicek4-4/+8
2015-02-05Merge pull request #104 from dotnet-bot/from-tfsJan Kotas36-67/+168
2015-02-05Fix build on Linux by resolving case sensitivity issues in md/datasourceEugene Zemtsov8-11/+18
2015-02-06Merge pull request #96 from mmitche/exe-pdbsMatt Mitchell5-3/+14
2015-02-05Enable PDB generation for corerun and coreconsoleMatt Mitchell5-3/+14
2015-02-05Make DBI build on LinuxEugene Zemtsov28-56/+150
2015-02-05Build fixes for clang3.7 and systems without stropt.h.Pat Gavlin10-25/+4
2015-02-04Merge pull request #42 from pborreli/typosJan Kotas40-88/+88