summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-30120-1043/+1043
* BaseTools: compare GUID value should not case-sensitiveBin Wang2018-03-291-1/+1
* BaseTools: refactor repeated RegExp when no special searching is needed.Carsey, Jaben2018-03-291-4/+5
* BaseTools: dont use enumerate when un-neededCarsey, Jaben2018-03-293-5/+5
* BaseTools: move regular expression compile out of function call.Carsey, Jaben2018-03-291-6/+6
* BaseTools: expression can use single in instead of 3 API calls.Carsey, Jaben2018-03-291-1/+1
* BaseTools: remove local hex number regular expressionCarsey, Jaben2018-03-292-5/+3
* BaseTools: Use precompiled RegExpCarsey, Jaben2018-03-291-3/+4
* BaseTools: use new shared GUID regular expressionsCarsey, Jaben2018-03-294-11/+9
* BaseTools: GlobalData Add a regular expression for a hex numberCarsey, Jaben2018-03-291-0/+2
* BaseTools: Add new RegExp for future useCarsey, Jaben2018-03-291-0/+2
* BaseTools: Regular Expressions refactor out the hex char for later reuseCarsey, Jaben2018-03-291-1/+2
* BaseTools: add GUID pattern to global dataCarsey, Jaben2018-03-291-0/+7
* BaseTools: GlobalData share same MACRO name definitionCarsey, Jaben2018-03-291-3/+6
* BaseTools: FdfParser and FdfParserLite share reg expCarsey, Jaben2018-03-292-4/+5
* BaseTools: Update Rsa2048Sha256Sign to use openssl dgst optionLiming Gao2018-03-281-3/+3
* BaseTools: Update Rsa2048Sha256Sign to use openssl standard optionsLiming Gao2018-03-271-2/+2
* BaseTools: Autogen - modify to use standard parent/child class relationshipsCarsey, Jaben2018-03-271-39/+54
* BaseTools/ECC: Add a new exception supportHess Chen2018-03-271-2/+8
* BaseTool: Fixed the issue of empty PcdDB.BobCF2018-03-231-4/+5
* BaseTools: Add the missing package include directory in PcdValueInit MakefileLiming Gao2018-03-231-1/+3
* BaseTools: FdfParser remove class never used.Carsey, Jaben2018-03-211-15/+0
* BaseTools: FdfParser & FdfParserLite refactor regular expression for GUIDsCarsey, Jaben2018-03-212-5/+5
* BaseTools: StrGather remove functions no one callsCarsey, Jaben2018-03-211-30/+0
* BaseTools: StrGather simplify string/int conversion functionsCarsey, Jaben2018-03-211-14/+4
* BaseTools: StrGather has redundant declarationCarsey, Jaben2018-03-211-7/+2
* BaseTools: Override Max size by build Option Pcd for HII typeYonghong Zhu2018-03-211-0/+8
* BaseTools: Fix bug for --pcd VOID* type when no max size is specifiedYonghong Zhu2018-03-201-13/+0
* BaseTools: Add Feature Flag Pcd Type into Override listYonghong Zhu2018-03-201-1/+2
* BaseTool: Error handling for PCD datumtype.Feng, Bob C2018-03-192-4/+11
* BaseTools: RangeExpression - remove unused variableCarsey, Jaben2018-03-191-8/+1
* BaseTools: Expression - remove variableCarsey, Jaben2018-03-191-3/+0
* BaseTools: Expression - change from series of if to elifCarsey, Jaben2018-03-191-4/+4
* BaseTools: Expression refactor functionCarsey, Jaben2018-03-191-6/+5
* BaseTools: Expression - remove redundant variableCarsey, Jaben2018-03-191-6/+4
* BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible formatYonghong Zhu2018-03-181-8/+0
* BaseTools: Detect structure pcd header file change.BobCF2018-03-171-54/+135
* BaseTools: --hash --binary-destination generate wrong binary pathFeng, YunhuaX2018-03-171-1/+1
* BaseTools: UPT: remove unused variable and inaccessible code.Carsey, Jaben2018-03-151-19/+1
* BaseTools: Get Pcd DatumType from DEC file for --pcdYonghong Zhu2018-03-121-0/+1
* BaseTools: GlobalData remove unused variableCarsey, Jaben2018-03-091-2/+1
* BaseTools: Fix parse OFFSET_OF get wrong offsetFeng, YunhuaX2018-03-091-1/+2
* BaseTools: Fix a bug for --pcd used in ConditionalStatement calculateYonghong Zhu2018-03-093-1/+5
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-098-268/+159
* BaseTools: Fixed Pcd from command line issue.BobCF2018-03-094-47/+31
* BaseTools: Fix the bug to search Fv.txt file relative to workspaceYonghong Zhu2018-03-031-6/+9
* BaseTools: Correct Structure Pcd value in the reportYonghong Zhu2018-03-031-9/+63
* BaseTools: Pcd Value override issue.Feng, Bob C2018-03-031-6/+8
* BaseTools: Fixed build failed issue.Feng, Bob C2018-03-031-7/+14
* BaseTools: Fixed Pcd value override issue.BobCF2018-03-035-62/+157