summaryrefslogtreecommitdiffstats
path: root/MdePkg/Library/BaseMemoryLib
Commit message (Expand)AuthorAgeFilesLines
* MdePkg: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0919-131/+19
* MdePkg: Removing ipf which is no longer supported from edk2.Chen A Chen2018-09-251-1/+1
* MdePkg: Clean up source filesLiming Gao2018-06-2810-29/+29
* MdePkg/MemoryLib: Refine InternalMemSetMem16|32|64 functions logicHao Wu2016-12-221-9/+9
* MdePkg/BaseMemoryLib: Fix VS2015 build errorMichael Kinney2016-11-171-4/+4
* MdePkg/BaseMemoryLib*: check for zero length in ZeroMem ()Ard Biesheuvel2016-11-041-1/+5
* MdePkg/BaseMemoryLib: widen aligned accesses to 32 or 64 bitsArd Biesheuvel2016-09-133-14/+140
* MdePkg BaseMemoryLib: Add C implementation of API IsZeroBuffer()Hao Wu2016-08-224-3/+104
* MdePkg BaseMemoryLib: Add implementation of API IsZeroGuid()Hao Wu2016-08-221-1/+30
* MdePkg: Convert all .uni files to utf-8Jordan Justen2015-12-151-0/+0
* MdePkg: Convert non DOS format files to DOS formatGao, Liming2014-09-031-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-0/+0
* MdePkg: INF/DEC file updates to EDK II packagesGao, Liming2014-08-271-1/+2
* Fix InternalMemScanMem* functions so that they return the pointer to the matc...darylm5032011-01-071-8/+12
* Fix the InternalMemScanMem* functions. They were returning the character AFT...darylm5032010-08-251-4/+4
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-253-3/+3
* Minor grammatical work--mostly adding periods. Items with ONLY period added ...myronporter2010-06-2417-143/+143
* Update the copyright notice formathhtian2010-04-2317-34/+34
* 1. Correct File header to ## @filelgao42010-02-241-4/+4
* Clean up MdePkg source to correct some coding style issues, etc.qhuang82010-01-271-2/+2
* 1. fix the wrong description, change "target the buffer" to "the target buffer"eric_tian2009-12-076-8/+10
* Add SetMemN() and ScanMemN() to the BaseMemoryLib class and all BaseMemoryLib...mdkinney2009-12-052-2/+71
* clean up all of eight BaseMemoryLib instances in MdePkg with the following up...qhuang82009-08-1114-59/+44
* adjust code to remove Klocwork issues.vanjeff2009-01-211-1/+1
* INF file verified, and Coding Style reviewed.gikidy2009-01-091-3/+3
* Update copyright for files modified in this yearqhuang82008-12-299-9/+9
* Synchronize MdePkg h files to Library/Base* c files.gikidy2008-12-113-17/+17
* Synchronize function comment in MdePkg\Library\BaseMemoryLib.h,CacheMaintenan...gikidy2008-11-259-53/+44
* Clean up the unused EDK_RELEASE_VERSION, PI_SPECIFICATION_VERSION and EFI_SPE...lgao42008-11-251-1/+0
* Remove unnessary UEFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION in I...eric_tian2008-10-291-1/+0
* Refine file header for INF files of MDE library instances.xli242008-10-281-2/+3
* Fix typo to pass buildqhuang82008-10-211-1/+1
* Update comments.qwang122008-10-212-3/+3
* CodeReview for MdePkg/BaseMemoryXXX libraries. Refine file description, funct...eric_tian2008-10-2115-143/+133
* 1. Change 0 == Length style to Length == 0lgao42008-09-1814-36/+62
* remove unnecessary comments introduced by tools from MdePkg. The regular expr...vanjeff2008-09-1715-45/+15
* Correct the wrong '?' character to '-', and add check DestinationBuffer == So...lgao42008-09-088-8/+8
* remove the unused msa files in MdePkg.lgao42008-08-251-60/+0
* Code Scrub for MdePkg.yshang12008-07-252-5/+5
* Roll back 1 == Var to Var == 1 for save size.lgao42008-07-151-1/+1
* Code scrub:yshang12008-07-0810-22/+22
* Make header consistent with other files.mdkinney2007-10-061-1/+1
* Remove unused comments in MdePkg.yshang12007-07-191-29/+0
* Removed MdePkg usage of ModuleName: in file headersAJFISH2007-07-1215-30/+0
* Removed CommonHeader.h generated file from the MdePkg. AJFISH2007-06-2918-53/+21
* removed [includes] section from MdePkg and MdeModulePkg .inf files. The inclu...AJFISH2007-06-291-10/+0
* Updated headers to follow coding standardAJFISH2007-06-271-12/+9
* Import some basic libraries instances for Mde Packages. vanjeff2007-06-2219-0/+1701
* Moved the MdePkg to OldMdePkg so that new code in MdePkg does not break exist...lhauch2007-06-0117-1492/+0
* Make MDE package pass intel IPF compiler with /W4 /WX switched on.xli242007-01-253-6/+14