Age | Commit message (Expand) | Author | Files | Lines |
2018-04-26 | BaseTools: Fix one invalid change in 6be94743 | Yunhua Feng | 1 | -1/+1 |
2018-04-26 | BaseTools: AutoGen - use defaultdict to auto initialize | Carsey, Jaben | 1 | -5/+1 |
2018-04-26 | BaseTools: AutoGen - use dafultdict instead of dict | Carsey, Jaben | 1 | -2/+1 |
2018-04-26 | BaseTools: AutoGen - remove unused variables. | Carsey, Jaben | 1 | -2/+0 |
2018-04-26 | BaseTools: AutoGen - remove dictionary populated, but never accessed | Carsey, Jaben | 1 | -2/+0 |
2018-04-26 | BaseTools: Autogen - replace string constants with those from DataType | Carsey, Jaben | 1 | -34/+34 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 5 | -91/+90 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 4 | -33/+31 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 4 | -36/+39 |
2018-04-17 | BaseTools: fix None comparisons | Carsey, Jaben | 2 | -2/+2 |
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 | 1 | -7/+8 |
2018-04-11 | BaseTools: Fix the build error caused by eca980c0c899 | Yonghong Zhu | 1 | -1/+1 |
2018-04-10 | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 1 | -2/+3 |
2018-04-10 | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 3 | -5/+21 |
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: refactor and remove out of date use of .keys() | Carsey, Jaben | 1 | -1/+1 |
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-08 | BaseTools: small cleanup | Carsey, Jaben | 1 | -15/+0 |
2018-04-08 | BaseTools: Autogen - change from list to set | Carsey, Jaben | 1 | -21/+15 |
2018-04-08 | BaseTools: remove redundant check | Carsey, Jaben | 2 | -3/+3 |
2018-04-08 | BaseTools: AutoGen - use the new shared RegEx | Carsey, Jaben | 2 | -3/+4 |
2018-04-08 | BaseTools: Autogen - move RegEx compile | Carsey, Jaben | 1 | -7/+15 |
2018-04-08 | BaseTools - AutoGen - replace custom dictionary class with python standard one | Carsey, Jaben | 2 | -16/+18 |
2018-04-08 | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 1 | -14/+16 |
2018-03-30 | BaseTools: no need to do int() API work for it | Carsey, Jaben | 1 | -4/+1 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 9 | -120/+120 |
2018-03-29 | BaseTools: Use precompiled RegExp | Carsey, Jaben | 1 | -3/+4 |
2018-03-27 | BaseTools: Autogen - modify to use standard parent/child class relationships | Carsey, Jaben | 1 | -39/+54 |
2018-03-23 | BaseTool: Fixed the issue of empty PcdDB. | BobCF | 1 | -4/+5 |
2018-03-21 | BaseTools: StrGather remove functions no one calls | Carsey, Jaben | 1 | -30/+0 |
2018-03-21 | BaseTools: StrGather simplify string/int conversion functions | Carsey, Jaben | 1 | -14/+4 |
2018-03-21 | BaseTools: StrGather has redundant declaration | Carsey, Jaben | 1 | -7/+2 |
2018-03-17 | BaseTools: --hash --binary-destination generate wrong binary path | Feng, YunhuaX | 1 | -1/+1 |
2018-03-09 | BaseTools: Fixed Pcd from command line issue. | BobCF | 2 | -30/+13 |