summaryrefslogtreecommitdiff
path: root/src/utilcode
AgeCommit message (Expand)AuthorFilesLines
2017-02-14Add case-insensitive String.Replace overloads (#9316)Erti-Chris Eelmaa2-6/+28
2017-02-12Remove never defined FEATURE_FUSIONdanmosemsft1-94/+0
2017-02-12Remove remainder of FEATURE_CORECLR (tool missed some files, also comments)danmosemsft4-165/+5
2017-02-12Remove never defined FEATURE_COMINTEROP_TLB_SUPPORT and files that require it...danmosemsft1-221/+0
2017-02-11Revert "Remove always defined FEATURE_CORESYSTEM"danmosemsft5-0/+363
2017-02-10Revert "Remove always defined FEATURE_CORRUPTING_EXCEPTIONS"danmosemsft1-0/+2
2017-02-10Remove always defined FEATURE_CORRUPTING_EXCEPTIONSdanmosemsft1-2/+0
2017-02-10Remove always defined FEATURE_CORECLRdanmosemsft16-2872/+3
2017-02-10Remove always defined FEATURE_CORESYSTEMdanmosemsft5-363/+0
2017-01-24Document jumpStub usage in Codeman.cppBrian Sullivan1-33/+80
2017-01-24Delete unused files (#9082)mikedn3-1077/+0
2016-12-26Remove files related to legacy build system (#8723)Robert7-253/+0
2016-12-23Remove all usage of vsnprintf (#8709)Jan Vorlicek2-2/+2
2016-12-18Remove Read/WriteProcessMemory from PAL. (#8655)Mike McLaughlin1-1/+1
2016-12-01fix permissive C++ code (MSVC /permissive-) (#8337)Phil Christensen2-18/+20
2016-11-30Disable Windows-specific code for x86/Linux (#8371)Jonghyun Park1-1/+1
2016-11-30[x86/Linux] Add missing files in x86/Linux PAL (#8318)Jonghyun Park1-2/+2
2016-11-30Uses portable ROTATE_LEFT for x86/Linux (#8367)Jonghyun Park1-1/+1
2016-11-21Remove unsafe banned functions (#8162)Jan Vorlicek1-2/+2
2016-11-09Disable GUI dialogs on Windows by defaultRuss Keldorph1-10/+10
2016-10-28Remove some unused PAL functions (#7873)Jan Vorlicek2-3/+3
2016-10-28C++ conformance. (building with /permissive-) (#7855)Phil Christensen3-9/+4
2016-10-10Fix buffer length usage in UTF-8 to Unicode conversion (#7540)John Chen1-3/+9
2016-09-05Allow mapping LCID and culture names mapping for neutral culture (#7049)Tarek Mahmoud Sayed1-4/+4
2016-07-28Fxing the paths that are resolved relative to a network shareRama Krishnan Raghupathy1-7/+22
2016-05-26Add noexcept to some non-throwing new overloads.Aditya Mandaleeka1-2/+2
2016-05-20Load XRT DLL from System32, and only on Win8+.Aditya Mandaleeka1-1/+6
2016-05-11Fix the optimization check to call ordinalTarekm Mahmoud Sayed1-0/+8
2016-05-06enable affinity and numa for GC and some bug fixesMaoni01-35/+9
2016-04-29ARM64: Enabling Crossgen End-to-End MscorlibKyungwoo Lee1-0/+81
2016-04-21Remove GOLDEN macro. (#4484)Aditya Mandaleeka1-2/+1
2016-04-12Clean up StructArrayList for GC info.Pat Gavlin1-84/+0
2016-03-25Add new configuration mechanism for CoreCLR.Aditya Mandaleeka6-32/+227
2016-03-16Update code to use COMPlus_ instead of COMPLUS_ when referencing knobsManu4-22/+22
2016-03-07Merge pull request #3441 from ramarag/pal_longfileRama krishnan Raghupathy1-5/+8
2016-03-07Enabling LongFile Support in PALDDCloud1-5/+8
2016-03-07Reapply change 1578859: Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+2
2016-03-04Fixup CRT linkages for uCRTGaurav Khanna1-50/+0
2016-03-03Add two files that should have been part of changeset #1581242.Pat Gavlin1-0/+8
2016-03-03Refactor Utilcode's IAllocators.Pat Gavlin1-5/+1
2016-02-29Support long paths in CoreCLR runtime on WindowsJohn Chen (JOCHEN7)4-50/+199
2016-02-25Roll back change 1578859 on behalf of pagavlin. Change broke SuperPMI.dotnet-bot1-2/+2
2016-02-25Add a new set of APIs for JIT configuration.Pat Gavlin1-2/+2
2016-02-24Fix build break - add precompiled headerJan Kotas1-0/+2
2016-02-23Expose a hosting interface for the JIT.Pat Gavlin5-0/+83
2016-02-19This Change Adds initial Support for LongFiles in the VM,Rama Krishnan Raghupathy16-263/+1719
2016-02-10Fix SOS managed breakpoints when coreclr symbols are stripped.Mike McLaughlin1-19/+0
2016-02-03Fix build on NetBSD: cast ptr to function to ptr to dataKamil Rytarowski1-2/+1
2016-01-27Update license headersdotnet-bot78-315/+237
2016-01-25Clang sanitizer fixes to remove incorrect function type 'void *(*)()'Steve Harter2-6/+6