Age | Commit message (Expand) | Author | Files | Lines |
2018-12-18 | BaseTools: Fix PcdArray issue | Feng, Bob C | 1 | -0/+6 |
2018-12-15 | BaseTools: Fixed bugs in CopyDict function | Feng, Bob C | 1 | -0/+2 |
2018-12-15 | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 1 | -3/+3 |
2018-12-07 | BaseTools: Customize deepcopy function. | BobCF | 2 | -2/+18 |
2018-12-07 | BaseTools: Optimize string concatenation | BobCF | 1 | -12/+9 |
2018-12-07 | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2 | -199/+199 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 5 | -18/+20 |
2018-12-06 | BaseTools: Move Identification file to Eot | Jaben Carsey | 1 | -58/+0 |
2018-11-01 | BaseTools: Add special handle for '\' use in Pcd Value | zhijufan | 2 | -3/+19 |
2018-10-26 | BaseTools: Fix BPDG tool print traceback info issue | Feng, YunhuaX | 1 | -3/+2 |
2018-10-21 | BaseTools: delete unused file | Carsey, Jaben | 1 | -120/+0 |
2018-10-18 | BaseTools: Fix bug caused by 03c36c36a3 | Yonghong Zhu | 1 | -2/+2 |
2018-10-16 | BaseTools: Support to use struct name as datum type before max size | Yonghong Zhu | 1 | -1/+3 |
2018-10-16 | BaseTools: Add check for the string type whether is same | zhijufan | 1 | -2/+4 |
2018-10-15 | BaseTools: remove the not used PyUtility file | Yonghong Zhu | 2 | -13/+3 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 13 | -67/+92 |
2018-10-13 | BaseTools: remove the not used PyUtility file | Yonghong Zhu | 2 | -18/+5 |
2018-10-13 | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 1 | -1/+1 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 2 | -8/+12 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2 | -4/+11 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 2 | -10/+10 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 5 | -34/+12 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 1 | -8/+20 |
2018-10-13 | BaseTools: remove the super() function argument | Yunhua Feng | 2 | -3/+3 |
2018-10-13 | BaseTools: replace the list iteritems by items | Yunhua Feng | 1 | -3/+3 |
2018-10-13 | BaseTools: Rename raw_input() to input() | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 11 | -13/+0 |
2018-09-30 | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 1 | -0/+4 |
2018-09-20 | BaseTools: refactor class properties | Carsey, Jaben | 1 | -52/+38 |
2018-09-14 | BaseTools: Check GUID C structure format | Feng, YunhuaX | 2 | -1/+10 |
2018-09-12 | BaseTools: Fix the RaiseError variable issue caused by 855698fb69f | Yonghong Zhu | 1 | -2/+2 |
2018-09-12 | BaseTools: Report error for incorrect hex value format | zhijufan | 1 | -1/+4 |
2018-09-06 | BaseTools: Report more clear error message for PCD used in expression | zhijufan | 2 | -2/+2 |
2018-09-03 | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 1 | -6/+1 |
2018-09-03 | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 1 | -1/+3 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -0/+2 |
2018-08-28 | BaseTools: Fix one expression bug to support ~ operate | Yonghong Zhu | 1 | -1/+1 |
2018-08-28 | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 1 | -35/+18 |
2018-08-20 | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 1 | -0/+47 |
2018-08-16 | BaseTools/Ecc: Fix import issues | hchen30 | 1 | -1/+2 |
2018-08-16 | BaseTools: Remove the redundant if statement | Yonghong Zhu | 1 | -6/+6 |
2018-08-02 | BaseTools/Capsule: Fix CertType GUID byte order | Kinney, Michael D | 1 | -1/+1 |
2018-08-02 | BaseTools/Capsule: Add Capsule Generation Tools | Kinney, Michael D | 8 | -0/+773 |
2018-08-02 | BaseTools: Use pickle to replace cPickle | Yunhua Feng | 1 | -3/+3 |
2018-08-02 | BaseTools: remove unused import thread | Yunhua Feng | 1 | -1/+0 |
2018-07-16 | BaseTools: Use absolute import in Common | Gary Lin | 9 | -25/+33 |
2018-07-09 | BaseTool: Add cache for the result of SkipAutogen. | Feng, Bob C | 1 | -0/+1 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 8 | -160/+160 |