| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 261 | -1826/+261 |
* | BaseTools:Coding problems caused by special characters | Fan, ZhijuX | 2019-04-01 | 4 | -9/+9 |
* | BaseTools:Trim will trig exception when input asl UTF8 format file | Fan, ZhijuX | 2019-04-01 | 1 | -23/+21 |
* | BaseTool: Fixed an issue of Structure PCD | Feng, Bob C | 2019-03-27 | 1 | -7/+7 |
* | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 2019-03-24 | 12 | -72/+4 |
* | BaseTools: Remove EDKI related logic from Trim tool | Feng, Bob C | 2019-03-24 | 1 | -160/+0 |
* | BaseTools: Explicitly close files after readlines | mjohn4 | 2019-03-15 | 2 | -5/+14 |
* | BaseTool/Build: Add --disable-include-path-check. | Jiewen Yao | 2019-03-15 | 2 | -7/+10 |
* | Revert "BaseTools:BaseTools supports to the driver combination." | Liming Gao | 2019-02-28 | 2 | -35/+5 |
* | BaseTools:The BOM character is processed when python reads a file | Fan, ZhijuX | 2019-02-27 | 1 | -1/+2 |
* | BaseTools: Fix a Eot issue. | Feng, Bob C | 2019-02-26 | 1 | -3/+3 |
* | BaseTools: Eot failed when enable python3 | Feng, Bob C | 2019-02-26 | 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: 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: Various typo | Antoine Coeur | 2019-02-14 | 75 | -240/+240 |
* | 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 | 1 | -1/+2 |
* | BaseTools:Update build tool to print python version information | Zhijux Fan | 2019-02-01 | 1 | -0/+6 |
* | 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 |