| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools/tools_def.template: Remove UNIXGCC | Shenglei Zhang | 2019-02-14 | 1 | -96/+0 |
* | BaseTools/tools_def.template: Remove VS2003 and VS2005 | Shenglei Zhang | 2019-02-14 | 1 | -689/+0 |
* | BaseTools: Update MYTOOLS | Shenglei Zhang | 2019-02-14 | 2 | -126/+5 |
* | BaseTools/tools_def.template: Remove CYGGCC | Shenglei Zhang | 2019-02-14 | 1 | -194/+0 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 169 | -512/+507 |
* | BaseTools: Fix build failure when specifying multiple BUILDTARGET | Philippe Mathieu-Daud? | 2019-02-06 | 1 | -1/+1 |
* | BaseTools/BuildReport: fix report for platforms/arches without struct PCDs | Laszlo Ersek | 2019-02-06 | 1 | -1/+1 |
* | BaseTools:StructurePCD value display incorrect in "Not used" section. | Fan, ZhijuX | 2019-02-02 | 2 | -2/+9 |
* | BaseTools: Fixed incorrect line number in PcdValueInit.c | Feng, Bob C | 2019-02-02 | 1 | -1/+1 |
* | BaseTools: Enable CODE format in DEC file | Feng, Bob C | 2019-02-02 | 3 | -53/+86 |
* | BaseTools/ECC: Add a new type of exception | Hess Chen | 2019-02-02 | 1 | -4/+10 |
* | BaseTools: PCD value incorrect in structure pcd sku case. | Fan, ZhijuX | 2019-02-02 | 1 | -1/+1 |
* | BaseTools: Eot tool Python3 adaption | Feng, Bob C | 2019-02-01 | 8 | -8/+7740 |
* | BaseTools: ECC tool Python3 adaption | Feng, Bob C | 2019-02-01 | 17 | -23/+8385 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 37 | -244/+247 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 13 | -46/+47 |
* | BaseTools:ord() don't match in py2 and py3 | Feng, Bob C | 2019-02-01 | 1 | -2/+8 |
* | BaseTools:Fixed Rsa issue and a set define issue. | Feng, Bob C | 2019-02-01 | 1 | -2/+2 |
* | BaseTools: Update PYTHON env to PYTHON_COMMAND | Liming Gao | 2019-02-01 | 40 | -108/+164 |
* | BaseTools:Update build tool to print python version information | Zhijux Fan | 2019-02-01 | 1 | -0/+6 |
* | BaseTools: Update windows and linux run scripts file to use Python3 | Zhijux Fan | 2019-02-01 | 38 | -92/+127 |
* | BaseTools: Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 3 | -8/+13 |
* | BaseTools:There is extra blank line in datalog | Zhiju Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 14 | -42/+49 |
* | BaseTools:File open failed for VPD MapFile | Feng, Bob C | 2019-02-01 | 1 | -3/+7 |
* | BaseTools:Double carriage return inserted from Trim.py on Python3 | Zhiju Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools:TestTools character encoding issue | Zhiju Fan | 2019-02-01 | 1 | -1/+2 |
* | BaseTools: Make sure AllPcdList valid. | Feng, Bob C | 2019-02-01 | 1 | -2/+3 |
* | BaseTools:Fv BaseAddress must set If it not set | Zhijux Fan | 2019-02-01 | 2 | -0/+7 |
* | Basetools: It went wrong when use os.linesep | Zhijux Fan | 2019-02-01 | 2 | -7/+7 |
* | BaseTools/Scripts: Porting PackageDocumentTools code to use Python3 | Zhijux Fan | 2019-02-01 | 10 | -39/+39 |
* | BaseTools: update Test scripts support python3 | Zhijux Fan | 2019-02-01 | 3 | -9/+12 |
* | BaseTools/UPT:merge UPT Tool use Python2 and Python3 | Zhijux Fan | 2019-02-01 | 20 | -235/+84 |
* | BaseTools:Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 4 | -3/+20 |
* | BaseTools: Update argparse arguments since it not have version now | Zhijux Fan | 2019-02-01 | 3 | -3/+6 |
* | BaseTools:Solve the data sorting problem use python3 | Zhijux Fan | 2019-02-01 | 1 | -0/+1 |
* | BaseTools: replace long by int | Yunhua Feng | 2019-02-01 | 8 | -27/+27 |
* | BaseTools: Remove unnecessary super function | Yunhua Feng | 2019-02-01 | 1 | -5/+0 |
* | BaseTools: nametuple not have verbose parameter in python3 | 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 | 3 | -3/+3 |
* | BaseTools: Rename iteritems to items | Zhijux Fan | 2019-02-01 | 3 | -5/+5 |
* | BaseTools:use iterate list to replace the itertools | Zhijux Fan | 2019-02-01 | 1 | -4/+2 |
* | BaseTool:Rename xrange() to range() | Zhijux Fan | 2019-02-01 | 4 | -16/+16 |
* | BaseTools/DevicePath: Add a checking step | Mike Turner | 2019-01-31 | 1 | -9/+8 |
* | BaseTools/build/build: delete variable | Carsey, Jaben | 2019-01-28 | 2 | -62/+1 |
* | 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:Define Macro in Inf file, the pcdvalue Can't convert | Fan, ZhijuX | 2019-01-28 | 1 | -2/+6 |
* | BaseTools/Common/Misc: move private functions | Carsey, Jaben | 2019-01-28 | 1 | -45/+45 |