summaryrefslogtreecommitdiff
path: root/MdePkg/Library/BaseMemoryLib
AgeCommit message (Expand)AuthorFilesLines
2019-04-09MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney19-131/+19
2018-09-25MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen1-1/+1
2018-06-28MdePkg: Clean up source filesLiming Gao10-29/+29
2016-12-22MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logicHao Wu1-9/+9
2016-11-17MdePkg/BaseMemoryLib: Fix VS2015 build errorMichael Kinney1-4/+4
2016-11-04MdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()Ard Biesheuvel1-1/+5
2016-09-13MdePkg/BaseMemoryLib: widen aligned accesses to 32 or 64 bitsArd Biesheuvel3-14/+140
2016-08-22MdePkg BaseMemoryLib: Add C implementation of API IsZeroBuffer()Hao Wu4-3/+104
2016-08-22MdePkg BaseMemoryLib: Add implementation of API IsZeroGuid()Hao Wu1-1/+30
2015-12-15MdePkg: Convert all .uni files to utf-8Jordan Justen1-0/+0
2014-09-03MdePkg: Convert non DOS format files to DOS formatGao, Liming1-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming1-0/+0
2014-08-27MdePkg: INF/DEC file updates to EDK II packagesGao, Liming1-1/+2
2011-01-07Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5031-8/+12
2010-08-25Fix the InternalMemScanMem* functions. They were returning the character AFT...darylm5031-4/+4
2010-06-25Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter3-3/+3
2010-06-24Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter17-143/+143
2010-04-23Update the copyright notice formathhtian17-34/+34
2010-02-241. Correct File header to ## @filelgao41-4/+4
2010-01-27Clean up MdePkg source to correct some coding style issues, etc.qhuang81-2/+2
2009-12-071. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian6-8/+10
2009-12-05Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2-2/+71
2009-08-11clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang814-59/+44
2009-01-21adjust code to remove Klocwork issues.vanjeff1-1/+1
2009-01-09INF file verified, and Coding Style reviewed.gikidy1-3/+3
2008-12-29Update copyright for files modified in this yearqhuang89-9/+9
2008-12-11Synchronize MdePkg h files to Library/Base* c files.gikidy3-17/+17
2008-11-25Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenan...gikidy9-53/+44
2008-11-25Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao41-1/+0
2008-10-29Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian1-1/+0
2008-10-28Refine file header for INF files of MDE library instances.xli241-2/+3
2008-10-21Fix typo to pass buildqhuang81-1/+1
2008-10-21Update comments.qwang122-3/+3
2008-10-21CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, funct...eric_tian15-143/+133
2008-09-181. Change 0 == Length style to Length == 0lgao414-36/+62
2008-09-17remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff15-45/+15
2008-09-08Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao48-8/+8
2008-08-25remove the unused msa files in MdePkg.lgao41-60/+0
2008-07-25Code Scrub for MdePkg.yshang12-5/+5
2008-07-15Roll back 1 == Var to Var == 1 for save size.lgao41-1/+1
2008-07-08Code scrub:yshang110-22/+22
2007-10-06Make header consistent with other files.mdkinney1-1/+1
2007-07-19Remove unused comments in MdePkg.yshang11-29/+0
2007-07-12Removed MdePkg usage of ModuleName: in file headersAJFISH15-30/+0
2007-06-29Removed CommonHeader.h generated file from the MdePkg. AJFISH18-53/+21
2007-06-29removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH1-10/+0
2007-06-27Updated headers to follow coding standardAJFISH1-12/+9
2007-06-22Import some basic libraries instances for Mde Packages. vanjeff19-0/+1701
2007-06-01Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch17-1492/+0
2007-01-25Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli243-6/+14