summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
AgeCommit message (Expand)AuthorFilesLines
2015-08-22Enable gcroot and other gc related sos commands.Mike McLaughlin1-1/+0
2015-08-04Enable the Windows x86 buildMike Danes1-13/+34
2015-07-27[aarch64] Initial aarch64/linux bring upGeoff Norton1-7/+33
2015-07-24Add ARM target for CoreCLR on Linux.Ben Pye1-17/+61
2015-07-16Extend the Unix hosting APIJan Vorlicek1-1/+1
2015-07-01Generate the dac table RVA using nm at build time.Mike McLaughlin1-0/+1
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais1-3/+1
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais1-2/+11
2015-06-04Changes necessary to make PAL headers compatible with c++ headers,Prem Ramanathan1-0/+1
2015-05-29Limit the libcoreclr.so exports to the required minimumJan Vorlicek1-0/+24
2015-05-26Fix warning no-overloaded-virtualJan Vorlicek1-3/+0
2015-05-26Merge pull request #1052 from janvorli/fix-warnings-delete-non-virtual-dtorJan Kotas1-1/+0
2015-05-26Fix the virtual destructor warningJan Vorlicek1-1/+0
2015-05-26Fix the implicit-exception-spec-mismatch warningJan Vorlicek1-1/+0
2015-05-20Enable ReadyToRun feature on UnixJan Vorlicek1-1/+1
2015-05-09osxbundlerun - corerun for use in OS-X app packagesBrad Robinson1-0/+5
2015-05-07Changes for building using VS2015Jan Kotas1-1/+0
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