summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/build/BuildReport.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* BaseTools: Optimizing DscDefaultValue process in BuildReportFrom: Yunhua Feng2018-01-211-2/+2
* BaseTools: Add back the cc71d8 version's fixYonghong Zhu2018-01-091-6/+6
* BaseTools: Not print SKUID info for PCD when it is only Single SKUIDYonghong Zhu2018-01-091-35/+59
* BaseTools: Support PCD flexible values formatYonghong Zhu2017-12-271-0/+6
* BaseTools: Fixed the issue of Multiple Skus are always disablesLiming Gao2017-12-251-5/+5
* BaseTools: Report Structure PCD value and SKU, DefaultStore infoLiming Gao2017-12-251-38/+258
* BaseTools: Fix the bug 'DSC DEFAULT' in report wrongly use FDF valueYonghong Zhu2017-10-111-3/+4
* BaseTools: report build time measured by module of EDKII BuildYonghong Zhu2017-09-261-4/+25
* BaseTools: Not show *B when Pcd value in build option same with DECYonghong Zhu2017-09-091-3/+3
* BaseTools: Fix the bug to correctly check Pcd type that in FDF fileYonghong Zhu2017-08-011-0/+7
* BaseTools/build: register MM module types with build tools.Supreeth Venkatesh2017-07-071-1/+3
* BaseTools: Enhance the report to not show the empty sectionYonghong Zhu2017-06-241-8/+5
* BaseTools: fix the bug for Mixed Pcd display in the reportYonghong Zhu2017-01-041-6/+15
* BaseTools: Fix bug for decimal value of VPDPCD offset display in reportYonghong Zhu2016-11-291-1/+4
* BaseTools: Add build info for binary modules that only list in FDF fileYonghong Zhu2016-07-291-1/+17
* BaseTools: Add mixed PCD support featureYonghong Zhu2016-04-201-0/+8
* BaseTools: generate hash value in build report for each output EFI imageYonghong Zhu2016-04-121-1/+52
* BaseTools: Add two new sections for PCD in the build reportYonghong Zhu2016-03-291-16/+96
* BaseTools: add new command line option to support override PCD valueYonghong Zhu2016-03-161-12/+26
* BaseTools: make build report tolerant of FVs specified by nameEugene Cohen2016-01-211-34/+38
* BaseTools: Fix a bug in the VPD report generationYonghong Zhu2015-12-071-3/+3
* BaseTools: Clean some coding style issuesYonghong Zhu2015-12-011-15/+15
* BaseTools: Add a VPD report subsection of FLASH to the ReportYonghong Zhu2015-11-301-0/+35
* BaseTools: Fixed an error reported during generating reportYonghong Zhu2015-10-121-5/+6
* BaseTools: Update Build tool to support multiple workspacesLi YangX2015-10-081-2/+3