| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Move C tool flags before the common flags | gaoliming | 2020-10-10 | 1 | -1/+1 |
* | BaseTools: Sort the Pcd set when generating the VPD binary | Bob Feng | 2020-09-08 | 1 | -1/+1 |
* | BaseTools:fix issue for decode the stdout/stderr byte arrays | Fan, ZhijuX | 2020-03-24 | 1 | -1/+1 |
* | BaseTools:copy the common PcdValueCommon.c to output directory | Fan, ZhijuX | 2020-03-12 | 1 | -2/+11 |
* | BaseTools/Build: Do not use Common.lib in Structured PCD app | Kinney, Michael D | 2020-02-07 | 1 | -19/+23 |
* | BaseTools/DscBuildData: Fix PCD autogen include file conflict | Michael D Kinney | 2020-02-04 | 1 | -1/+17 |
* | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 2020-01-13 | 1 | -3/+6 |
* | BaseTools:Add [packages] section in dsc file | Fan, ZhijuX | 2019-11-20 | 1 | -1/+22 |
* | BaseTools: Fix a bug for Hii Pcd override | Bob Feng | 2019-09-10 | 1 | -2/+2 |
* | BaseTools: Fixed an issue that build raise exception | Feng, Bob C | 2019-08-12 | 1 | -5/+2 |
* | BaseTools: Decouple AutoGen Objects | Feng, Bob C | 2019-08-09 | 1 | -5/+5 |
* | BaseTools: Add functions to get platform scope build options | Feng, Bob C | 2019-08-09 | 1 | -0/+20 |
* | BaseTools: Singleton the object to handle build conf file | Feng, Bob C | 2019-08-09 | 1 | -6/+2 |
* | BaseTools:Updata the output encoding of the Popen function | Bob Feng | 2019-08-01 | 1 | -1/+1 |
* | BaseTools: Fixed the issue of the CFlag for compile PcdValueInit.c | Feng, Bob C | 2019-07-10 | 1 | -1/+2 |
* | BaseTools: Correct the value assignment for StructurePcd | Fan, ZhijuX | 2019-05-10 | 1 | -48/+165 |
* | BaseTools:corrected error message for the DatumType error | Fan, ZhijuX | 2019-05-08 | 1 | -3/+7 |
* | BaseTools:Fixed an issue where the order of GuidS changed in guid.xref | Fan, ZhijuX | 2019-05-01 | 1 | -10/+10 |
* | BaseTools: Fixed issue in MultiThread Genfds function | Feng, Bob C | 2019-04-10 | 1 | -0/+3 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 1 | -7/+1 |
* | 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 |