| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1 | Zhaozh1x | 2018-10-16 | 1 | -0/+1 |
* | BaseTools: Convert string value of void* pcd in command line to array. | Zhaozh1x | 2018-10-16 | 1 | -8/+30 |
* | BaseTools: Code should not update the variable that save the raw data. | Zhaozh1x | 2018-10-16 | 1 | -2/+5 |
* | BaseTools: add ASSERT checker for array buffer value assignment. | Zhaozh1x | 2018-10-16 | 1 | -0/+8 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -20/+14 |
* | BaseTools: Not compare the VOID* difference in the DSC and DEC file | Yonghong Zhu | 2018-10-13 | 1 | -1/+2 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -3/+10 |
* | BaseTools: replace the list iteritems by items | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2018-09-26 | 1 | -0/+2 |
* | BaseTool: Replace dict with OrderedDict. | BobCF | 2018-09-26 | 1 | -11/+16 |
* | BaseTools: Latter full value should overwrite the former field value. | Zhao, ZhiqiangX | 2018-09-25 | 1 | -0/+17 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 1 | -72/+79 |
* | BaseTools: SKU inheritance. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -3/+2 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+8 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 1 | -25/+29 |
* | BaseTools: Dynamic Pcd value override from command line. | Feng, Bob C | 2018-09-03 | 1 | -1/+6 |
* | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 2018-09-03 | 1 | -3/+3 |
* | BaseTools: Clarify a DSC parsing error about PCDs | Carsey, Jaben | 2018-08-31 | 1 | -1/+1 |
* | BaseTools: minimize assignment processing | Carsey, Jaben | 2018-08-30 | 1 | -7/+8 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 1 | -2/+2 |
* | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 2018-08-28 | 1 | -1/+1 |
* | BaseTools: remove unused setter functions | Jaben Carsey | 2018-08-20 | 1 | -16/+1 |
* | BaseTools: Add check for VOID* PCD Max Size | Yonghong Zhu | 2018-08-17 | 1 | -0/+21 |
* | BaseTools: Fixed build Ovmfpkg failed issue. | BobCF | 2018-07-16 | 1 | -3/+3 |
* | BaseTools: Use absolute import in Workspace | Gary Lin | 2018-07-16 | 1 | -4/+5 |
* | BaseTools: Enable structure pcd in FDF file | BobCF | 2018-07-13 | 1 | -4/+168 |
* | BaseTools: Remove the old python "not-equal" in DscBuildData.py | Gary Lin | 2018-07-08 | 1 | -1/+1 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -4/+4 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -115/+115 |
* | BaseTools: Remove the old python "not-equal" | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -2/+3 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -7/+7 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools/Workspace: Fix ValueChain set | Marvin Haeuser | 2018-05-23 | 1 | -2/+2 |
* | BaseTools: Retrieve /U and -U CC flags to structure PcdValueInit Makefile | Liming Gao | 2018-05-07 | 1 | -2/+2 |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -3/+3 |
* | BaseTools: Remove lists form set construction | Carsey, Jaben | 2018-05-04 | 1 | -5/+5 |
* | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2018-05-04 | 1 | -18/+1 |
* | BaseTools: Workspace - refactor a dict | Carsey, Jaben | 2018-05-04 | 1 | -2/+2 |
* | BaseTools: remove redundant if comparison | Carsey, Jaben | 2018-05-02 | 1 | -4/+4 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -11/+11 |
* | BaseTools: remove dict from DscBuildData | Carsey, Jaben | 2018-04-26 | 1 | -3/+1 |
* | BaseTools: Workspace - refactor GetStructurePcdInfo | Carsey, Jaben | 2018-04-26 | 1 | -6/+5 |
* | BaseTools: Workspace - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 2018-04-26 | 1 | -1/+3 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -22/+16 |
* | BaseTools: remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-23 | 1 | -3/+3 |