| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools:Coding problems caused by special characters | Fan, ZhijuX | 2019-04-01 | 1 | -1/+1 |
* | BaseTools: Fix a ParseDevPathValue function issue. | Feng, Bob C | 2019-02-19 | 1 | -0/+1 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -10/+10 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -16/+32 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -2/+3 |
* | BaseTools: Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -3/+3 |
* | BaseTools:Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 1 | -2/+4 |
* | BaseTools: replace long by int | Yunhua Feng | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: use OrderedDict instead of sdict | Feng, Bob C | 2019-02-01 | 1 | -122/+1 |
* | BaseTools: replace get_bytes_le() to bytes_le | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTool:Rename xrange() to range() | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools/build/build: delete variable | Carsey, Jaben | 2019-01-28 | 1 | -3/+0 |
* | BaseTools/Common/Misc: Cleanup the imports | Carsey, Jaben | 2019-01-28 | 1 | -17/+17 |
* | BaseTools/Common/Misc: remove uncalled code | Carsey, Jaben | 2019-01-28 | 1 | -46/+0 |
* | BaseTools/Common/Misc: move private functions | Carsey, Jaben | 2019-01-28 | 1 | -45/+45 |
* | BaseTools/GenFds/Capsule: move function logic | Carsey, Jaben | 2019-01-21 | 1 | -6/+0 |
* | BaseTools/AutoGen: move functions | Carsey, Jaben | 2019-01-21 | 1 | -68/+0 |
* | BaseTools/DscBuildData: move function | Carsey, Jaben | 2019-01-21 | 1 | -17/+1 |
* | BaseTools/Workspace/InfBuildData: move functions | Carsey, Jaben | 2019-01-21 | 1 | -38/+0 |
* | BaseTools/build/build: refactor and move functions | Carsey, Jaben | 2019-01-21 | 1 | -37/+0 |
* | BaseTools: Allow empty value for HiiPcd in Dsc | Feng, Bob C | 2019-01-18 | 1 | -2/+0 |
* | BaseTools: Fix PcdArray issue | Feng, Bob C | 2018-12-18 | 1 | -0/+6 |
* | BaseTools: Fixed bugs in CopyDict function | Feng, Bob C | 2018-12-15 | 1 | -0/+2 |
* | BaseTools: Customize deepcopy function. | BobCF | 2018-12-07 | 1 | -0/+16 |
* | BaseTools: Optimize string concatenation | BobCF | 2018-12-07 | 1 | -12/+9 |
* | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2018-12-07 | 1 | -0/+2 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -1/+1 |
* | BaseTools: Add special handle for '\' use in Pcd Value | zhijufan | 2018-11-01 | 1 | -2/+6 |
* | BaseTools: Support to use struct name as datum type before max size | Yonghong Zhu | 2018-10-16 | 1 | -1/+3 |
* | BaseTools: remove the not used PyUtility file | Yonghong Zhu | 2018-10-15 | 1 | -13/+3 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -42/+43 |
* | BaseTools: remove the not used PyUtility file | Yonghong Zhu | 2018-10-13 | 1 | -18/+5 |
* | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -7/+11 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -3/+3 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -7/+7 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -6/+3 |
* | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 2018-10-13 | 1 | -8/+20 |
* | BaseTools: replace the list iteritems by items | Yunhua Feng | 2018-10-13 | 1 | -3/+3 |
* | BaseTools: Rename long() to int() | Yunhua Feng | 2018-10-13 | 1 | -2/+2 |
* | BaseTools: Rename xrange() to range() | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -1/+0 |
* | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 2018-09-30 | 1 | -0/+4 |
* | BaseTools: refactor class properties | Carsey, Jaben | 2018-09-20 | 1 | -52/+38 |
* | BaseTools: Check GUID C structure format | Feng, YunhuaX | 2018-09-14 | 1 | -1/+3 |
* | BaseTools: Report error for incorrect hex value format | zhijufan | 2018-09-12 | 1 | -1/+4 |
* | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 2018-09-03 | 1 | -1/+3 |
* | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 2018-08-28 | 1 | -35/+18 |
* | BaseTools: Use pickle to replace cPickle | Yunhua Feng | 2018-08-02 | 1 | -3/+3 |