| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Add parameter check for the AsciiStringToUint64 | Feng, Bob C | 2019-02-25 | 1 | -1/+1 |
* | BaseTools: Fix a bug about Structure PCD | Feng, Bob C | 2019-02-22 | 1 | -1/+1 |
* | BaseTools:Build fail if define [DEPEX] in library inf | Fan, ZhijuX | 2019-02-22 | 1 | -2/+8 |
* | BaseTool: Fixed incremental rebuild issue. | Feng, Bob C | 2019-02-22 | 2 | -17/+16 |
* | BaseTool/GenC: Fix build error when type is BASE or USER_DEFINED. | Jiewen Yao | 2019-02-22 | 1 | -27/+29 |
* | BaseTools:PCD value error in structure pcd sku case. | Fan, ZhijuX | 2019-02-20 | 3 | -2/+8 |
* | BaseTools:Fixed build failure when specifying multiple BUILDTARGET | Fan, ZhijuX | 2019-02-20 | 1 | -1/+1 |
* | BaseTools: replace Sdict with OrderedDict in UPT | Feng, Bob C | 2019-02-20 | 1 | -2/+2 |
* | BaseTools:BaseTools supports to the driver combination. | Fan, ZhijuX | 2019-02-20 | 2 | -5/+35 |
* | BaseTools: Remove unused txt files | Liming Gao | 2019-02-20 | 6 | -814/+0 |
* | BaseTools: Fixed a code bug for Pcd Array. | Feng, Bob C | 2019-02-19 | 1 | -7/+5 |
* | BaseTools: Fixed a bug in Vpd handling | Feng, Bob C | 2019-02-19 | 1 | -1/+1 |
* | BaseTools: Fix a ParseDevPathValue function issue. | Feng, Bob C | 2019-02-19 | 1 | -0/+1 |
* | BaseTools:Fix a ECC issue | Fan, ZhijuX | 2019-02-19 | 2 | -1/+3 |
* | BaseTools: Add MaxSizeUserSet to Pcd deepcopy function | Feng, Bob C | 2019-02-19 | 1 | -0/+1 |
* | BaseTools: Fixed an issue about StructurePcd | Feng, Bob C | 2019-02-18 | 1 | -1/+1 |
* | BaseTools: Fix the build report issue about Structure PCD | Feng, Bob C | 2019-02-18 | 1 | -14/+7 |
* | BaseTools: Fixed a build report issue. | Feng, Bob C | 2019-02-18 | 2 | -5/+6 |
* | BaseTools: Correct the error message for UPT | Feng, Bob C | 2019-02-18 | 1 | -8/+10 |
* | BaseTools/build_rule.template: Remove GCCLD | Shenglei Zhang | 2019-02-14 | 1 | -20/+13 |
* | BaseTools/tools_def.template: Remove DDK3790 | Shenglei Zhang | 2019-02-14 | 1 | -233/+0 |
* | BaseTools/tools_def.template: Remove ELFGCC | Shenglei Zhang | 2019-02-14 | 1 | -80/+0 |
* | 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 |