summaryrefslogtreecommitdiff
path: root/src/dlls/mscordac
AgeCommit message (Expand)AuthorFilesLines
2017-01-24Delete unused files (#9082)mikedn1-10/+0
2016-12-26Remove files related to legacy build system (#8723)Robert2-163/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek1-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-0/+1
2016-12-09Remove sscanf and sprintf usage (#8508)Jan Vorlicek1-0/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-4/+6
2016-11-09Fix missing exports in mscordaccore.so (#8058)Jan Vorlicek1-1/+7
2016-11-04Remove more PAL functions (#8009)Jan Vorlicek1-2/+2
2016-06-23Build the GC as part of its own CMake target (#5932)Sean Gillespie1-0/+1
2016-06-03Limit exports on debugger modules. (#5442)Mike McLaughlin2-11/+205
2016-04-26This has following changes:Rahul Kumar1-8/+1
2016-04-18enable build of cross target components.Rahul Kumar1-1/+1
2016-03-22Strip symbols on release builds into separate binariesMike McLaughlin1-4/+1
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-0/+8
2016-02-14Add more CMake sugar for NetBSDKamil Rytarowski1-2/+2
2016-01-27Update license headersdotnet-bot3-13/+9
2016-01-21FIx the incremental build for WindowsJan Vorlicek1-1/+1
2015-06-08Build, Windows: Use Config instead of Build TypeHadi Brais1-7/+1
2015-06-07build,win: Enables Whole Program Optimization.Hadi Brais1-1/+6
2015-05-18Ensure fallback to English resources on non-Windows platformsAditya Mandaleeka1-0/+1
2015-05-02Fixed PAL thread allocation stack overflow.Mike McLaughlin1-1/+1
2015-04-17Add missing MIT license headersJan Vorlicek1-5/+4
2015-04-14Rename "CoreClrPal" to "coreclrpal"Matt Ellis1-1/+1
2015-03-26Fix about 12 kinds of warnings over the codebaseJan Vorlicek1-2/+2
2015-02-20Fix SOS command to not break the OSX build, and be linkable against apples LL...Geoff Norton1-8/+10
2015-02-20Review feedback. Fixed the sos plugin make file to use the LLDB_INCLUDE_DIR ...Mike McLaughlin1-0/+3
2015-02-19Fixed Windows build for the DAC by restore the lib order back. Add the MAKEDL...Mike McLaughlin1-6/+6
2015-02-16One more fix to DAC build. The wrong "delete" code was being used causing a f...Mike McLaughlin1-0/+4
2015-02-12These changes are the beginning of the SOS for coreclr under lldb. It isn't f...mikem83612-7/+41
2015-02-07Use list(APPEND) rather than set(var ${var} ...) in CMakeBen Boeckel1-3/+2
2015-02-07Remove excess arguments to endfunction() and else()Ben Boeckel1-1/+1
2015-02-04Enable binplacing of native CoreCLR binaries on LinuxSergiy Kuryata1-1/+3
2015-02-03Move the windows unwinder code out of the debug folder.Jan Vorlicek2-0/+4
2015-01-30Initial commit to populate CoreCLR repo dotnet-bot11-0/+314