summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/build/BuildReport.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Fix the build report crash issueBob Feng2021-01-141-7/+9
* BaseTools: Update report map file formatYunhua Feng2020-11-101-1/+1
* BaseTools: Enable Module Scope Structure PcdBob Feng2020-11-051-49/+68
* BaseTools: Fixed build failure when using python38Fan, ZhijuX2020-02-121-1/+1
* BaseTools:Fix the issue that build report failedFan, ZhijuX2019-09-191-2/+11
* BaseTools: Update incorrect variable name 'DataPile'Fan, ZhijuX2019-08-201-1/+1
* BaseTools: Decouple AutoGen ObjectsFeng, Bob C2019-08-091-2/+2
* BaseTools:Added arch output to build reportMatthew Carlson2019-08-011-0/+2
* BaseTools: Fix the issue that build report missing Module SizeBob Feng2019-05-091-1/+1
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools:PCD value error in structure pcd sku case.Fan, ZhijuX2019-02-201-1/+4
* BaseTools: Fix the build report issue about Structure PCDFeng, Bob C2019-02-181-14/+7
* BaseTools: Fixed a build report issue.Feng, Bob C2019-02-181-4/+4
* BaseTools/BuildReport: fix report for platforms/arches without struct PCDsLaszlo Ersek2019-02-061-1/+1
* BaseTools:StructurePCD value display incorrect in "Not used" section.Fan, ZhijuX2019-02-021-0/+7
* BaseTools: Enable CODE format in DEC fileFeng, Bob C2019-02-021-1/+1
* BaseTools: Handle the bytes and str differenceFeng, Bob C2019-02-011-8/+7
* BaseTools: the list and iterator translationFeng, Bob C2019-02-011-2/+2
* BaseTools: Similar to octal data rectificationZhijux Fan2019-02-011-6/+11
* BaseTools:There is extra blank line in datalogZhiju Fan2019-02-011-1/+1
* BaseTools:Similar to octal data rectificationZhijux Fan2019-02-011-0/+12
* BaseTools: Fix Pcd Array changes build report issue.Fan, ZhijuX2019-01-281-2/+5
* BaseTools: Fix build report issue.Feng, Bob C2019-01-211-2/+4
* BaseTools: Remove unused logic for EDKIFeng, Bob C2019-01-141-35/+19
* BaseTools: Fixed build report issue.Feng, Bob C2019-01-041-3/+4
* BaseTools/GenFds: cleanup GenFdsCarsey, Jaben2018-10-251-2/+3
* BaseTools: Fix VPD PCD Sub-section display bugYonghong Zhu2018-10-251-29/+17
* BaseTools: Fix the *B and *F Flag display for Structure PcdYonghong Zhu2018-10-231-1/+15
* BaseTools: Fix one crash bug in the report for Fixed structure PcdYonghong Zhu2018-10-211-10/+11
* BaseTools/EOT: Change to call a program instead of calling Python API.Hess Chen2018-10-161-1/+1
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-151-29/+41
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-68/+44
* BaseTools: Enhance the *P Flag display for Structure PcdYonghong Zhu2018-10-131-27/+39
* BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen2018-10-131-1/+1
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-131-5/+17
* BaseTools: do the list and iterator translationYunhua Feng2018-10-131-8/+8
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-131-5/+5
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-131-1/+1
* BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2018-09-251-4/+16
* BaseTools: Fix a bug for Unused PCDs section display in the reportzhijufan2018-09-181-1/+11
* BaseTools: Align the boolean type PCD value's display in the reportzhijufan2018-09-131-2/+17
* BaseTools: Fix a bug about list the PCD in "not used" sectionzhijufan2018-09-061-0/+3
* BaseTools: Fix report flexible value issueYunhua Feng2018-08-161-0/+5
* BaseTools: Update build report for StructurePcd valueYunhua Feng2018-07-301-2/+12
* BaseTools: Fix bug about *M value not display decimal and hexadecimalYunhua Feng2018-07-271-1/+7
* BaseTools: Fix build report for *P and *M flag incorrectlyYunhua Feng2018-07-251-6/+14
* BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] sectionYunhua Feng2018-07-231-1/+6
* BaseTools: Enable structure pcd in FDF fileBobCF2018-07-131-0/+3
* BaseTools: Clean up source filesLiming Gao2018-07-091-16/+16
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-2/+2