Age | Commit message (Expand) | Author | Files | Lines |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 7 | -7/+7 |
2018-05-22 | BaseTools: Report more clear error message when PCD type mismatch | Yunhua Feng | 1 | -8/+12 |
2018-05-22 | BaseTools: Library PCD type will inherit from the driver | Yunhua Feng | 1 | -0/+16 |
2018-05-22 | BaseTools: Fix bug PCD type in component is not same with Pcd section | Yunhua Feng | 1 | -0/+2 |
2018-05-16 | BaseTools: Fix --hash Package and Module hash value. | Lin, Derek | 1 | -7/+11 |
2018-05-10 | BaseTools: Remove the redundant code | Yonghong Zhu | 1 | -10/+0 |
2018-05-10 | BaseTools: Fix generating array's size is incorrect in AutoGen.c | Yunhua Feng | 1 | -12/+13 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2 | -9/+9 |
2018-05-04 | BaseTools: refactor Depex optomization | Carsey, Jaben | 1 | -3/+7 |
2018-05-04 | BaseTools: Remove lists form set construction | Carsey, Jaben | 1 | -4/+3 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 3 | -88/+8 |
2018-05-04 | BaseTools: AutoGen - add Opcode constants | Carsey, Jaben | 1 | -57/+54 |
2018-05-04 | BaseTools: remove redundant content in InfSectionParser | Carsey, Jaben | 1 | -5/+4 |
2018-05-04 | BaseTools: remove unused member variable | Carsey, Jaben | 1 | -1/+0 |
2018-05-04 | BaseTools: AutoGen - refactor more functions only called in __init__ | Carsey, Jaben | 1 | -49/+40 |
2018-05-04 | BaseTools: AutoGen - refactor function to remove extra variables | Carsey, Jaben | 1 | -8/+5 |
2018-05-04 | BaseTools: Refactor to share GUID packing function | Carsey, Jaben | 1 | -15/+2 |
2018-05-04 | BaseTools: AutoGen - remove another function no one calls | Carsey, Jaben | 1 | -5/+0 |
2018-05-04 | BaseTools: AutoGen - move function to clean file namespace | Carsey, Jaben | 1 | -26/+26 |
2018-05-04 | BaseTools: AutoGen - remove function no one calls | Carsey, Jaben | 1 | -11/+0 |
2018-05-04 | BaseTools: refactor __init__ functions to not compute temporary variable | Carsey, Jaben | 1 | -30/+7 |
2018-05-04 | BaseTools: AutoGen - no need to recompute | Carsey, Jaben | 1 | -2/+1 |
2018-05-04 | BaseTools: AutoGen - refactor out a useless class | Carsey, Jaben | 2 | -13/+9 |
2018-05-04 | BaseTools: AutoGen - refactor out a list | Carsey, Jaben | 1 | -7/+3 |
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 |