summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Common
AgeCommit message (Expand)AuthorFilesLines
2018-06-28BaseTools: Move variable out of GlobalJaben Carsey2-14/+14
2018-06-27BaseTools: Fix old python2 idiomsGary Lin6-37/+35
2018-06-27BaseTools: Migrate to the new octal literalGary Lin1-1/+1
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin7-33/+33
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin1-1/+1
2018-06-27BaseTools: Remove tuple parameter in python scriptsGary Lin1-1/+2
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python print statementsGary Lin4-11/+15
2018-06-27BaseTools: Refactor python except statementsGary Lin4-19/+19
2018-06-22BaseTools: introduce !error statementYunhua Feng2-1/+3
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey3-3/+3
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com4-3/+3
2018-05-28BaseTools: loop to retry remove when it fails.Jaben Carsey1-2/+10
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