Age | Commit message (Expand) | Author | Files | Lines |
2018-10-16 | BaseTools/EOT: Change to call a program instead of calling Python API. | Hess Chen | 1 | -1/+1 |
2018-10-15 | BaseTools: Enhance the *P Flag display for Structure Pcd | Yonghong Zhu | 1 | -29/+41 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 2 | -89/+67 |
2018-10-13 | BaseTools: Enhance the *P Flag display for Structure Pcd | Yonghong Zhu | 1 | -27/+39 |
2018-10-13 | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 1 | -1/+1 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 1 | -5/+17 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 1 | -10/+10 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 2 | -9/+9 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2 | -11/+11 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: use map and filter to replace the itertools function | Yunhua Feng | 1 | -4/+3 |
2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 1 | -1/+0 |
2018-09-25 | BaseTools: Latter full value should overwrite the former field value. | Zhao, ZhiqiangX | 1 | -4/+16 |
2018-09-20 | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 1 | -2/+2 |
2018-09-18 | BaseTools: Fix a bug for Unused PCDs section display in the report | zhijufan | 1 | -1/+11 |
2018-09-13 | BaseTools: Align the boolean type PCD value's display in the report | zhijufan | 1 | -2/+17 |
2018-09-06 | BaseTools: Fix a bug about list the PCD in "not used" section | zhijufan | 1 | -0/+3 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -1/+1 |
2018-08-16 | BaseTools: Fix report flexible value issue | Yunhua Feng | 1 | -0/+5 |
2018-07-30 | BaseTools: Update build report for StructurePcd value | Yunhua Feng | 1 | -2/+12 |
2018-07-27 | BaseTools: Fix bug about *M value not display decimal and hexadecimal | Yunhua Feng | 1 | -1/+7 |
2018-07-25 | BaseTools: Fix build report for *P and *M flag incorrectly | Yunhua Feng | 1 | -6/+14 |
2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 1 | -1/+6 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 1 | -0/+3 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 2 | -24/+24 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2 | -6/+6 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -4/+3 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2 | -11/+11 |
2018-06-27 | BaseTools: Remove the deprecated hash_key() | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 1 | -1/+2 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 2 | -7/+7 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 2 | -16/+16 |
2018-06-06 | BaseTools: Display both Hex and integer value format of PCD value | Yunhua Feng | 1 | -0/+40 |
2018-06-06 | BaseTools: Sort PCD by token space first then by PcdCName | Yunhua Feng | 1 | -163/+167 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 1 | -1/+1 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: check before accessing members in __eq__ | Carsey, Jaben | 1 | -1/+2 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -6/+6 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 1 | -15/+15 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 1 | -3/+3 |
2018-05-02 | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 1 | -17/+2 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 2 | -33/+33 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -2/+2 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2 | -14/+12 |
2018-04-17 | BaseTools: use dictionary.get() when we have value if not found | Carsey, Jaben | 1 | -3/+1 |
2018-04-10 | BaseTools: copy a dictionary from InfClassObject to BuildReport | Carsey, Jaben | 1 | -1/+15 |
2018-04-10 | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 1 | -3/+1 |