| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-05-02 | BaseTools: Fix regression bug by 3378782691af | Yunhua Feng | 1 | -1/+1 |
| 2018-04-26 | BaseTools: remove dict from DscBuildData | Carsey, Jaben | 1 | -3/+1 |
| 2018-04-26 | BaseTools: Workspace - refactor GetStructurePcdInfo | Carsey, Jaben | 1 | -6/+5 |
| 2018-04-26 | BaseTools: Workspace - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 2 | -3/+9 |
| 2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -22/+16 |
| 2018-04-23 | BaseTools: remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -3/+3 |
| 2018-04-19 | BaseTools: Support DSC component !include PCD items | Yunhua Feng | 1 | -3/+10 |
| 2018-04-18 | BaseTools: merge towards minimum PCD MAX <something> methods | Carsey, Jaben | 1 | -18/+12 |
| 2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 3 | -10/+7 |
| 2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 6 | -109/+109 |
| 2018-04-18 | BaseTools: refactor and remove more keys() usage | Carsey, Jaben | 1 | -32/+27 |
| 2018-04-17 | BaseTools: change DscBuildData functions without need for self to staticmethod | Carsey, Jaben | 1 | -38/+64 |
| 2018-04-17 | BaseTools: move RegEx compile out of loops | Carsey, Jaben | 1 | -6/+5 |
| 2018-04-17 | BaseTools: Remove unused functions from DscBuildData | Carsey, Jaben | 1 | -31/+0 |
| 2018-04-17 | BaseTools: remove unused local variable. | Carsey, Jaben | 1 | -2/+0 |
| 2018-04-17 | BaseTools: fix None comparisons | Carsey, Jaben | 1 | -2/+2 |
| 2018-04-17 | BaseTools: use existing shared variable | Carsey, Jaben | 1 | -19/+19 |
| 2018-04-15 | BaseTools: Fix one or more multiply defined symbols found issue | Feng, YunhuaX | 1 | -2/+3 |
| 2018-04-10 | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 1 | -0/+1 |
| 2018-04-10 | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 1 | -1/+2 |
| 2018-04-10 | BaseTools: Parse PCD GUID name in FILE statement issue | Yunhua Feng | 1 | -2/+2 |
| 2018-04-08 | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 3 | -43/+36 |
| 2018-04-08 | BaseTools: use combined version of OrderedDict | Carsey, Jaben | 1 | -7/+11 |
| 2018-04-08 | BaseTools: use built in OrderedDict instead of custom version. | Carsey, Jaben | 2 | -14/+14 |
| 2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 9 | -217/+217 |
| 2018-03-23 | BaseTools: Add the missing package include directory in PcdValueInit Makefile | Liming Gao | 1 | -1/+3 |
| 2018-03-21 | BaseTools: Override Max size by build Option Pcd for HII type | Yonghong Zhu | 1 | -0/+8 |
| 2018-03-20 | BaseTools: Fix bug for --pcd VOID* type when no max size is specified | Yonghong Zhu | 1 | -13/+0 |
| 2018-03-20 | BaseTools: Add Feature Flag Pcd Type into Override list | Yonghong Zhu | 1 | -1/+2 |
| 2018-03-19 | BaseTool: Error handling for PCD datumtype. | Feng, Bob C | 2 | -4/+11 |
| 2018-03-17 | BaseTools: Detect structure pcd header file change. | BobCF | 1 | -54/+135 |
| 2018-03-12 | BaseTools: Get Pcd DatumType from DEC file for --pcd | Yonghong Zhu | 1 | -0/+1 |
| 2018-03-09 | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 1 | -0/+2 |
| 2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2 | -184/+109 |
| 2018-03-09 | BaseTools: Fixed Pcd from command line issue. | BobCF | 2 | -17/+18 |
| 2018-03-03 | BaseTools: Pcd Value override issue. | Feng, Bob C | 1 | -6/+8 |
| 2018-03-03 | BaseTools: Fixed build failed issue. | Feng, Bob C | 1 | -7/+14 |
| 2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 2 | -23/+156 |
| 2018-03-03 | BaseTools: Dsc/Fdf conditional statement parse issue | Feng, YunhuaX | 1 | -0/+4 |
| 2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 2 | -103/+112 |
| 2018-02-28 | BaseTool: GUID format PCD value assignment fail in Structure PCD field | BobCF | 2 | -110/+182 |
| 2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 2 | -84/+100 |
| 2018-02-28 | BaseTools: Fixed the pcd value override issue. | Feng, Bob C | 3 | -4/+25 |
| 2018-02-28 | BaseTools: Fix a bug override Pcd by DSC Components section | Yonghong Zhu | 1 | -2/+3 |
| 2018-02-28 | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 1 | -11/+20 |
| 2018-02-27 | BaseTools: Add more error message when PcdValue is wrong | Liming Gao | 1 | -0/+2 |
| 2018-02-09 | BaseTools: Update Expression.py for string comparison and MACRO replace issue | Yunhua Feng | 2 | -1/+2 |
| 2018-02-08 | BaseTools: Fixed incorrect Structure Pcd Value. | Feng, Bob C | 1 | -7/+13 |
| 2018-02-08 | BaseTools: Fixed Build failed issue. | BobCF | 1 | -1/+6 |
| 2018-02-08 | BaseTool: Fixed Pcd issues. | Feng, Bob C | 3 | -78/+82 |