| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 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 |