| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | BaseTools: Add the missing package include directory in PcdValueInit Makefile | Liming Gao | 2018-03-23 | 1 | -1/+3 |
* | BaseTools: Override Max size by build Option Pcd for HII type | Yonghong Zhu | 2018-03-21 | 1 | -0/+8 |
* | BaseTools: Fix bug for --pcd VOID* type when no max size is specified | Yonghong Zhu | 2018-03-20 | 1 | -13/+0 |
* | BaseTools: Add Feature Flag Pcd Type into Override list | Yonghong Zhu | 2018-03-20 | 1 | -1/+2 |
* | BaseTools: Detect structure pcd header file change. | BobCF | 2018-03-17 | 1 | -54/+135 |
* | BaseTools: Get Pcd DatumType from DEC file for --pcd | Yonghong Zhu | 2018-03-12 | 1 | -0/+1 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -184/+108 |
* | BaseTools: Fixed Pcd from command line issue. | BobCF | 2018-03-09 | 1 | -15/+16 |
* | BaseTools: Pcd Value override issue. | Feng, Bob C | 2018-03-03 | 1 | -6/+8 |
* | BaseTools: Fixed build failed issue. | Feng, Bob C | 2018-03-03 | 1 | -7/+14 |