| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | BaseTools: remove unused import thread | Yunhua Feng | 2018-08-02 | 1 | -1/+0 |
* | BaseTools: Use absolute import in Common | Gary Lin | 2018-07-16 | 1 | -4/+5 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -26/+26 |
* | BaseTools: Move variable out of Global | Jaben Carsey | 2018-06-28 | 1 | -7/+14 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -7/+6 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 1 | -14/+14 |
* | BaseTools: Remove the old python "not-equal" | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -4/+4 |
* | BaseTools: Cleanup unneeded code | Jaben Carsey | 2018-06-13 | 1 | -1/+1 |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -4/+4 |
* | BaseTools: standardize GUID and pack size | Carsey, Jaben | 2018-05-04 | 1 | -14/+37 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -2/+2 |
* | BaseTools: Share RegEx between files | Carsey, Jaben | 2018-04-26 | 1 | -10/+12 |
* | BaseTools: Misc - refactor RegEx to minimize multiple compiling | Carsey, Jaben | 2018-04-26 | 1 | -5/+11 |
* | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 2018-04-23 | 1 | -6/+6 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -1/+1 |
* | BaseTools: use existing shared variable | Carsey, Jaben | 2018-04-17 | 1 | -1/+1 |
* | BaseTools: dont make temporary dict | Carsey, Jaben | 2018-04-09 | 1 | -3/+3 |
* | BaseTools: Remove unused code from Misc | Carsey, Jaben | 2018-04-08 | 1 | -279/+1 |
* | BaseTools: remove loop and variables. | Carsey, Jaben | 2018-03-30 | 1 | -13/+0 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -40/+40 |
* | BaseTools: dont use enumerate when un-needed | Carsey, Jaben | 2018-03-29 | 1 | -1/+1 |
* | BaseTools: Fix bug for VOID* DynamicDefault Pcd use Flexible format | Yonghong Zhu | 2018-03-18 | 1 | -8/+0 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -25/+16 |
* | BaseTools: Fix eval parse string issue | Feng, YunhuaX | 2018-03-02 | 1 | -4/+26 |
* | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 2018-02-28 | 1 | -13/+18 |
* | BaseTools: Fix the bug to display the single SKUID info | Yonghong Zhu | 2018-02-23 | 1 | -0/+4 |
* | BaseTools: Report error when GUID format is incorrect | Feng, YunhuaX | 2018-02-07 | 1 | -10/+4 |