Age | Commit message (Expand) | Author | Files | Lines |
2019-02-20 | BaseTools:PCD value error in structure pcd sku case. | Fan, ZhijuX | 3 | -2/+8 |
2019-02-20 | BaseTools:Fixed build failure when specifying multiple BUILDTARGET | Fan, ZhijuX | 1 | -1/+1 |
2019-02-20 | BaseTools: replace Sdict with OrderedDict in UPT | Feng, Bob C | 1 | -2/+2 |
2019-02-20 | BaseTools:BaseTools supports to the driver combination. | Fan, ZhijuX | 2 | -5/+35 |
2019-02-20 | BaseTools: Remove unused txt files | Liming Gao | 6 | -814/+0 |
2019-02-19 | BaseTools: Fixed a code bug for Pcd Array. | Feng, Bob C | 1 | -7/+5 |
2019-02-19 | BaseTools: Fixed a bug in Vpd handling | Feng, Bob C | 1 | -1/+1 |
2019-02-19 | BaseTools: Fix a ParseDevPathValue function issue. | Feng, Bob C | 1 | -0/+1 |
2019-02-19 | BaseTools:Fix a ECC issue | Fan, ZhijuX | 2 | -1/+3 |
2019-02-19 | BaseTools: Add MaxSizeUserSet to Pcd deepcopy function | Feng, Bob C | 1 | -0/+1 |
2019-02-18 | BaseTools: Fixed an issue about StructurePcd | Feng, Bob C | 1 | -1/+1 |
2019-02-18 | BaseTools: Fix the build report issue about Structure PCD | Feng, Bob C | 1 | -14/+7 |
2019-02-18 | BaseTools: Fixed a build report issue. | Feng, Bob C | 2 | -5/+6 |
2019-02-18 | BaseTools: Correct the error message for UPT | Feng, Bob C | 1 | -8/+10 |
2019-02-14 | BaseTools/build_rule.template: Remove GCCLD | Shenglei Zhang | 1 | -20/+13 |
2019-02-14 | BaseTools/tools_def.template: Remove DDK3790 | Shenglei Zhang | 1 | -233/+0 |
2019-02-14 | BaseTools/tools_def.template: Remove ELFGCC | Shenglei Zhang | 1 | -80/+0 |
2019-02-14 | BaseTools/tools_def.template: Remove UNIXGCC | Shenglei Zhang | 1 | -96/+0 |
2019-02-14 | BaseTools/tools_def.template: Remove VS2003 and VS2005 | Shenglei Zhang | 1 | -689/+0 |
2019-02-14 | BaseTools: Update MYTOOLS | Shenglei Zhang | 2 | -126/+5 |
2019-02-14 | BaseTools/tools_def.template: Remove CYGGCC | Shenglei Zhang | 1 | -194/+0 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 169 | -512/+507 |
2019-02-06 | BaseTools: Fix build failure when specifying multiple BUILDTARGET | Philippe Mathieu-Daud? | 1 | -1/+1 |
2019-02-06 | BaseTools/BuildReport: fix report for platforms/arches without struct PCDs | Laszlo Ersek | 1 | -1/+1 |
2019-02-02 | BaseTools:StructurePCD value display incorrect in "Not used" section. | Fan, ZhijuX | 2 | -2/+9 |
2019-02-02 | BaseTools: Fixed incorrect line number in PcdValueInit.c | Feng, Bob C | 1 | -1/+1 |
2019-02-02 | BaseTools: Enable CODE format in DEC file | Feng, Bob C | 3 | -53/+86 |
2019-02-02 | BaseTools/ECC: Add a new type of exception | Hess Chen | 1 | -4/+10 |
2019-02-02 | BaseTools: PCD value incorrect in structure pcd sku case. | Fan, ZhijuX | 1 | -1/+1 |
2019-02-01 | BaseTools: Eot tool Python3 adaption | Feng, Bob C | 8 | -8/+7740 |
2019-02-01 | BaseTools: ECC tool Python3 adaption | Feng, Bob C | 17 | -23/+8385 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 37 | -244/+247 |
2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 13 | -46/+47 |
2019-02-01 | BaseTools:ord() don't match in py2 and py3 | Feng, Bob C | 1 | -2/+8 |
2019-02-01 | BaseTools:Fixed Rsa issue and a set define issue. | Feng, Bob C | 1 | -2/+2 |
2019-02-01 | BaseTools: Update PYTHON env to PYTHON_COMMAND | Liming Gao | 40 | -108/+164 |
2019-02-01 | BaseTools:Update build tool to print python version information | Zhijux Fan | 1 | -0/+6 |
2019-02-01 | BaseTools: Update windows and linux run scripts file to use Python3 | Zhijux Fan | 38 | -92/+127 |
2019-02-01 | BaseTools: Similar to octal data rectification | Zhijux Fan | 3 | -8/+13 |
2019-02-01 | BaseTools:There is extra blank line in datalog | Zhiju Fan | 1 | -1/+1 |
2019-02-01 | BaseTools: change the Division Operator | Zhijux Fan | 14 | -42/+49 |
2019-02-01 | BaseTools:File open failed for VPD MapFile | Feng, Bob C | 1 | -3/+7 |
2019-02-01 | BaseTools:Double carriage return inserted from Trim.py on Python3 | Zhiju Fan | 1 | -1/+1 |
2019-02-01 | BaseTools:TestTools character encoding issue | Zhiju Fan | 1 | -1/+2 |
2019-02-01 | BaseTools: Make sure AllPcdList valid. | Feng, Bob C | 1 | -2/+3 |
2019-02-01 | BaseTools:Fv BaseAddress must set If it not set | Zhijux Fan | 2 | -0/+7 |
2019-02-01 | Basetools: It went wrong when use os.linesep | Zhijux Fan | 2 | -7/+7 |
2019-02-01 | BaseTools/Scripts: Porting PackageDocumentTools code to use Python3 | Zhijux Fan | 10 | -39/+39 |
2019-02-01 | BaseTools: update Test scripts support python3 | Zhijux Fan | 3 | -9/+12 |
2019-02-01 | BaseTools/UPT:merge UPT Tool use Python2 and Python3 | Zhijux Fan | 20 | -235/+84 |