| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -19/+0 |
* | BaseTools: Fix a bug about Structure PCD | Feng, Bob C | 2019-02-22 | 1 | -1/+1 |
* | BaseTool: Fixed incremental rebuild issue. | Feng, Bob C | 2019-02-22 | 1 | -9/+8 |
* | BaseTools:PCD value error in structure pcd sku case. | Fan, ZhijuX | 2019-02-20 | 1 | -0/+3 |
* | BaseTools: Fixed a code bug for Pcd Array. | Feng, Bob C | 2019-02-19 | 1 | -7/+5 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -1/+1 |
* | BaseTools:StructurePCD value display incorrect in "Not used" section. | Fan, ZhijuX | 2019-02-02 | 1 | -2/+2 |
* | BaseTools: Enable CODE format in DEC file | Feng, Bob C | 2019-02-02 | 1 | -17/+21 |
* | BaseTools: PCD value incorrect in structure pcd sku case. | Fan, ZhijuX | 2019-02-02 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -3/+10 |
* | BaseTools: the list and iterator translation | Feng, Bob C | 2019-02-01 | 1 | -8/+8 |
* | BaseTools:Similar to octal data rectification | Zhijux Fan | 2019-02-01 | 1 | -1/+2 |
* | BaseTools: Rename iteritems to items | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools/DscBuildData: move function | Carsey, Jaben | 2019-01-21 | 1 | -17/+33 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -1/+0 |
* | BaseTools: Enable component override functionality | Feng, Bob C | 2019-01-14 | 1 | -9/+15 |
* | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2019-01-14 | 1 | -3/+0 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -2/+2 |
* | BaseTools: Correct PcdArray value assigment statement | Feng, Bob C | 2019-01-04 | 1 | -44/+73 |
* | BaseTools: Fixed metafile parser issues | Feng, Bob C | 2018-12-18 | 1 | -1/+1 |
* | BaseTools: Fix PcdArray issue | Feng, Bob C | 2018-12-18 | 1 | -22/+37 |
* | BaseTools: Fixed bugs in CopyDict function | Feng, Bob C | 2018-12-15 | 1 | -2/+2 |
* | BaseTools: Correct CCFLAG for PcdValueInit | BobCF | 2018-12-07 | 1 | -12/+12 |
* | BaseTools: Customize deepcopy function. | BobCF | 2018-12-07 | 1 | -3/+3 |
* | BaseTool: Filter out unused structure pcds | Feng, Bob C | 2018-12-07 | 1 | -0/+22 |
* | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2018-12-07 | 1 | -118/+266 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -3/+3 |
* | BaseTools: Use common cc flag for building PcdValueInit. | BobCF | 2018-11-05 | 1 | -24/+31 |
* | BaseTools: Rollback Filter out unused structure pcds | Feng, Bob C | 2018-10-27 | 1 | -19/+0 |
* | BaseTools:Not miss the full assign value of FixedAtBuild structure PCD | Zhaozh1x | 2018-10-26 | 1 | -12/+16 |
* | BaseTools: Fix the bug for Pcd used in command line's override | Yonghong Zhu | 2018-10-25 | 1 | -0/+5 |
* | BaseTools: Move PcdValueInit to platform build folder | BobCF | 2018-10-25 | 1 | -8/+17 |
* | BaseTool: Filter out unused structure pcds | BobCF | 2018-10-25 | 1 | -0/+19 |
* | BaseTools: Remove Arch specific build options for PcdValueInit tool. | BobCF | 2018-10-24 | 1 | -1/+1 |
* | BaseTools:Translate the StructurePCD value in field to correct format. | Zhaozh1x | 2018-10-24 | 1 | -5/+2 |
* | BaseTools: Not convert the void* pcd string in command line to array. | Zhaozh1x | 2018-10-24 | 1 | -30/+8 |
* | BaseTools: add ASSERT checker for array buffer in fdf and command line | Zhaozh1x | 2018-10-24 | 1 | -0/+8 |
* | BaseTools: Convert "Unicode string" to "byte array" if value type diff | Zhaozh1x | 2018-10-22 | 1 | -0/+9 |
* | BaseTools: Fix the bug that PcdValueFromComm is not set | Yonghong Zhu | 2018-10-21 | 1 | -0/+1 |
* | BaseTools: Fix a bug --pcd option enable and use the pcd in expression | Yonghong Zhu | 2018-10-18 | 1 | -0/+1 |
* | BaseTools: Fix bugs use special character in the --pcd option | Yonghong Zhu | 2018-10-16 | 1 | -0/+2 |
* | BaseTools:Fix issue caused by 84a52d4d030185a44f2d8736142c6f0b19c6e9b1 | Zhaozh1x | 2018-10-16 | 1 | -0/+1 |
* | BaseTools: Convert string value of void* pcd in command line to array. | Zhaozh1x | 2018-10-16 | 1 | -8/+30 |
* | BaseTools: Code should not update the variable that save the raw data. | Zhaozh1x | 2018-10-16 | 1 | -2/+5 |
* | BaseTools: add ASSERT checker for array buffer value assignment. | Zhaozh1x | 2018-10-16 | 1 | -0/+8 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -20/+14 |
* | BaseTools: Not compare the VOID* difference in the DSC and DEC file | Yonghong Zhu | 2018-10-13 | 1 | -1/+2 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: do the list and iterator translation | Yunhua Feng | 2018-10-13 | 1 | -6/+6 |