| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BaseTools: merge towards minimum PCD MAX <something> methods | Carsey, Jaben | 2018-04-18 | 1 | -18/+12 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -76/+76 |
* | BaseTools: refactor and remove more keys() usage | Carsey, Jaben | 2018-04-18 | 1 | -32/+27 |
* | BaseTools: change DscBuildData functions without need for self to staticmethod | Carsey, Jaben | 2018-04-17 | 1 | -38/+64 |
* | BaseTools: move RegEx compile out of loops | Carsey, Jaben | 2018-04-17 | 1 | -6/+5 |
* | BaseTools: Remove unused functions from DscBuildData | Carsey, Jaben | 2018-04-17 | 1 | -31/+0 |
* | BaseTools: remove unused local variable. | Carsey, Jaben | 2018-04-17 | 1 | -2/+0 |
* | BaseTools: fix None comparisons | Carsey, Jaben | 2018-04-17 | 1 | -2/+2 |
* | BaseTools: use existing shared variable | Carsey, Jaben | 2018-04-17 | 1 | -19/+19 |
* | BaseTools: Workspace - use built in OrderedDict instead of custom version. | Carsey, Jaben | 2018-04-08 | 1 | -12/+12 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -79/+79 |