| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-10-13 | BaseTools: increment build generate inf file lost .depex file | Yunhua Feng | 1 | -0/+4 |
| 2018-10-13 | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 20 | -45547/+12757 |
| 2018-10-13 | BaseTools/UPT: Porting UPT Tool from Python2 to Python3 | Yonghong Zhu | 25 | -103/+89 |
| 2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 11 | -34/+65 |
| 2018-10-13 | BaseTools: Rename get_bytes_le() to bytes_le | Yonghong Zhu | 2 | -2/+2 |
| 2018-10-13 | BaseTools: Update argparse arguments since it not have version now | Yunhua Feng | 3 | -3/+6 |
| 2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 14 | -42/+49 |
| 2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 12 | -58/+58 |
| 2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 33 | -162/+131 |
| 2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 7 | -20/+38 |
| 2018-10-13 | BaseTools: use map and filter to replace the itertools function | Yunhua Feng | 1 | -4/+3 |
| 2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 7 | -14/+14 |
| 2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 4 | -8/+8 |
| 2018-10-13 | BaseTools: Rename raw_input() to input() | Yunhua Feng | 1 | -1/+1 |
| 2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 7 | -25/+25 |
| 2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 5 | -18/+18 |
| 2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 71 | -79/+0 |
| 2018-10-13 | BaseTools: Remove the outdated verbose parameter of namedtuple | Yunhua Feng | 1 | -1/+1 |
| 2018-09-30 | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 3 | -75/+30 |
| 2018-09-26 | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 4 | -18/+60 |
| 2018-09-26 | BaseTool: Replace dict with OrderedDict. | BobCF | 3 | -20/+30 |
| 2018-09-26 | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 1 | -1/+1 |
| 2018-09-25 | BaseTools: Latter full value should overwrite the former field value. | Zhao, ZhiqiangX | 2 | -4/+33 |
| 2018-09-20 | BaseTools: refactor to cache InfBuildData data | Carsey, Jaben | 1 | -459/+397 |
| 2018-09-20 | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 1 | -33/+25 |
| 2018-09-20 | BaseTools: Don't save unused workspace data | Carsey, Jaben | 2 | -10/+4 |
| 2018-09-20 | BaseTools: refactor Build Database objects | Carsey, Jaben | 1 | -23/+9 |
| 2018-09-20 | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 7 | -235/+228 |
| 2018-09-20 | BaseTools: refactor class properties | Carsey, Jaben | 1 | -52/+38 |
| 2018-09-20 | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 1 | -12/+8 |
| 2018-09-20 | BaseTools: AutoGen refactor WorkspaceAutoGen class | Carsey, Jaben | 1 | -41/+28 |
| 2018-09-20 | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 1 | -331/+272 |
| 2018-09-18 | BaseTools: Fix a bug for Unused PCDs section display in the report | zhijufan | 1 | -1/+11 |
| 2018-09-14 | BaseTools: Check GUID C structure format | Feng, YunhuaX | 2 | -1/+10 |
| 2018-09-13 | BaseTools: Align the boolean type PCD value's display in the report | zhijufan | 1 | -2/+17 |
| 2018-09-13 | BaseTools\GenFds: remove extra content | Carsey, Jaben | 1 | -56/+0 |
| 2018-09-12 | BaseTools: Fix the RaiseError variable issue caused by 855698fb69f | Yonghong Zhu | 1 | -2/+2 |
| 2018-09-12 | BaseTools: SKU inheritance. | Zhao, ZhiqiangX | 1 | -3/+2 |
| 2018-09-12 | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 1 | -1/+1 |
| 2018-09-12 | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 3 | -3/+17 |
| 2018-09-12 | BaseTools: Involve Dec default value to calculate Maxsize | Feng, Bob C | 1 | -17/+17 |
| 2018-09-12 | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 3 | -26/+31 |
| 2018-09-12 | BaseTools: Report error for incorrect hex value format | zhijufan | 1 | -1/+4 |
| 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-06 | BaseTools: Report more clear error message for PCD used in expression | zhijufan | 2 | -2/+2 |
| 2018-09-06 | BaseTools: Fix a bug about list the PCD in "not used" section | zhijufan | 1 | -0/+3 |
| 2018-09-05 | BaseTools: Extend the keyword "!include"/"!if" to case-insensitive | zhijufan | 1 | -0/+2 |
| 2018-09-03 | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 2 | -6/+7 |