Age | Commit message (Expand) | Author | Files | Lines |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 7 | -18/+18 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 11 | -31/+32 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 3 | -14/+14 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 26 | -28/+0 |
2018-09-26 | BaseTool: Replace dict with OrderedDict. | BobCF | 1 | -3/+4 |
2018-09-20 | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 1 | -3/+1 |
2018-09-13 | BaseTools\GenFds: remove extra content | Carsey, Jaben | 1 | -56/+0 |
2018-09-11 | BaseTools/GenFds: delete unused file | Carsey, Jaben | 1 | -28/+0 |
2018-09-07 | BaseTools/GenFds: remove function without callers | Carsey, Jaben | 1 | -17/+0 |
2018-09-07 | BaseTools: refactor to remove duplicate functions | Carsey, Jaben | 2 | -25/+7 |
2018-09-05 | BaseTools: Extend the keyword "!include"/"!if" to case-insensitive | zhijufan | 1 | -0/+2 |
2018-08-30 | BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xref | zhijufan | 1 | -0/+11 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -2/+2 |
2018-08-08 | BaseTools: Use gGuidPattern for Guid regular expression | Yunhua Feng | 1 | -5/+2 |
2018-08-03 | BaseTools: Guid.xref doesn't specify the correct GUID value for Driver | Yunhua Feng | 1 | -1/+10 |
2018-07-30 | BaseTools: Fix build crash when fdf is empty file | Yunhua Feng | 1 | -0/+2 |
2018-07-16 | BaseTools: Move ImageBinDict to GenFdsGlobalVariable.py | Gary Lin | 5 | -20/+18 |
2018-07-16 | BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py | Gary Lin | 4 | -95/+95 |
2018-07-16 | BaseTools: Move OverrideAttribs to OptRomInfStatement.py | Gary Lin | 2 | -3/+16 |
2018-07-16 | BaseTools: Use absolute import in GenFds | Gary Lin | 25 | -106/+127 |
2018-07-13 | BaseTools: Enable structure pcd in FDF file | BobCF | 1 | -14/+67 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 19 | -219/+219 |
2018-06-27 | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 11 | -33/+31 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -2/+2 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 9 | -34/+34 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 3 | -5/+8 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 3 | -8/+8 |
2018-06-22 | BaseTools: introduce !error statement | Yunhua Feng | 1 | -0/+12 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 2 | -65/+62 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 5 | -6/+6 |
2018-05-28 | BaseTools/GenFds: Remove redundant GetRealFileLine call | Zurcher, Christopher J | 1 | -4/+3 |
2018-05-22 | BaseTools: Enhance error message when file is not exist for Gensec | Yonghong Zhu | 1 | -0/+6 |
2018-05-11 | BaseTools: Fix python error with --genfds-multi-thread. | Lin, Derek | 1 | -1/+2 |
2018-05-10 | BaseTools: incorrect calculation for 16M | Carsey, Jaben | 1 | -2/+2 |
2018-05-07 | BaseTools: Correct the variable name | Yonghong Zhu | 1 | -1/+1 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: GenFds - use existing shared string | Carsey, Jaben | 1 | -17/+16 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 1 | -19/+3 |
2018-05-04 | BaseTools: refactor to use list not dict | Carsey, Jaben | 1 | -1/+1 |
2018-05-04 | BaseTools: FdfParser - update to remove duplicate constant value | Carsey, Jaben | 1 | -15/+14 |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 2 | -18/+18 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 14 | -113/+116 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2 | -3/+3 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 3 | -21/+2 |
2018-05-02 | BaseTools: Replace EDK Component strings with predefined constant | Carsey, Jaben | 1 | -3/+3 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 11 | -65/+74 |
2018-04-26 | BaseTools: GenFds - simplify testing for Hex number | Carsey, Jaben | 1 | -8/+1 |