Age | Commit message (Expand) | Author | Files | Lines |
2018-05-04 | BaseTools: use set instead of list | Carsey, Jaben | 2 | -41/+41 |
2018-05-04 | BaseTools: create base expression class | Carsey, Jaben | 2 | -36/+20 |
2018-05-04 | BaseTools: refactor Depex optomization | Carsey, Jaben | 1 | -3/+7 |
2018-05-04 | BaseTools: Remove lists form set construction | Carsey, Jaben | 2 | -9/+8 |
2018-05-04 | BaseTools: missed a copyright update | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: GenFds - use existing shared string | Carsey, Jaben | 1 | -17/+16 |
2018-05-04 | BaseTools: remove unused variable | Carsey, Jaben | 1 | -1/+0 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 7 | -122/+60 |
2018-05-04 | BaseTools: AutoGen - add Opcode constants | Carsey, Jaben | 2 | -57/+66 |
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 | 6 | -52/+41 |
2018-05-04 | BaseTools: Workspace - refactor a dict | Carsey, Jaben | 2 | -3/+3 |
2018-05-04 | BaseTools: remove Compound statements | Carsey, Jaben | 1 | -5/+10 |
2018-05-04 | BaseTools: eliminate {} from dictionary contructor call | Carsey, Jaben | 1 | -5/+5 |
2018-05-04 | BaseTools: refactor to use list not dict | Carsey, Jaben | 2 | -3/+4 |
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: Eot - refactor global data | Carsey, Jaben | 2 | -17/+0 |
2018-05-04 | BaseTools: Eot - remove unused lists | Carsey, Jaben | 1 | -29/+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 | 2 | -5/+3 |
2018-05-04 | BaseTools: AutoGen - update to remove duplicate constant value | Carsey, Jaben | 1 | -9/+4 |
2018-05-04 | BaseTools: FdfParser - update to remove duplicate constant value | Carsey, Jaben | 1 | -15/+14 |
2018-05-02 | BaseTools: remove unused MigrationUtilities.py | Carsey, Jaben | 2 | -569/+0 |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 6 | -37/+37 |
2018-05-02 | BaseTools: replace string with predefined constant | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 24 | -137/+143 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 11 | -59/+62 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 12 | -84/+53 |
2018-05-02 | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 4 | -21/+21 |
2018-05-02 | BaseTools: Share a dictionary instead of keeping multiples | Carsey, Jaben | 3 | -39/+19 |
2018-05-02 | BaseTools: Define and use a set for common list | Carsey, Jaben | 3 | -6/+7 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 21 | -218/+228 |