| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 2019-03-24 | 1 | -8/+0 |
* | BaseTools: Explicitly close files after readlines | mjohn4 | 2019-03-15 | 1 | -4/+12 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -1/+1 |
* | BaseTools: Enable CODE format in DEC file | Feng, Bob C | 2019-02-02 | 1 | -35/+64 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -2/+2 |
* | BaseTools:Define Macro in Inf file, the pcdvalue Can't convert | Fan, ZhijuX | 2019-01-28 | 1 | -2/+6 |
* | BaseTools: Enable component override functionality | Feng, Bob C | 2019-01-14 | 1 | -0/+5 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -22/+0 |
* | BaseTools: Report Error if use SET in Dsc | Feng, Bob C | 2019-01-11 | 1 | -0/+5 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -4/+5 |
* | BaseTools: Fixed metafile parser issues | Feng, Bob C | 2018-12-18 | 1 | -13/+12 |
* | BaseTools: Fixed the build fail issue for cases | Feng, Bob C | 2018-12-15 | 1 | -1/+1 |
* | BaseTools: Replace the sqlite database with list | BobCF | 2018-12-07 | 1 | -3/+2 |
* | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2018-12-07 | 1 | -2/+84 |
* | BaseTools: Support to use struct name as datum type before max size | Yonghong Zhu | 2018-10-16 | 1 | -3/+3 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -3/+5 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -2/+2 |
* | BaseTools: remove the super() function argument | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 1 | -9/+9 |
* | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 2018-08-28 | 1 | -0/+4 |
* | BaseTools: Use hashlib instead of md5 | Feng, YunhuaX | 2018-08-23 | 1 | -3/+3 |
* | BaseTools: Parse decimal format INF_VERSION incorrect | Yunhua Feng | 2018-07-27 | 1 | -3/+6 |
* | BaseTools: Use absolute import in Workspace | Gary Lin | 2018-07-16 | 1 | -2/+3 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -7/+7 |
* | BaseTools: Fix two drivers include the same file issue | Yunhua Feng | 2018-06-29 | 1 | -2/+2 |
* | BaseTools: Fix parsing multiple nest !include issue | Yunhua Feng | 2018-06-29 | 1 | -15/+13 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -10/+10 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -17/+17 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -1/+2 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -6/+6 |
* | BaseTools: introduce !error statement | Yunhua Feng | 2018-06-22 | 1 | -1/+9 |
* | BaseTools: remove the unneeded code | Yonghong Zhu | 2018-06-22 | 1 | -17/+0 |
* | BaseTools: Fix one bug of nest !include parser | Yunhua Feng | 2018-06-13 | 1 | -1/+5 |
* | BaseTools: Remove dsc nested include checking. | Derek Lin | 2018-06-11 | 1 | -4/+15 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: Workspace/MetaFileParser - refactor dicts | Carsey, Jaben | 2018-05-02 | 1 | -9/+8 |
* | BaseTools: Fix regression bug by 3378782691af | Yunhua Feng | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: Workspace - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 2018-04-26 | 1 | -2/+6 |
* | BaseTools: Support DSC component !include PCD items | Yunhua Feng | 2018-04-19 | 1 | -3/+10 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -2/+2 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -16/+16 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -5/+5 |
* | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 2018-03-09 | 1 | -0/+2 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -0/+1 |
* | BaseTools: Dsc/Fdf conditional statement parse issue | Feng, YunhuaX | 2018-03-03 | 1 | -0/+4 |
* | BaseTools: Update Expression.py for string comparison and MACRO replace issue | Yunhua Feng | 2018-02-09 | 1 | -0/+1 |
* | BaseTools: Support multiple .h file | Feng, Bob C | 2018-02-01 | 1 | -1/+3 |
* | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 2018-01-30 | 1 | -8/+2 |