summaryrefslogtreecommitdiffstats
path: root/MdePkg/Include/Library/BaseLib.h
Commit message (Expand)AuthorAgeFilesLines
* MdePkg/BaseLib: Add bit field population calculating methodsTomas Pilar (tpilar)2018-07-091-0/+56
* MdePkg: Clean up source filesLiming Gao2018-06-281-181/+181
* MdePkg/BaseLib: add PatchInstructionX86()Laszlo Ersek2018-04-041-0/+56
* MdePkg/BaseLib.h: state preprocessing conditions in comments after #endifsLaszlo Ersek2018-04-041-13/+11
* MdePkg/BaseLib: add attribute 'RETURNS_TWICE' to SetJumpM1cha2018-01-101-0/+1
* MdePkg/BaseLib.h: Rollback field name changesJian J Wang2017-12-271-36/+36
* MdePkg/BaseLib.h: Coding style clean-upJian J Wang2017-12-261-37/+37
* MdePkg/BaseLib: Add stack switch related definitions for IA32Jian J Wang2017-12-081-0/+117
* MdePkg BaseLib: Add new API CalculateCrc32()Liming Gao2017-10-101-0/+19
* MdePkg/BaseLib: Add IsNodeInList() function.Marvin.Haeuser@outlook.com2017-08-161-0/+27
* MdePkg/BaseLib: Add AsciiStrToGuid/HexToBytes/ToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+214
* MdePkg/BaseLib: Add StrToGuid/StrHexToBytes/StrToIpv[4/6]AddressRuiyu Ni2017-02-281-0/+231
* MdePkg/BaseLib: Add safe string functions [U|A]StrnTo[A|U]StrSHao Wu2017-01-091-0/+107
* MdePkg/BaseLib: Enhance the return value for string to uint functionsHao Wu2017-01-091-8/+8
* MdePkg/BaseLib: Add safe string functions that convert str to valueHao Wu2017-01-091-0/+462
* MdePkg/BaseLib: Add safe string functions [Ascii]StrnSizeSHao Wu2017-01-091-1/+55
* MdePkg BaseLib: API PathRemoveLastItem not handle root paths properlyHao Wu2016-11-211-2/+1
* MdePkg: Fix some typing errors in the header filesThomas Huth2016-10-071-1/+1
* MdePkg: Indicate UnicodeStrToAsciiStr/AsciiStrToUnicodeStr to be deprecatedStar Zeng2016-06-211-0/+11
* MdePkg/BaseLib: Add 2 more safe string functions.Jiewen Yao2016-06-061-1/+93
* MdePkg/BaseLib: Add more comments for safe string functions.Jiewen Yao2016-05-241-0/+36
* MdePkg: Add CPU RdRand access APIs for random number generationQin Long2015-09-211-0/+51
* Add ASSERT comment for SafeString API in BaseLib for MdePkg.Yao, Jiewen2015-05-061-1/+13
* MdePkg: Refine the format of INF files and the declaration in header file.Shumin Qiu2015-01-231-1/+1
* MdeModulePkg, MdePkg, NetworkPkg, OvmfPkg, PerformancePkg, ShellPkg: Library ...Daryl McDaniel2015-01-131-10/+47
* MdePkg: Add deprecate flag for the functions which has a replace function in ...Eric Dong2014-12-151-3/+28
* Add safe string function to base lib.jyao12014-11-071-1/+299
* Match the comments with the implementation for Baselib::GetFirstNode.Shumin Qiu2013-08-081-2/+2
* MdePkg/BaseLib: Added ARM Aarch64 architecture supportHarry Liebel2013-07-291-0/+33
* Fix minor typos in BaseLib LinkedList commentslgao42013-03-131-10/+10
* Add ASSERT() for BitField operations to make sure the input value is valid. lgao42012-12-251-0/+30
* Update the modifier of ThunkContext parameter for AsmPrepareThunk16() in Base...lgao42012-02-271-2/+2
* Move generic IA32_SEGMENT_DESCRIPTOR definition to BaseLib.h.li-elvin2011-09-021-0/+22
* Clarify the requirements for the Destination parameter of UnicodeStrToAsciiStr.jcarsey2011-06-281-0/+3
* For BaseLib IsNull() function , update retval value comment to match its func...lgao42011-06-151-3/+3
* Update the copyright notice formathhtian2010-04-231-3/+3
* Grammatical and disclaimer changes (does not follow internal C coding stds.)myronporter2010-03-121-238/+239
* 1) Add new BaseLib API GetPreviousNode()mdkinney2009-11-211-2/+30
* Fix file headers and a few commentsmdkinney2009-08-241-1/+1
* Remove tabs in source code in MdePkg.qhuang82009-08-191-11/+11
* Update to make end-of-line consistent for all source files in MdePkg. There a...qhuang82009-08-191-21/+21
* Add ARM specific Jump Buffermdkinney2009-08-181-0/+21
* Add PcdVerifyNoteInList for judge whether do verification of node in list in ...klu22009-07-281-4/+6
* Save/Restore xmm6-xmm15 in function setJump/longJump.gikidy2009-06-101-0/+2
* Second set of changes based on a review of the code comments in the Include d...pkandel2009-06-041-81/+81
* Update function comments for AsmPrepareThunk16, AsmThunk16, AsmPrepareAndThun...klu22009-05-041-6/+6
* Add limitation clarification for usage of AsmPrepareThunk16(), AsmThunk16(), ...klu22009-04-291-1/+10
* updateeric_tian2009-04-231-21/+32
* Split out Synchronization Library from Base Librarymdkinney2009-01-301-254/+0
* 1. Simplify the implementation of AsmReadApplicationRegister() & AsmReadContr...qhuang82008-12-151-0/+44