| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 17 | -168/+177 |
| 2018-04-18 | BaseTools: refactor and remove more keys() usage | Carsey, Jaben | 1 | -32/+27 |
| 2018-04-18 | BaseTools: Eot - Remove FvImage file | Carsey, Jaben | 3 | -1437/+24 |
| 2018-04-18 | BaseTools: Remove un-needed list comprehension | Carsey, Jaben | 1 | -1/+1 |
| 2018-04-18 | BaseTools: remove duplicate function name | Carsey, Jaben | 1 | -2/+2 |
| 2018-04-17 | BaseTools: change DscBuildData functions without need for self to staticmethod | Carsey, Jaben | 1 | -38/+64 |
| 2018-04-17 | BaseTools: remove an unused file | Carsey, Jaben | 2 | -128/+0 |
| 2018-04-17 | BaseTools: delete an unused file | Carsey, Jaben | 2 | -486/+0 |
| 2018-04-17 | BaseTools: FfsInfStatement - remove unused function | Carsey, Jaben | 1 | -21/+0 |
| 2018-04-17 | BaseTools: FdfParser - refactor functions to make static | Carsey, Jaben | 2 | -10/+11 |
| 2018-04-17 | BaseTools: FdfParser refactor to remove a dictionary | Carsey, Jaben | 1 | -5/+4 |
| 2018-04-17 | BaseTools: refactor DepexSection.GenSection | Carsey, Jaben | 1 | -10/+4 |
| 2018-04-17 | BaseTools: use dictionary.get() when we have value if not found | Carsey, Jaben | 1 | -3/+1 |
| 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 | 5 | -10/+9 |
| 2018-04-17 | BaseTools: reduce list usage when not needed | Carsey, Jaben | 1 | -21/+27 |
| 2018-04-17 | BaseTools: use set instead of list for a variable to be used with in | Carsey, Jaben | 1 | -5/+2 |
| 2018-04-17 | BaseTools: skip updating temporary variable. | Carsey, Jaben | 1 | -9/+3 |
| 2018-04-17 | BaseTools: no need to save the data | Carsey, Jaben | 1 | -4/+3 |
| 2018-04-17 | BaseTools: use existing shared variable | Carsey, Jaben | 3 | -27/+28 |
| 2018-04-15 | BaseTools: Fix one or more multiply defined symbols found issue | Feng, YunhuaX | 1 | -2/+3 |
| 2018-04-11 | BaseTools: fix --genfds-multi-thread generate makefile issue | Feng, YunhuaX | 5 | -9/+23 |
| 2018-04-11 | BaseTools: Fix the build error caused by eca980c0c899 | Yonghong Zhu | 1 | -1/+1 |
| 2018-04-10 | BaseTools: Remove unneeded files | Carsey, Jaben | 5 | -3202/+0 |
| 2018-04-10 | BaseTools: Remove EdkIIWorkspaceBuild.py from source code | Feng, YunhuaX | 2 | -1671/+0 |
| 2018-04-10 | BaseTools: copy a dictionary from InfClassObject to BuildReport | Carsey, Jaben | 1 | -1/+15 |
| 2018-04-10 | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 2 | -2/+4 |
| 2018-04-10 | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 4 | -6/+23 |
| 2018-04-10 | BaseTools: Fix size override issue for Void* Patchable pcd | Yonghong Zhu | 1 | -8/+12 |
| 2018-04-10 | BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd | Yonghong Zhu | 2 | -3/+5 |
| 2018-04-10 | BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library | Yonghong Zhu | 1 | -5/+17 |
| 2018-04-10 | BaseTools: Parse PCD GUID name in FILE statement issue | Yunhua Feng | 1 | -2/+2 |
| 2018-04-10 | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 6 | -15/+6 |
| 2018-04-10 | BaseTools: GenC - move content from both parts of if/else | Carsey, Jaben | 1 | -4/+2 |
| 2018-04-10 | BaseTools: change more list to set | Carsey, Jaben | 2 | -24/+10 |
| 2018-04-10 | BaseTools: remove unneeded function call | Carsey, Jaben | 1 | -1/+0 |
| 2018-04-10 | BaseTools: change another list to set | Carsey, Jaben | 1 | -2/+2 |
| 2018-04-10 | BaseTools: optimize buildoptions loop | Carsey, Jaben | 1 | -15/+6 |
| 2018-04-10 | BaseTools: simplify testing for existance and containing data | Carsey, Jaben | 1 | -9/+7 |
| 2018-04-10 | BaseTools: change list to set | Carsey, Jaben | 1 | -9/+5 |
| 2018-04-10 | BaseTools: remove unused variables | Carsey, Jaben | 1 | -10/+1 |
| 2018-04-10 | BaseTools: replace a dict with a set | Carsey, Jaben | 1 | -2/+2 |
| 2018-04-10 | BaseTools: sets are faster to check via "in" due to hashing | Carsey, Jaben | 1 | -6/+6 |
| 2018-04-10 | BaseTools: defaultdict(set) allows us to just add to the set | Carsey, Jaben | 1 | -8/+5 |
| 2018-04-10 | BaseTools: remove uncalled functions | Carsey, Jaben | 1 | -27/+0 |
| 2018-04-10 | BaseTools: remove unused file | Carsey, Jaben | 3 | -79/+5 |
| 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 |