| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Enhance the *P Flag display for Structure Pcd | Yonghong Zhu | 2018-10-15 | 1 | -29/+41 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -68/+44 |
* | BaseTools: Enhance the *P Flag display for Structure Pcd | Yonghong Zhu | 2018-10-13 | 1 | -27/+39 |
* | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -5/+17 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -8/+8 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -5/+5 |
* | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Latter full value should overwrite the former field value. | Zhao, ZhiqiangX | 2018-09-25 | 1 | -4/+16 |
* | BaseTools: Fix a bug for Unused PCDs section display in the report | zhijufan | 2018-09-18 | 1 | -1/+11 |
* | BaseTools: Align the boolean type PCD value's display in the report | zhijufan | 2018-09-13 | 1 | -2/+17 |
* | BaseTools: Fix a bug about list the PCD in "not used" section | zhijufan | 2018-09-06 | 1 | -0/+3 |
* | BaseTools: Fix report flexible value issue | Yunhua Feng | 2018-08-16 | 1 | -0/+5 |
* | BaseTools: Update build report for StructurePcd value | Yunhua Feng | 2018-07-30 | 1 | -2/+12 |
* | BaseTools: Fix bug about *M value not display decimal and hexadecimal | Yunhua Feng | 2018-07-27 | 1 | -1/+7 |
* | BaseTools: Fix build report for *P and *M flag incorrectly | Yunhua Feng | 2018-07-25 | 1 | -6/+14 |
* | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 2018-07-23 | 1 | -1/+6 |
* | BaseTools: Enable structure pcd in FDF file | BobCF | 2018-07-13 | 1 | -0/+3 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -16/+16 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -2/+1 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -5/+5 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -13/+13 |
* | BaseTools: Display both Hex and integer value format of PCD value | Yunhua Feng | 2018-06-06 | 1 | -0/+40 |
* | BaseTools: Sort PCD by token space first then by PcdCName | Yunhua Feng | 2018-06-06 | 1 | -163/+167 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools: standardize GUID and pack size | Carsey, Jaben | 2018-05-04 | 1 | -1/+1 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -6/+6 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -15/+15 |
* | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 2018-05-02 | 1 | -17/+2 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -28/+28 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -2/+2 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -2/+2 |
* | BaseTools: copy a dictionary from InfClassObject to BuildReport | Carsey, Jaben | 2018-04-10 | 1 | -1/+15 |
* | BaseTools: Pcds in [Components] are not display correct in the report | Yonghong Zhu | 2018-04-09 | 1 | -0/+1 |
* | BaseTools: Pcd not used info should not in Module PCD section | Yonghong Zhu | 2018-04-09 | 1 | -5/+6 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -19/+19 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -1/+3 |
* | BaseTools: Fix the bug to search Fv.txt file relative to workspace | Yonghong Zhu | 2018-03-03 | 1 | -6/+9 |
* | BaseTools: Correct Structure Pcd value in the report | Yonghong Zhu | 2018-03-03 | 1 | -9/+63 |
* | BaseTools: Enhance FV info report file path to support absolute path | Yonghong Zhu | 2018-03-01 | 1 | -1/+7 |
* | BaseTools: Fix report not used --pcd value incorrectly | Feng, YunhuaX | 2018-02-28 | 1 | -0/+1 |
* | BaseTools: Add *B Flag for the field that from command line | Yonghong Zhu | 2018-02-25 | 1 | -7/+3 |
* | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 2018-01-30 | 1 | -2/+7 |
* | BaseTools: Optimizing DscDefaultValue process in BuildReport | From: Yunhua Feng | 2018-01-21 | 1 | -2/+2 |
* | BaseTools: Add back the cc71d8 version's fix | Yonghong Zhu | 2018-01-09 | 1 | -6/+6 |
* | BaseTools: Not print SKUID info for PCD when it is only Single SKUID | Yonghong Zhu | 2018-01-09 | 1 | -35/+59 |
* | BaseTools: Support PCD flexible values format | Yonghong Zhu | 2017-12-27 | 1 | -0/+6 |
* | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 2017-12-25 | 1 | -5/+5 |