| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: Resolve regex syntax warnings | Joey Vagedes via groups.io | 2023-12-21 | 1 | -1/+1 |
* | BaseTools: Change RealPath to AbsPath | Chen, Christine | 2021-10-13 | 1 | -3/+3 |
* | BaseTools: Remove hard-coded strings for target and tools_def | Pierre Gondois | 2021-09-29 | 1 | -2/+2 |
* | BaseTools: Update the FV Space Information to display decimal and Hex | fengyunhua | 2020-11-03 | 1 | -1/+4 |
* | BaseTools:Fix GenFds issue for BuildOption replace GenFdsOption | Fan, ZhijuX | 2020-01-13 | 1 | -1/+3 |
* | BaseTools: Enable --genfds-multi-thread to default build | Feng, Bob C | 2019-09-11 | 1 | -3/+6 |
* | BaseTools: Singleton the object to handle build conf file | Feng, Bob C | 2019-08-09 | 1 | -3/+1 |
* | BaseTools:Update mailing list address in BaseTools error messages | Fan, ZhijuX | 2019-05-22 | 1 | -1/+1 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 1 | -7/+1 |
* | BaseTools: Handle the bytes and str difference | Feng, Bob C | 2019-02-01 | 1 | -11/+11 |
* | BaseTools: change the Division Operator | Zhijux Fan | 2019-02-01 | 1 | -1/+1 |
* | BaseTools:Fv BaseAddress must set If it not set | Zhijux Fan | 2019-02-01 | 1 | -0/+5 |
* | BaseTools: replace long by int | Yunhua Feng | 2019-02-01 | 1 | -4/+4 |
* | BaseTools:The BuildOptionPcd value is wrong | Fan, ZhijuX | 2019-01-21 | 1 | -1/+0 |
* | BaseTools: Remove EDK_SOURCE keyword from GenFds tool. | Feng, Bob C | 2019-01-17 | 1 | -3/+0 |
* | BaseTools: Remove unused logic for IPF | Feng, Bob C | 2019-01-14 | 1 | -10/+1 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -1/+1 |
* | BaseTools: Reset FdsGlobalVariable | Feng, Bob C | 2018-12-25 | 1 | -0/+51 |
* | BaseTools: Replace the sqlite database with list | BobCF | 2018-12-07 | 1 | -3/+2 |
* | BaseTools: AutoGen and GenFds share the parser data. | Zhao, ZhiqiangX | 2018-12-07 | 1 | -54/+87 |
* | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 2018-12-06 | 1 | -1/+1 |
* | BaseTools/GenFds: cleanup GenFds | Carsey, Jaben | 2018-10-25 | 1 | -87/+73 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 1 | -16/+10 |
* | BaseTools: Fix some build and report file issue | Yunhua Feng | 2018-10-13 | 1 | -1/+8 |
* | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2018-10-13 | 1 | -1/+1 |
* | BaseTools: Handle the bytes and str difference | Yunhua Feng | 2018-10-13 | 1 | -2/+3 |
* | BaseTools: Rename long() to int() | Yunhua Feng | 2018-10-13 | 1 | -4/+4 |
* | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 2018-10-13 | 1 | -2/+0 |
* | BaseTools: include variable namespace GUIDs of HII PCDs in Guid.xref | zhijufan | 2018-08-30 | 1 | -0/+11 |
* | BaseTools: Use gGuidPattern for Guid regular expression | Yunhua Feng | 2018-08-08 | 1 | -5/+2 |
* | BaseTools: Guid.xref doesn't specify the correct GUID value for Driver | Yunhua Feng | 2018-08-03 | 1 | -1/+10 |
* | BaseTools: Move ImageBinDict to GenFdsGlobalVariable.py | Gary Lin | 2018-07-16 | 1 | -2/+0 |
* | BaseTools: Move FindExtendTool to GenFdsGlobalVariable.py | Gary Lin | 2018-07-16 | 1 | -92/+0 |
* | BaseTools: Use absolute import in GenFds | Gary Lin | 2018-07-16 | 1 | -5/+6 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -15/+15 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -4/+4 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 1 | -1/+2 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 1 | -2/+2 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 1 | -1/+1 |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -1/+1 |
* | BaseTools: refactor to use list not dict | Carsey, Jaben | 2018-05-04 | 1 | -1/+1 |
* | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -5/+5 |
* | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 2018-04-18 | 1 | -34/+27 |
* | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 2018-04-18 | 1 | -6/+6 |
* | BaseTools: remove unused import statement | Carsey, Jaben | 2018-04-08 | 1 | -1/+0 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 1 | -23/+23 |
* | BaseTools: compare GUID value should not case-sensitive | Bin Wang | 2018-03-29 | 1 | -1/+1 |
* | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 2018-03-09 | 1 | -1/+1 |
* | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 2018-03-09 | 1 | -49/+0 |