summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/build
AgeCommit message (Expand)AuthorFilesLines
2018-10-16BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen1-1/+1
2018-10-15BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu1-29/+41
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao2-89/+67
2018-10-13BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu1-27/+39
2018-10-13BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen1-1/+1
2018-10-13BaseTools: Fix some build and report file issueYunhua Feng1-5/+17
2018-10-13BaseTools: change the Division Operator in the expressionYunhua Feng1-10/+10
2018-10-13BaseTools: do the list and iterator translationYunhua Feng2-9/+9
2018-10-13BaseTools: Handle the bytes and str differenceYunhua Feng2-11/+11
2018-10-13BaseTools: fix the open file's read and write bugsYunhua Feng1-1/+1
2018-10-13BaseTools: use map and filter to replace the itertools functionYunhua Feng1-4/+3
2018-10-13BaseTools: replace the list iteritems by itemsYunhua Feng1-1/+1
2018-10-13BaseTools: Remove the "from __future__ import" itemsYunhua Feng1-1/+0
2018-09-25BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX1-4/+16
2018-09-20BaseTools: Workspace classes refactor propertiesCarsey, Jaben1-2/+2
2018-09-18BaseTools: Fix a bug for Unused PCDs section display in the reportzhijufan1-1/+11
2018-09-13BaseTools: Align the boolean type PCD value's display in the reportzhijufan1-2/+17
2018-09-06BaseTools: Fix a bug about list the PCD in "not used" sectionzhijufan1-0/+3
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-1/+1
2018-08-16BaseTools: Fix report flexible value issueYunhua Feng1-0/+5
2018-07-30BaseTools: Update build report for StructurePcd valueYunhua Feng1-2/+12
2018-07-27BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng1-1/+7
2018-07-25BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng1-6/+14
2018-07-23BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng1-1/+6
2018-07-13BaseTools: Enable structure pcd in FDF fileBobCF1-0/+3
2018-07-09BaseTools: Clean up source filesLiming Gao2-24/+24
2018-06-27BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2-6/+6
2018-06-27BaseTools: Fix old python2 idiomsGary Lin2-4/+3
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin2-11/+11
2018-06-27BaseTools: Remove the deprecated hash_key()Gary Lin1-1/+1
2018-06-27BaseTools: Refactor python print statementsGary Lin1-1/+2
2018-06-27BaseTools: Refactor python except statementsGary Lin2-7/+7
2018-06-13BaseTools: Cleanup unneeded codeJaben Carsey2-16/+16
2018-06-06BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng1-0/+40
2018-06-06BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng1-163/+167
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com1-1/+1
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-1/+1
2018-05-04BaseTools: standardize GUID and pack sizeCarsey, Jaben1-1/+1
2018-05-04BaseTools: check before accessing members in __eq__Carsey, Jaben1-1/+2
2018-05-02BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben1-6/+6
2018-05-02BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben1-15/+15
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben1-2/+2
2018-05-02BaseTools: Replace EDK Component strings with predefined constantCarsey, Jaben1-3/+3
2018-05-02BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben1-17/+2
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben2-33/+33
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-2/+2
2018-04-18BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2-14/+12
2018-04-17BaseTools: use dictionary.get() when we have value if not foundCarsey, Jaben1-3/+1
2018-04-10BaseTools: copy a dictionary from InfClassObject to BuildReportCarsey, Jaben1-1/+15
2018-04-10BaseTools: refactor and remove out of date use of .keys()Carsey, Jaben1-3/+1