Age | Commit message (Expand) | Author | Files | Lines |
2018-06-29 | BaseTools: AutoGen - move constructor out of loop | Jaben Carsey | 1 | -2/+4 |
2018-06-29 | BaseTools: AutoGen - clean up access | Jaben Carsey | 2 | -119/+122 |
2018-06-27 | BaseTools: AutoGen - Remove unused variables. | Jaben Carsey | 1 | -10/+0 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 7 | -17/+16 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -2/+2 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 6 | -204/+204 |
2018-06-27 | BaseTools: Remove the deprecated hash_key() | Gary Lin | 1 | -2/+2 |
2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 3 | -4/+4 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 3 | -20/+23 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 4 | -5/+5 |
2018-06-22 | BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file | Yonghong Zhu | 1 | -2/+3 |
2018-06-14 | BaseTools: remove including Base.h if the module type is not BASE | Yonghong Zhu | 1 | -3/+1 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 6 | -199/+164 |
2018-06-13 | BaseTools: refactor to remove functions | Jaben Carsey | 1 | -156/+9 |
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 |