summaryrefslogtreecommitdiff
path: root/BaseTools
AgeCommit message (Expand)AuthorFilesLines
2018-04-03BaseTools: remove uncalled functionsCarsey, Jaben2-38/+0
2018-04-03BaseTools: make static functions when self is not neededCarsey, Jaben2-25/+22
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben4-62/+2
2018-04-03BaseTools: change hex parsing to use built inCarsey, Jaben2-44/+8
2018-04-03BaseTools: use new RegEx from FdfParserLiteCarsey, Jaben1-7/+5
2018-04-03BaseTools: use single RegExp for token matchingCarsey, Jaben1-9/+7
2018-03-30BaseTools: cleanup class heirarchyCarsey, Jaben5-59/+5
2018-03-30BaseTools: remove loop and variables.Carsey, Jaben1-13/+0
2018-03-30BaseTools: use in to compare single charsCarsey, Jaben1-1/+1
2018-03-30BaseTools: no need to do int() API work for itCarsey, Jaben4-18/+6
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben131-1142/+1142
2018-03-29BaseTools: compare GUID value should not case-sensitiveBin Wang1-1/+1
2018-03-29BaseTools: refactor repeated RegExp when no special searching is needed.Carsey, Jaben1-4/+5
2018-03-29BaseTools: dont use enumerate when un-neededCarsey, Jaben3-5/+5
2018-03-29BaseTools: move regular expression compile out of function call.Carsey, Jaben1-6/+6
2018-03-29BaseTools: expression can use single in instead of 3 API calls.Carsey, Jaben1-1/+1
2018-03-29BaseTools: remove local hex number regular expressionCarsey, Jaben2-5/+3
2018-03-29BaseTools: Use precompiled RegExpCarsey, Jaben1-3/+4
2018-03-29BaseTools: use new shared GUID regular expressionsCarsey, Jaben4-11/+9
2018-03-29BaseTools: GlobalData Add a regular expression for a hex numberCarsey, Jaben1-0/+2
2018-03-29BaseTools: Add new RegExp for future useCarsey, Jaben1-0/+2
2018-03-29BaseTools: Regular Expressions refactor out the hex char for later reuseCarsey, Jaben1-1/+2
2018-03-29BaseTools: add GUID pattern to global dataCarsey, Jaben1-0/+7
2018-03-29BaseTools: GlobalData share same MACRO name definitionCarsey, Jaben1-3/+6
2018-03-29BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben2-4/+5
2018-03-28BaseTools/BinToPcd: Add support for multiple binary input filesKinney, Michael D1-29/+54
2018-03-28BaseTools: Update Rsa2048Sha256Sign to use openssl dgst optionLiming Gao1-3/+3
2018-03-27BaseTools: Update Rsa2048Sha256Sign to use openssl standard optionsLiming Gao1-2/+2
2018-03-27BaseTools: Autogen - modify to use standard parent/child class relationshipsCarsey, Jaben1-39/+54
2018-03-27BaseTools/ECC: Add a new exception supportHess Chen1-2/+8
2018-03-23BaseTool/VfrCompile: Fix potential memory leak issueBi, Dandan1-0/+4
2018-03-23BaseTool/VfrCompile: make delete[] match with new[]Bi, Dandan5-22/+22
2018-03-23BaseTool: Fixed the issue of empty PcdDB.BobCF1-4/+5
2018-03-23BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao1-1/+3
2018-03-21BaseTools/PosixLike: honor pre-set PYTHONPATHLaszlo Ersek13-13/+13
2018-03-21BaseTools: FdfParser remove class never used.Carsey, Jaben1-15/+0
2018-03-21BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben2-5/+5
2018-03-21BaseTools: StrGather remove functions no one callsCarsey, Jaben1-30/+0
2018-03-21BaseTools: StrGather simplify string/int conversion functionsCarsey, Jaben1-14/+4
2018-03-21BaseTools: StrGather has redundant declarationCarsey, Jaben1-7/+2
2018-03-21BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu1-0/+8
2018-03-20BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu1-13/+0
2018-03-20BaseTools: Add Feature Flag Pcd Type into Override listYonghong Zhu1-1/+2
2018-03-19BaseTools/Conf: Add VS2017/ARM64 supportPete Batard2-3/+31
2018-03-19BaseTool: Error handling for PCD datumtype.Feng, Bob C2-4/+11
2018-03-19BaseTools: RangeExpression - remove unused variableCarsey, Jaben1-8/+1
2018-03-19BaseTools: Expression - remove variableCarsey, Jaben1-3/+0
2018-03-19BaseTools: Expression - change from series of if to elifCarsey, Jaben1-4/+4
2018-03-19BaseTools: Expression refactor functionCarsey, Jaben1-6/+5
2018-03-19BaseTools: Expression - remove redundant variableCarsey, Jaben1-6/+4