| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -3/+3 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -14/+15 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -2/+2 |
* | BaseTool:Rename xrange() to range() | Zhijux Fan | 2019-02-01 | 1 | -11/+11 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -0/+3 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -26/+27 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -2/+2 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -2/+2 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -11/+11 |
* | BaseTools: Rename xrange() to range() | Yunhua Feng | 2018-10-13 | 1 | -11/+11 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -1/+0 |
* | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+1 |
* | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 2018-09-03 | 1 | -0/+6 |
* | BaseTools: Use absolute import in AutoGen | Gary Lin | 2018-07-16 | 1 | -3/+4 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -98/+98 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -57/+57 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -7/+6 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools: standardize GUID and pack size | Carsey, Jaben | 2018-05-04 | 1 | -42/+3 |
* | BaseTools: Refactor to share GUID packing function | Carsey, Jaben | 2018-05-04 | 1 | -15/+2 |
* | BaseTools: AutoGen - move function to clean file namespace | Carsey, Jaben | 2018-05-04 | 1 | -26/+26 |
* | BaseTools: AutoGen - remove function no one calls | Carsey, Jaben | 2018-05-04 | 1 | -11/+0 |
* | BaseTools: refactor __init__ functions to not compute temporary variable | Carsey, Jaben | 2018-05-04 | 1 | -30/+7 |
* | BaseTools: AutoGen - no need to recompute | Carsey, Jaben | 2018-05-04 | 1 | -2/+1 |
* | BaseTools: AutoGen - refactor out a useless class | Carsey, Jaben | 2018-05-04 | 1 | -2/+2 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: AutoGen - remove dictionary populated, but never accessed | Carsey, Jaben | 2018-04-26 | 1 | -2/+0 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -12/+12 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -7/+10 |
* | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 2018-04-10 | 1 | -2/+5 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -1/+1 |
* | BaseTool: Fixed the issue of empty PcdDB. | BobCF | 2018-03-23 | 1 | -4/+5 |
* | BaseTools: Fixed Pcd value override issue. | BobCF | 2018-03-03 | 1 | -12/+0 |
* | BaseTools: Fixed build failure for the PCD value initialization. | Feng, Bob C | 2018-01-25 | 1 | -2/+14 |
* | BaseTools: Fixed the issue of Multiple Skus are always disables | Liming Gao | 2017-12-25 | 1 | -3/+2 |
* | BaseTools: Update SkuId as SKU_ID type to follow current implementation | Liming Gao | 2017-12-25 | 1 | -9/+15 |
* | BaseTools: Report Structure PCD value and SKU, DefaultStore info | Liming Gao | 2017-12-25 | 1 | -1/+1 |
* | BaseTools: PcdDataBase Optimization for multiple SkuIds | Liming Gao | 2017-12-25 | 1 | -110/+117 |
* | BaseTools: Support Structure PCD value inherit between the different SKUs | Liming Gao | 2017-12-25 | 1 | -1/+1 |
* | BaseTools: Collect DynamicHii PCD values and assign it to VPD PCD Value | Liming Gao | 2017-12-25 | 1 | -25/+0 |
* | BaseTools: Support Structure PCD value assignment in DEC/DSC | Liming Gao | 2017-12-25 | 1 | -0/+3 |
* | BaseTools: Follow PI1.4a to fix artificial limitation of PCD SkuId range | Yonghong Zhu | 2016-09-20 | 1 | -34/+57 |
* | BaseTools: Add mixed PCD support feature | Yonghong Zhu | 2016-04-20 | 1 | -6/+16 |
* | BaseTools: add new command line option to support override PCD value | Yonghong Zhu | 2016-03-16 | 1 | -1/+12 |
* | BaseTools: Clean some coding style issues | Yonghong Zhu | 2015-12-01 | 1 | -4/+4 |
* | BaseTools/Build: The PCD value in uninitialized data range should be natural ... | Bob Feng | 2015-05-12 | 1 | -0/+12 |
* | BaseTools/Build: Add all support skuid to the Pcd DB system skuid table | Bob Feng | 2015-04-10 | 1 | -1/+4 |