summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Common
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix old python2 idiomsGary Lin2018-06-276-37/+35
* BaseTools: Migrate to the new octal literalGary Lin2018-06-271-1/+1
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-277-33/+33
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-271-1/+1
* BaseTools: Remove tuple parameter in python scriptsGary Lin2018-06-271-1/+2
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-1/+1
* BaseTools: Refactor python print statementsGary Lin2018-06-274-11/+15
* BaseTools: Refactor python except statementsGary Lin2018-06-274-19/+19
* BaseTools: introduce !error statementYunhua Feng2018-06-222-1/+3
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-133-3/+3
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-284-3/+3
* BaseTools: loop to retry remove when it fails.Jaben Carsey2018-05-281-2/+10
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-042-10/+10
* BaseTools: use set instead of listCarsey, Jaben2018-05-042-41/+41
* BaseTools: create base expression classCarsey, Jaben2018-05-042-36/+20
* BaseTools: remove unused variableCarsey, Jaben2018-05-041-1/+0
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-042-14/+48
* BaseTools: AutoGen - add Opcode constantsCarsey, Jaben2018-05-041-0/+12
* BaseTools: move PCD size calculation functions to PcdClassObjectCarsey, Jaben2018-05-042-2/+2
* BaseTools: refactor to use list not dictCarsey, Jaben2018-05-041-2/+3
* BaseTools: remove unused MigrationUtilities.pyCarsey, Jaben2018-05-021-568/+0
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-023-3/+5
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-022-1/+4
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-021-18/+11
* BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben2018-05-021-14/+14
* BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben2018-05-021-0/+15
* BaseTools: Define and use a set for common listCarsey, Jaben2018-05-021-0/+1
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-1/+1
* BaseTools: GenFds - simplify testing for Hex numberCarsey, Jaben2018-04-261-0/+1
* BaseTools: remove duplicate variableCarsey, Jaben2018-04-261-2/+0
* BaseTools: simplify if callCarsey, Jaben2018-04-261-1/+1
* BaseTools: Share RegEx between filesCarsey, Jaben2018-04-261-10/+12
* BaseTools: Misc - refactor RegEx to minimize multiple compilingCarsey, Jaben2018-04-261-5/+11
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-234-38/+43
* BaseTools: remove EdkIIWorkspace as its not used.Carsey, Jaben2018-04-231-317/+0
* BaseTools: merge towards minimum PCD MAX <something> methodsCarsey, Jaben2018-04-183-21/+16
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-186-23/+17
* BaseTools: use predefined constants instead of local stringsCarsey, Jaben2018-04-181-1/+3
* BaseTools: Remove un-needed list comprehensionCarsey, Jaben2018-04-181-1/+1
* BaseTools: use existing shared variableCarsey, Jaben2018-04-171-1/+1
* BaseTools: Remove unneeded filesCarsey, Jaben2018-04-104-3198/+0
* BaseTools: Remove EdkIIWorkspaceBuild.py from source codeFeng, YunhuaX2018-04-101-1670/+0
* BaseTools: remove uncalled functionsCarsey, Jaben2018-04-101-27/+0
* BaseTools: remove unused fileCarsey, Jaben2018-04-102-78/+5
* BaseTools: dont make temporary dictCarsey, Jaben2018-04-091-3/+3
* BaseTools: Remove FdfParserLite.py from source since it is not usedFeng, YunhuaX2018-04-092-3640/+1
* BaseTools: move RegEx to root of file and share itCarsey, Jaben2018-04-082-5/+4
* BaseTools: Add new RegEx pattern to GlobalDataCarsey, Jaben2018-04-081-0/+3
* BaseTools: Remove unused code from MiscCarsey, Jaben2018-04-081-279/+1
* BaseTools: use built in OrderedDict instead of custom version.Carsey, Jaben2018-04-082-7/+7