| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -3/+3 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -4/+4 |
* | BaseTools:Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 1 | -0/+2 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -56/+34 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -1/+1 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -14/+12 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -1/+4 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -4/+4 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -3/+3 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -3/+3 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -1/+0 |
* | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 2018-09-30 | 1 | -44/+13 |
* | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 2018-08-20 | 1 | -1/+1 |
* | BaseTools: Fix the different token with the same PCD | Yunhua Feng | 2018-07-24 | 1 | -1/+1 |
* | BaseTools: Correct _PCD_PATCHABLE_TokenName_SIZE's value | Yonghong Zhu | 2018-07-24 | 1 | -2/+1 |
* | BaseTools/AutoGen: Update header file for MM modules. | Supreeth Venkatesh | 2018-07-23 | 1 | -8/+8 |
* | BaseTools: Use absolute import in AutoGen | Gary Lin | 2018-07-16 | 1 | -3/+4 |
* | BaseTools: Enable structure pcd in FDF file | BobCF | 2018-07-13 | 1 | -0/+4 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -37/+37 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -36/+36 |
* | BaseTools: Enhance BaseTools supports FeaturePcd usage in VFR file | Yonghong Zhu | 2018-06-22 | 1 | -2/+3 |
* | BaseTools: remove including Base.h if the module type is not BASE | Yonghong Zhu | 2018-06-14 | 1 | -3/+1 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -1/+1 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools: Remove the redundant code | Yonghong Zhu | 2018-05-10 | 1 | -10/+0 |
* | BaseTools: Fix generating array's size is incorrect in AutoGen.c | Yunhua Feng | 2018-05-10 | 1 | -12/+13 |
* | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2018-05-04 | 1 | -31/+6 |
* | BaseTools: remove redundant if comparison | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -4/+4 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -20/+15 |
* | BaseTools: Define and use a set for common list | Carsey, Jaben | 2018-05-02 | 1 | -4/+4 |
* | BaseTools: replace string constants used for module types | Carsey, Jaben | 2018-05-02 | 1 | -60/+60 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -48/+46 |
* | BaseTools: fix None comparisons | Carsey, Jaben | 2018-04-17 | 1 | -1/+1 |
* | BaseTools: reduce list usage when not needed | Carsey, Jaben | 2018-04-17 | 1 | -21/+27 |
* | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 2018-04-10 | 1 | -1/+6 |
* | BaseTools: Fix size override issue for Void* Patchable pcd | Yonghong Zhu | 2018-04-10 | 1 | -8/+12 |
* | BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd | Yonghong Zhu | 2018-04-10 | 1 | -1/+3 |
* | BaseTools: Fix a bug for VOID* type Fixatbuild Pcd in Library | Yonghong Zhu | 2018-04-10 | 1 | -5/+17 |
* | BaseTools: GenC - move content from both parts of if/else | Carsey, Jaben | 2018-04-10 | 1 | -4/+2 |
* | BaseTools: Use local variable for list of constants. | Carsey, Jaben | 2018-04-08 | 1 | -14/+16 |
* | BaseTools: no need to do int() API work for it | Carsey, Jaben | 2018-03-30 | 1 | -4/+1 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -2/+2 |
* | BaseTools: Fixed Pcd from command line issue. | BobCF | 2018-03-09 | 1 | -11/+4 |
* | BaseTools: Support PCD flexible values format | Yonghong Zhu | 2017-12-27 | 1 | -0/+2 |
* | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 2017-12-25 | 1 | -0/+5 |
* | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 2017-12-25 | 1 | -33/+39 |