summaryrefslogtreecommitdiffstats
path: root/BaseTools
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Update windows and linux run scripts file to use Python3Yunhua Feng2018-10-1329-65/+79
* BaseTools: Fix some build and report file issueYunhua Feng2018-10-1311-34/+65
* BaseTools: Rename get_bytes_le() to bytes_leYonghong Zhu2018-10-132-2/+2
* BaseTools: Update argparse arguments since it not have version nowYunhua Feng2018-10-133-3/+6
* BaseTools: change the Division Operator in the expressionYunhua Feng2018-10-1314-42/+49
* BaseTools: do the list and iterator translationYunhua Feng2018-10-1312-58/+58
* BaseTools: Handle the bytes and str differenceYunhua Feng2018-10-1333-162/+131
* BaseTools: fix the open file's read and write bugsYunhua Feng2018-10-137-20/+38
* BaseTools: use map and filter to replace the itertools functionYunhua Feng2018-10-131-4/+3
* BaseTools: remove the super() function argumentYunhua Feng2018-10-137-14/+14
* BaseTools: replace the list iteritems by itemsYunhua Feng2018-10-134-8/+8
* BaseTools: Rename raw_input() to input()Yunhua Feng2018-10-131-1/+1
* BaseTools: Rename long() to int()Yunhua Feng2018-10-137-25/+25
* BaseTools: Rename xrange() to range()Yunhua Feng2018-10-135-18/+18
* BaseTools: Remove the "from __future__ import" itemsYunhua Feng2018-10-1371-79/+0
* BaseTools: Remove the outdated verbose parameter of namedtupleYunhua Feng2018-10-131-1/+1
* BaseTools: Update Brotli Compress to the latest one 1.0.6Liming Gao2018-10-0999-30835/+21710
* BaseTools LzmaCompress: Fix GCC warning misleading-indentationLiming Gao2018-10-091-1/+3
* BaseTools Lzma: Update LZMA SDK version to 18.05Liming Gao2018-10-0924-1471/+2684
* BaseTools: refactor the error for PCD value is negative or exceed maxzhijufan2018-09-303-75/+30
* BaseTool: Support different PCDs that refers to the same EFI variable.bob.c.feng@intel.com2018-09-264-18/+60
* BaseTool: Replace dict with OrderedDict.BobCF2018-09-263-20/+30
* BaseTools: Fix the wrong reference _GetSkuIds() in AutoGen codeLiming Gao2018-09-261-1/+1
* BaseTools: Latter full value should overwrite the former field value.Zhao, ZhiqiangX2018-09-252-4/+33
* BaseTools: refactor to cache InfBuildData dataCarsey, Jaben2018-09-201-459/+397
* BaseTools: refactor to not overcreate ModuleAutoGen objectsCarsey, Jaben2018-09-201-33/+25
* BaseTools: Don't save unused workspace dataCarsey, Jaben2018-09-202-10/+4
* BaseTools: refactor Build Database objectsCarsey, Jaben2018-09-201-23/+9
* BaseTools: Workspace classes refactor propertiesCarsey, Jaben2018-09-207-235/+228
* BaseTools: refactor class propertiesCarsey, Jaben2018-09-201-52/+38
* BaseTools: AutoGen - refactor class propertiesCarsey, Jaben2018-09-201-12/+8
* BaseTools: AutoGen refactor WorkspaceAutoGen classCarsey, Jaben2018-09-201-41/+28
* BaseTools: Refactor PlatformAutoGenCarsey, Jaben2018-09-201-331/+272
* BaseTools: Fix a bug for Unused PCDs section display in the reportzhijufan2018-09-181-1/+11
* BaseTools: Regression bug Linux script used windows formatYunhua Feng2018-09-182-2/+2
* BaseTools: Check GUID C structure formatFeng, YunhuaX2018-09-142-1/+10
* BaseTools: Align the boolean type PCD value's display in the reportzhijufan2018-09-131-2/+17
* BaseTools\GenFds: remove extra contentCarsey, Jaben2018-09-131-56/+0
* BaseTools: Fix the RaiseError variable issue caused by 855698fb69fYonghong Zhu2018-09-121-2/+2
* BaseTools: Support multi thread build Basetool on WindowsDongao Guo2018-09-123-13/+182
* BaseTools: SKU inheritance.Zhao, ZhiqiangX2018-09-121-3/+2
* BaseTools: Correct DXE_PCD_DATABASE_INIT.Zhao, ZhiqiangX2018-09-121-1/+1
* BaseTools: Check PcdNvStoreDefaultValueBuffer.Zhao, ZhiqiangX2018-09-123-3/+17
* BaseTools: Involve Dec default value to calculate MaxsizeFeng, Bob C2018-09-121-17/+17
* BaseTools: Structure Pcd value override incorrect.Feng, Bob C2018-09-123-26/+31
* BaseTools: Report error for incorrect hex value formatzhijufan2018-09-121-1/+4
* BaseTools/GenFds: delete unused fileCarsey, Jaben2018-09-111-28/+0
* BaseTools/GenFds: remove function without callersCarsey, Jaben2018-09-071-17/+0
* BaseTools: refactor to remove duplicate functionsCarsey, Jaben2018-09-072-25/+7
* BaseTools/PatchCheck.py: Fix error when run with Python3Dandan Bi2018-09-061-1/+1