summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Merge pull request #887 from janvorli/windows-readytorunJan Vorlicek1-0/+1
2015-04-30Fix new set of warningsJan Vorlicek1-0/+3
2015-04-30Enable ReadyToRun for Windows CoreCLRJan Vorlicek1-0/+1
2015-04-28Add Unix version of coreconsole.Aditya Mandaleeka1-0/+1
2015-04-28Removed the -Wno-switch compiler option for the Clang builds on LinuxBrian Sullivan1-3/+0
2015-04-24basic NetBSD platform supportJustin Cormack1-0/+6
2015-04-23Fix loading of PAL on OSXMatt Ellis1-6/+5
2015-04-22Merge pull request #759 from brianrob/perfmapJan Kotas1-0/+3
2015-04-22Adds support for resolving JIT compiled managed call frames in perf_events.Brian Robbins1-0/+3
2015-04-20Create native interop library System.Security.Cryptography.NativeJeremy Barton1-0/+1
2015-04-16Fix dangling else warningsJan Vorlicek1-1/+0
2015-04-01Merge pull request #599 from janvorli/warnings-cleanup-2aJan Vorlicek1-8/+5
2015-04-01Fix next round of warning typesJan Vorlicek1-8/+5
2015-04-01Ensure FEATURE_COREFX_GLOBALIZATION is defined for runtimeStephen Toub1-0/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-17/+9
2015-03-25Detect AMD64 Architecture on FreeBSDJan Henke1-5/+12
2015-03-18Implement runtime support for ICastable interfaceEugene Zemtsov1-4/+6
2015-03-16fix build on OpenBSDAaron Bieber1-0/+6
2015-03-16Inital build support for FreeBSD.Jan Henke1-0/+6
2015-03-03Pipe based communication between debugee and managed debugger on LinuxEugene Zemtsov1-0/+7
2015-03-02Fixes.Pat Gavlin1-0/+8
2015-02-23Merge remote-tracking branch 'upstream/master' into soscommand1Mike McLaughlin1-0/+6
2015-02-20Reimplement native exception handling for PALJan Vorlicek1-0/+6
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83611-3/+4
2015-02-09Add new nuget package for development usageMatt Mitchell1-0/+4
2015-02-08precompile common headers to reduce build time for win builds. With this buil...Rahul Kumar1-0/+14
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel1-3/+3
2015-02-07Simplify configuration-specific definitions in CMakeBen Boeckel1-14/+5
2015-02-07Use foreach(IN LISTS) syntax in CMake codeBen Boeckel1-6/+6
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel1-8/+8
2015-02-06Initial Mac OSX SupportGeoff Norton1-4/+19
2015-02-06Fix several warnings in Linux buildJan Vorlicek1-0/+2
2015-02-05Enable PDB generation for corerun and coreconsoleMatt Mitchell1-1/+3
2015-02-05Fix Typo in messages within CMakeLists.txtXy Ziemba1-1/+1
2015-02-05Modify else/endif statements to remove optional expressionsXy Ziemba1-2/+2
2015-02-04Add default values to CMAKE_BUILD_TYPEXy Ziemba1-0/+2
2015-02-03Make build type and build.sh case insensitiveXy Ziemba1-7/+11
2015-01-31Replaced compiler option to disabled all warnings in Linux build by options f...Jan Vorlicek1-4/+38
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot1-0/+405