| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-09-03 | BaseTools: Dynamic Pcd value override from command line. | Feng, Bob C | 1 | -1/+6 |
| 2018-09-03 | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 1 | -3/+3 |
| 2018-08-31 | BaseTools: Clarify a DSC parsing error about PCDs | Carsey, Jaben | 1 | -1/+1 |
| 2018-08-30 | BaseTools: minimize assignment processing | Carsey, Jaben | 1 | -7/+8 |
| 2018-08-30 | BaseTools: Refactor to remove functionally equivalent functions | Carsey, Jaben | 1 | -7/+1 |
| 2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2 | -9/+9 |
| 2018-08-28 | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 2 | -1/+5 |
| 2018-08-23 | BaseTools: Use hashlib instead of md5 | Feng, YunhuaX | 1 | -3/+3 |
| 2018-08-23 | BaseTools: Modify class OrderedListDict | Feng, YunhuaX | 1 | -1/+5 |
| 2018-08-20 | BaseTools: remove unused setter functions | Jaben Carsey | 3 | -60/+4 |
| 2018-08-20 | BaseTools: remove unused code | Jaben Carsey | 1 | -5/+1 |
| 2018-08-17 | BaseTools: Add check for VOID* PCD Max Size | Yonghong Zhu | 1 | -0/+21 |
| 2018-08-16 | BaseTools: Clean up not used code in BuildClassObject | Yonghong Zhu | 1 | -11/+2 |
| 2018-07-27 | BaseTools: Parse decimal format INF_VERSION incorrect | Yunhua Feng | 1 | -3/+6 |
| 2018-07-23 | BaseTools: enable FixedAtBuild (VOID*) PCD use in the [DEPEX] section | Yunhua Feng | 1 | -5/+15 |
| 2018-07-16 | BaseTools: Fixed build Ovmfpkg failed issue. | BobCF | 1 | -3/+3 |
| 2018-07-16 | BaseTools: Use absolute import in Workspace | Gary Lin | 6 | -13/+19 |
| 2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 2 | -5/+183 |
| 2018-07-09 | BaseTools: Clean up source files | Liming Gao | 3 | -63/+63 |
| 2018-07-08 | BaseTools: Remove the old python "not-equal" in DscBuildData.py | Gary Lin | 1 | -1/+1 |
| 2018-06-29 | BaseTools: Fix two drivers include the same file issue | Yunhua Feng | 3 | -14/+31 |
| 2018-06-29 | BaseTools: Fix parsing multiple nest !include issue | Yunhua Feng | 1 | -15/+13 |
| 2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 3 | -15/+15 |
| 2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 6 | -154/+154 |
| 2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 1 | -1/+1 |
| 2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 2 | -3/+5 |
| 2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 4 | -16/+16 |
| 2018-06-22 | BaseTools: introduce !error statement | Yunhua Feng | 1 | -1/+9 |
| 2018-06-22 | BaseTools: remove the unneeded code | Yonghong Zhu | 1 | -17/+0 |
| 2018-06-19 | BaseTools/WorkspaceCommon: Import used BuildToolError messages. | Marvin Haeuser | 1 | -0/+3 |
| 2018-06-13 | BaseTools: refactor to remove functions | Jaben Carsey | 1 | -16/+36 |
| 2018-06-13 | BaseTools: Fix one bug of nest !include parser | Yunhua Feng | 1 | -1/+5 |
| 2018-06-11 | BaseTools: Remove dsc nested include checking. | Derek Lin | 1 | -4/+15 |
| 2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 5 | -5/+5 |
| 2018-05-23 | BaseTools/Workspace: Fix ValueChain set | Marvin Haeuser | 1 | -2/+2 |
| 2018-05-07 | BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit Makefile | Liming Gao | 1 | -2/+2 |
| 2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 3 | -11/+11 |
| 2018-05-04 | BaseTools: Remove lists form set construction | Carsey, Jaben | 1 | -5/+5 |
| 2018-05-04 | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2 | -18/+32 |
| 2018-05-04 | BaseTools: Workspace - refactor a dict | Carsey, Jaben | 2 | -3/+3 |
| 2018-05-04 | BaseTools: remove Compound statements | Carsey, Jaben | 1 | -5/+10 |
| 2018-05-04 | BaseTools: eliminate {} from dictionary contructor call | Carsey, Jaben | 1 | -5/+5 |
| 2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 2 | -5/+5 |
| 2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2 | -2/+2 |
| 2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 3 | -35/+35 |
| 2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2 | -3/+3 |
| 2018-05-02 | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 1 | -1/+1 |
| 2018-05-02 | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 1 | -22/+2 |
| 2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 2 | -25/+25 |
| 2018-05-02 | BaseTools: Workspace/MetaFileParser - refactor dicts | Carsey, Jaben | 1 | -9/+8 |