Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | BaseTools: AutoGen - refactor out functions only called in __init__ | Carsey, Jaben | 1 | -15/+1 |
2018-05-04 | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2 | -32/+7 |
2018-05-04 | BaseTools: AutoGen - UniClassObject refactor static methods | Carsey, Jaben | 1 | -5/+7 |
2018-05-04 | BaseTools: AutoGen - remove global line | Carsey, Jaben | 1 | -2/+0 |
2018-05-04 | BaseTools: AutoGen - refactor class factory | Carsey, Jaben | 1 | -19/+4 |
2018-05-04 | BaseTools: AutoGen - share StripComments API | Carsey, Jaben | 2 | -32/+16 |
2018-05-04 | BaseTools: AutoGen - GenVar refactor static methods | Carsey, Jaben | 1 | -25/+36 |
2018-05-04 | BaseTools: AutoGen - refactor dictionary access | Carsey, Jaben | 1 | -4/+4 |
2018-05-04 | BaseTools: AutoGen - refactor assemble_variable | Carsey, Jaben | 1 | -3/+5 |
2018-05-04 | BaseTools: this function has no purpose. | Carsey, Jaben | 1 | -17/+0 |
2018-05-04 | BaseTools: check before accessing members in __eq__ | Carsey, Jaben | 1 | -4/+1 |
2018-05-04 | BaseTools: AutoGen - update to remove duplicate constant value | Carsey, Jaben | 1 | -9/+4 |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 2 | -14/+14 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 3 | -12/+12 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 3 | -5/+5 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 3 | -38/+33 |
2018-05-02 | BaseTools: Define and use a set for common list | Carsey, Jaben | 2 | -6/+6 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 4 | -91/+92 |
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 |