Age | Commit message (Expand) | Author | Files | Lines |
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 |
2018-04-09 | BaseTools: Pcds in [Components] are not display correct in the report | Yonghong Zhu | 1 | -0/+1 |
2018-04-09 | BaseTools: Pcd not used info should not in Module PCD section | Yonghong Zhu | 1 | -5/+6 |
2018-04-08 | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 1 | -4/+6 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 2 | -60/+60 |
2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 1 | -1/+3 |
2018-03-03 | BaseTools: Fix the bug to search Fv.txt file relative to workspace | Yonghong Zhu | 1 | -6/+9 |
2018-03-03 | BaseTools: Correct Structure Pcd value in the report | Yonghong Zhu | 1 | -9/+63 |
2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 1 | -1/+1 |
2018-03-02 | BaseTools: Fix the bug for single module build with GenC/GenMake | Yonghong Zhu | 1 | -0/+8 |
2018-03-01 | BaseTools: Enhance FV info report file path to support absolute path | Yonghong Zhu | 1 | -1/+7 |
2018-02-28 | BaseTools: Fix report not used --pcd value incorrectly | Feng, YunhuaX | 1 | -0/+1 |
2018-02-25 | BaseTools: Add *B Flag for the field that from command line | Yonghong Zhu | 1 | -7/+3 |
2018-02-09 | BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER | Yonghong Zhu | 1 | -1/+2 |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 1 | -1/+1 |
2018-01-30 | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 1 | -2/+7 |
2018-01-21 | BaseTools: Optimizing DscDefaultValue process in BuildReport | From: Yunhua Feng | 1 | -2/+2 |
2018-01-19 | BaseTools: enhance error handling for option --binary-source | Yonghong Zhu | 1 | -0/+6 |
2018-01-15 | BaseTools: Enable MAX_CONCURRENT_THREAD_NUMBER = 0 feature | Yunhua Feng | 1 | -2/+6 |
2018-01-09 | BaseTools: Add back the cc71d8 version's fix | Yonghong Zhu | 1 | -6/+6 |
2018-01-09 | BaseTools: Not print SKUID info for PCD when it is only Single SKUID | Yonghong Zhu | 1 | -35/+59 |
2017-12-27 | BaseTools: Support PCD flexible values format | Yonghong Zhu | 1 | -0/+6 |
2017-12-25 | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 1 | -5/+5 |
2017-12-25 | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 2 | -38/+260 |
2017-12-13 | BaseTools: enable hash value check for single module build | Yonghong Zhu | 1 | -1/+4 |
2017-12-13 | BaseTools: back up the binary files when hash value is same | Yonghong Zhu | 1 | -0/+5 |
2017-12-05 | BaseTools: Update Makefile to support FFS file generation | Yonghong Zhu | 1 | -6/+42 |