summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common
AgeCommit message (Expand)AuthorFilesLines
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben2-10/+10
2018-05-04BaseTools: use set instead of listCarsey, Jaben2-41/+41
2018-05-04BaseTools: create base expression classCarsey, Jaben2-36/+20
2018-05-04BaseTools: remove unused variableCarsey, Jaben1-1/+0
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben2-14/+48
2018-05-04BaseTools: AutoGen - add Opcode constantsCarsey, Jaben1-0/+12
2018-05-04BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2-2/+2
2018-05-04BaseTools: refactor to use list not dictCarsey, Jaben1-2/+3
2018-05-02BaseTools: remove unused MigrationUtilities.pyCarsey, Jaben1-568/+0
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben3-3/+5
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2-1/+4
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-18/+11
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-14/+14
2018-05-02BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben1-0/+15
2018-05-02BaseTools: Define and use a set for common listCarsey, Jaben1-0/+1
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-1/+1
2018-04-26BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben1-0/+1
2018-04-26BaseTools: remove duplicate variableCarsey, Jaben1-2/+0
2018-04-26BaseTools: simplify if callCarsey, Jaben1-1/+1
2018-04-26BaseTools: Share RegEx between filesCarsey, Jaben1-10/+12
2018-04-26BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben1-5/+11
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben4-38/+43
2018-04-23BaseTools: remove EdkIIWorkspace as its not used.Carsey, Jaben1-317/+0
2018-04-18BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben3-21/+16
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben6-23/+17
2018-04-18BaseTools: use predefined constants instead of local stringsCarsey, Jaben1-1/+3
2018-04-18BaseTools: Remove un-needed list comprehensionCarsey, Jaben1-1/+1
2018-04-17BaseTools: use existing shared variableCarsey, Jaben1-1/+1
2018-04-10BaseTools: Remove unneeded filesCarsey, Jaben4-3198/+0
2018-04-10BaseTools: Remove EdkIIWorkspaceBuild.py from source codeFeng, YunhuaX1-1670/+0
2018-04-10BaseTools: remove uncalled functionsCarsey, Jaben1-27/+0
2018-04-10BaseTools: remove unused fileCarsey, Jaben2-78/+5
2018-04-09BaseTools: dont make temporary dictCarsey, Jaben1-3/+3
2018-04-09BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX2-3640/+1
2018-04-08BaseTools: move RegEx to root of file and share itCarsey, Jaben2-5/+4
2018-04-08BaseTools: Add new RegEx pattern to GlobalDataCarsey, Jaben1-0/+3
2018-04-08BaseTools: Remove unused code from MiscCarsey, Jaben1-279/+1
2018-04-08BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben2-7/+7
2018-04-03BaseTools: make static functions when self is not neededCarsey, Jaben1-12/+10
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben1-15/+0
2018-04-03BaseTools: change hex parsing to use built inCarsey, Jaben1-22/+4
2018-04-03BaseTools: use single RegExp for token matchingCarsey, Jaben1-9/+7
2018-03-30BaseTools: cleanup class heirarchyCarsey, Jaben4-47/+4
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, Jaben1-2/+2
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben15-105/+105
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, Jaben2-3/+3
2018-03-29BaseTools: move regular expression compile out of function call.Carsey, Jaben1-6/+6