| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BaseTools: Fixed Pcd value override issue. | BobCF | 2018-03-03 | 1 | -23/+152 |
* | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 2018-02-28 | 1 | -103/+108 |
* | BaseTool: GUID format PCD value assignment fail in Structure PCD field | BobCF | 2018-02-28 | 1 | -109/+180 |
* | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 2018-02-28 | 1 | -82/+90 |
* | BaseTools: Fixed the pcd value override issue. | Feng, Bob C | 2018-02-28 | 1 | -4/+20 |
* | BaseTools: Fix a bug override Pcd by DSC Components section | Yonghong Zhu | 2018-02-28 | 1 | -2/+3 |
* | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 2018-02-28 | 1 | -11/+20 |
* | BaseTools: Add more error message when PcdValue is wrong | Liming Gao | 2018-02-27 | 1 | -0/+2 |
* | BaseTools: Update Expression.py for string comparison and MACRO replace issue | Yunhua Feng | 2018-02-09 | 1 | -1/+1 |
* | BaseTools: Fixed incorrect Structure Pcd Value. | Feng, Bob C | 2018-02-08 | 1 | -7/+13 |
* | BaseTools: Fixed Build failed issue. | BobCF | 2018-02-08 | 1 | -1/+6 |
* | BaseTool: Fixed Pcd issues. | Feng, Bob C | 2018-02-08 | 1 | -73/+79 |
* | BaseTools: Fix build argument --pcd for flexible format bugs | Feng, YunhuaX | 2018-02-07 | 1 | -5/+68 |
* | BaseTools: StructurePcd array Value support flexible format | Feng, YunhuaX | 2018-02-04 | 1 | -2/+33 |
* | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 2018-02-01 | 1 | -4/+206 |
* | BaseTools: Support multiple .h file | Feng, Bob C | 2018-02-01 | 1 | -4/+4 |
* | BaseTool: Enhance error handling. | BobCF | 2018-02-01 | 1 | -49/+67 |
* | BaseTool: Add comments in PcdValueInit.c. | Feng, Bob C | 2018-02-01 | 1 | -4/+6 |
* | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 2018-01-30 | 1 | -11/+10 |
* | BaseTools: Fixed some small issues | Feng, Bob C | 2018-01-25 | 1 | -2/+5 |
* | BaseTools: Add comments for the Structure Pcd definition in PcdValueInit.c file | Feng, Bob C | 2018-01-25 | 1 | -1/+1 |