summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/build/BuildReport.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* BaseTools: Fix old python2 idiomsGary Lin2018-06-271-2/+1
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-271-5/+5
* BaseTools: Refactor python except statementsGary Lin2018-06-271-2/+2
* BaseTools: Cleanup unneeded codeJaben Carsey2018-06-131-13/+13
* BaseTools: Display both Hex and integer value format of PCD valueYunhua Feng2018-06-061-0/+40
* BaseTools: Sort PCD by token space first then by PcdCNameYunhua Feng2018-06-061-163/+167
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-281-1/+1
* BaseTools: standardize GUID and pack sizeCarsey, Jaben2018-05-041-1/+1
* BaseTools: Replace Binary File type strings with predefined constantCarsey, Jaben2018-05-021-6/+6
* BaseTools: Replace PCD type strings with predefined constantCarsey, Jaben2018-05-021-15/+15
* BaseTools: Share a dictionary instead of keeping multiplesCarsey, Jaben2018-05-021-17/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-28/+28
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-2/+2
* BaseTools: refactor and remove un-needed use of .keys() on dictionariesCarsey, Jaben2018-04-181-2/+2
* BaseTools: copy a dictionary from InfClassObject to BuildReportCarsey, Jaben2018-04-101-1/+15
* BaseTools: Pcds in [Components] are not display correct in the reportYonghong Zhu2018-04-091-0/+1
* BaseTools: Pcd not used info should not in Module PCD sectionYonghong Zhu2018-04-091-5/+6
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-19/+19
* BaseTools: Update --pcd parser to support flexible pcd formatYonghong Zhu2018-03-091-1/+3
* BaseTools: Fix the bug to search Fv.txt file relative to workspaceYonghong Zhu2018-03-031-6/+9
* BaseTools: Correct Structure Pcd value in the reportYonghong Zhu2018-03-031-9/+63
* BaseTools: Enhance FV info report file path to support absolute pathYonghong Zhu2018-03-011-1/+7
* BaseTools: Fix report not used --pcd value incorrectlyFeng, YunhuaX2018-02-281-0/+1
* BaseTools: Add *B Flag for the field that from command lineYonghong Zhu2018-02-251-7/+3
* BaseTools: Enhance parse performance by optimize ValueExpressionExYunhua Feng2018-01-301-2/+7