Age | Commit message (Expand) | Author | Files | Lines |
2019-04-01 | BaseTools:Coding problems caused by special characters | Fan, ZhijuX | 1 | -1/+1 |
2019-03-24 | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 2 | -3/+0 |
2019-02-20 | BaseTools:PCD value error in structure pcd sku case. | Fan, ZhijuX | 1 | -1/+1 |
2019-02-19 | BaseTools: Fix a ParseDevPathValue function issue. | Feng, Bob C | 1 | -0/+1 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 7 | -28/+28 |
2019-02-01 | BaseTools: Handle the bytes and str difference | Feng, Bob C | 5 | -43/+40 |
2019-02-01 | BaseTools: the list and iterator translation | Feng, Bob C | 2 | -5/+6 |
2019-02-01 | BaseTools: Similar to octal data rectification | Zhijux Fan | 1 | -1/+1 |
2019-02-01 | BaseTools: change the Division Operator | Zhijux Fan | 2 | -4/+11 |
2019-02-01 | BaseTools:Similar to octal data rectification | Zhijux Fan | 1 | -2/+4 |
2019-02-01 | BaseTools: replace long by int | Yunhua Feng | 1 | -1/+1 |
2019-02-01 | BaseTools: use OrderedDict instead of sdict | Feng, Bob C | 1 | -122/+1 |
2019-02-01 | BaseTools: replace get_bytes_le() to bytes_le | Zhijux Fan | 1 | -1/+1 |
2019-02-01 | BaseTool:Rename xrange() to range() | Zhijux Fan | 1 | -1/+1 |
2019-01-28 | BaseTools/build/build: delete variable | Carsey, Jaben | 1 | -3/+0 |
2019-01-28 | BaseTools/Common/Misc: Cleanup the imports | Carsey, Jaben | 1 | -17/+17 |
2019-01-28 | BaseTools/Common/Misc: remove uncalled code | Carsey, Jaben | 1 | -46/+0 |
2019-01-28 | BaseTools/Common/Misc: move private functions | Carsey, Jaben | 1 | -45/+45 |
2019-01-21 | BaseTools/GenFds/Capsule: move function logic | Carsey, Jaben | 1 | -6/+0 |
2019-01-21 | BaseTools/AutoGen: move functions | Carsey, Jaben | 1 | -68/+0 |
2019-01-21 | BaseTools/DscBuildData: move function | Carsey, Jaben | 1 | -17/+1 |
2019-01-21 | BaseTools/Workspace/InfBuildData: move functions | Carsey, Jaben | 1 | -38/+0 |
2019-01-21 | BaseTools/build/build: refactor and move functions | Carsey, Jaben | 1 | -37/+0 |
2019-01-18 | BaseTools: Allow empty value for HiiPcd in Dsc | Feng, Bob C | 1 | -2/+0 |
2019-01-14 | BaseTools: Remove unused logic for IPF | Feng, Bob C | 1 | -18/+1 |
2019-01-14 | BaseTools: Remove unused logic for EDKI | Feng, Bob C | 2 | -8/+0 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 2 | -3/+4 |
2018-12-18 | BaseTools: Fix PcdArray issue | Feng, Bob C | 1 | -0/+6 |
2018-12-15 | BaseTools: Fixed bugs in CopyDict function | Feng, Bob C | 1 | -0/+2 |
2018-12-15 | BaseTools: Fix PcdNvStoreDefaultValueBuffer Value. | Feng, Bob C | 1 | -3/+3 |
2018-12-07 | BaseTools: Customize deepcopy function. | BobCF | 2 | -2/+18 |
2018-12-07 | BaseTools: Optimize string concatenation | BobCF | 1 | -12/+9 |
2018-12-07 | BaseTools: Enable Pcd Array support. | bob.c.feng@intel.com | 2 | -199/+199 |
2018-12-06 | BaseTools: create and use a standard shared variable for '*' | Jaben Carsey | 5 | -18/+20 |
2018-12-06 | BaseTools: Move Identification file to Eot | Jaben Carsey | 1 | -58/+0 |
2018-11-01 | BaseTools: Add special handle for '\' use in Pcd Value | zhijufan | 2 | -3/+19 |
2018-10-26 | BaseTools: Fix BPDG tool print traceback info issue | Feng, YunhuaX | 1 | -3/+2 |
2018-10-21 | BaseTools: delete unused file | Carsey, Jaben | 1 | -120/+0 |
2018-10-18 | BaseTools: Fix bug caused by 03c36c36a3 | Yonghong Zhu | 1 | -2/+2 |
2018-10-16 | BaseTools: Support to use struct name as datum type before max size | Yonghong Zhu | 1 | -1/+3 |
2018-10-16 | BaseTools: Add check for the string type whether is same | zhijufan | 1 | -2/+4 |
2018-10-15 | BaseTools: remove the not used PyUtility file | Yonghong Zhu | 2 | -13/+3 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 13 | -67/+92 |
2018-10-13 | BaseTools: remove the not used PyUtility file | Yonghong Zhu | 2 | -18/+5 |
2018-10-13 | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 1 | -1/+1 |
2018-10-13 | BaseTools: Fix some build and report file issue | Yunhua Feng | 2 | -8/+12 |
2018-10-13 | BaseTools: change the Division Operator in the expression | Yunhua Feng | 2 | -4/+11 |
2018-10-13 | BaseTools: do the list and iterator translation | Yunhua Feng | 2 | -10/+10 |
2018-10-13 | BaseTools: Handle the bytes and str difference | Yunhua Feng | 5 | -34/+12 |
2018-10-13 | BaseTools: fix the open file's read and write bugs | Yunhua Feng | 1 | -8/+20 |