summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python
AgeCommit message (Expand)AuthorFilesLines
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, Jaben120-1043/+1043
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: 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: 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: 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-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
2018-03-18BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu1-8/+0
2018-03-17BaseTools: Detect structure pcd header file change.BobCF1-54/+135
2018-03-17BaseTools: --hash --binary-destination generate wrong binary pathFeng, YunhuaX1-1/+1
2018-03-15BaseTools: UPT: remove unused variable and inaccessible code.Carsey, Jaben1-19/+1
2018-03-12BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu1-0/+1
2018-03-09BaseTools: GlobalData remove unused variableCarsey, Jaben1-2/+1
2018-03-09BaseTools: Fix parse OFFSET_OF get wrong offsetFeng, YunhuaX1-1/+2
2018-03-09BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu3-1/+5
2018-03-09BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu8-268/+159
2018-03-09BaseTools: Fixed Pcd from command line issue.BobCF4-47/+31
2018-03-03BaseTools: Fix the bug to search Fv.txt file relative to workspaceYonghong Zhu1-6/+9
2018-03-03BaseTools: Correct Structure Pcd value in the reportYonghong Zhu1-9/+63
2018-03-03BaseTools: Pcd Value override issue.Feng, Bob C1-6/+8