| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -6/+6 |
* | BaseTools: remove redundant if comparison | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -13/+13 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 2018-05-02 | 1 | -22/+2 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -24/+24 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -4/+1 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -3/+3 |
* | BaseTools: Fix one or more multiply defined symbols found issue | Feng, YunhuaX | 2018-04-15 | 1 | -2/+3 |
* | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 2018-04-10 | 1 | -0/+1 |
* | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 1 | -29/+23 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -95/+95 |
* | BaseTools: Support PCD flexible values format | Yonghong Zhu | 2017-12-27 | 1 | -0/+7 |
* | BaseTools: Update copyright year info of DSC/DEC/INF BuilData.py file | Yonghong Zhu | 2017-12-27 | 1 | -1/+1 |
* | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 2017-12-25 | 1 | -0/+1212 |