| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Update windows and linux run scripts file to use Python3 | Yunhua Feng | 2018-10-13 | 29 | -65/+79 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 11 | -34/+65 |
* | BaseTools: Rename get_bytes_le() to bytes_le | Yonghong Zhu | 2018-10-13 | 2 | -2/+2 |
* | BaseTools: Update argparse arguments since it not have version now | Yunhua Feng | 2018-10-13 | 3 | -3/+6 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 14 | -42/+49 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 12 | -58/+58 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 33 | -162/+131 |
* | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2018-10-13 | 7 | -20/+38 |
* | BaseTools: use map and filter to replace the itertools function | Yunhua Feng | 2018-10-13 | 1 | -4/+3 |
* | BaseTools: remove the super() function argument | Yunhua Feng | 2018-10-13 | 7 | -14/+14 |
* | BaseTools: replace the list iteritems by items | Yunhua Feng | 2018-10-13 | 4 | -8/+8 |
* | BaseTools: Rename raw_input() to input() | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Rename long() to int() | Yunhua Feng | 2018-10-13 | 7 | -25/+25 |
* | BaseTools: Rename xrange() to range() | Yunhua Feng | 2018-10-13 | 5 | -18/+18 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 71 | -79/+0 |
* | BaseTools: Remove the outdated verbose parameter of namedtuple | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Update Brotli Compress to the latest one 1.0.6 | Liming Gao | 2018-10-09 | 99 | -30835/+21710 |
* | BaseTools LzmaCompress: Fix GCC warning misleading-indentation | Liming Gao | 2018-10-09 | 1 | -1/+3 |
* | BaseTools Lzma: Update LZMA SDK version to 18.05 | Liming Gao | 2018-10-09 | 24 | -1471/+2684 |
* | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 2018-09-30 | 3 | -75/+30 |
* | BaseTool: Support different PCDs that refers to the same EFI variable. | bob.c.feng@intel.com | 2018-09-26 | 4 | -18/+60 |
* | BaseTool: Replace dict with OrderedDict. | BobCF | 2018-09-26 | 3 | -20/+30 |
* | BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen code | Liming Gao | 2018-09-26 | 1 | -1/+1 |
* | BaseTools: Latter full value should overwrite the former field value. | Zhao, ZhiqiangX | 2018-09-25 | 2 | -4/+33 |
* | BaseTools: refactor to cache InfBuildData data | Carsey, Jaben | 2018-09-20 | 1 | -459/+397 |
* | BaseTools: refactor to not overcreate ModuleAutoGen objects | Carsey, Jaben | 2018-09-20 | 1 | -33/+25 |
* | BaseTools: Don't save unused workspace data | Carsey, Jaben | 2018-09-20 | 2 | -10/+4 |
* | BaseTools: refactor Build Database objects | Carsey, Jaben | 2018-09-20 | 1 | -23/+9 |
* | BaseTools: Workspace classes refactor properties | Carsey, Jaben | 2018-09-20 | 7 | -235/+228 |
* | BaseTools: refactor class properties | Carsey, Jaben | 2018-09-20 | 1 | -52/+38 |
* | BaseTools: AutoGen - refactor class properties | Carsey, Jaben | 2018-09-20 | 1 | -12/+8 |
* | BaseTools: AutoGen refactor WorkspaceAutoGen class | Carsey, Jaben | 2018-09-20 | 1 | -41/+28 |
* | BaseTools: Refactor PlatformAutoGen | Carsey, Jaben | 2018-09-20 | 1 | -331/+272 |
* | BaseTools: Fix a bug for Unused PCDs section display in the report | zhijufan | 2018-09-18 | 1 | -1/+11 |
* | BaseTools: Regression bug Linux script used windows format | Yunhua Feng | 2018-09-18 | 2 | -2/+2 |
* | BaseTools: Check GUID C structure format | Feng, YunhuaX | 2018-09-14 | 2 | -1/+10 |
* | BaseTools: Align the boolean type PCD value's display in the report | zhijufan | 2018-09-13 | 1 | -2/+17 |
* | BaseTools\GenFds: remove extra content | Carsey, Jaben | 2018-09-13 | 1 | -56/+0 |
* | BaseTools: Fix the RaiseError variable issue caused by 855698fb69f | Yonghong Zhu | 2018-09-12 | 1 | -2/+2 |
* | BaseTools: Support multi thread build Basetool on Windows | Dongao Guo | 2018-09-12 | 3 | -13/+182 |
* | BaseTools: SKU inheritance. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -3/+2 |
* | BaseTools: Correct DXE_PCD_DATABASE_INIT. | Zhao, ZhiqiangX | 2018-09-12 | 1 | -1/+1 |
* | BaseTools: Check PcdNvStoreDefaultValueBuffer. | Zhao, ZhiqiangX | 2018-09-12 | 3 | -3/+17 |
* | BaseTools: Involve Dec default value to calculate Maxsize | Feng, Bob C | 2018-09-12 | 1 | -17/+17 |
* | BaseTools: Structure Pcd value override incorrect. | Feng, Bob C | 2018-09-12 | 3 | -26/+31 |
* | BaseTools: Report error for incorrect hex value format | zhijufan | 2018-09-12 | 1 | -1/+4 |
* | BaseTools/GenFds: delete unused file | Carsey, Jaben | 2018-09-11 | 1 | -28/+0 |
* | BaseTools/GenFds: remove function without callers | Carsey, Jaben | 2018-09-07 | 1 | -17/+0 |
* | BaseTools: refactor to remove duplicate functions | Carsey, Jaben | 2018-09-07 | 2 | -25/+7 |
* | BaseTools/PatchCheck.py: Fix error when run with Python3 | Dandan Bi | 2018-09-06 | 1 | -1/+1 |