| Age | Commit message (Expand) | Author | Files | Lines |
| 2018-03-09 | BaseTools: GlobalData remove unused variable | Carsey, Jaben | 1 | -2/+1 |
| 2018-03-09 | BaseTools: Fix parse OFFSET_OF get wrong offset | Feng, YunhuaX | 1 | -1/+2 |
| 2018-03-09 | BaseTools: Fix a bug for --pcd used in ConditionalStatement calculate | Yonghong Zhu | 3 | -1/+5 |
| 2018-03-09 | BaseTools: Update --pcd parser to support flexible pcd format | Yonghong Zhu | 8 | -268/+159 |
| 2018-03-09 | BaseTools: Fixed Pcd from command line issue. | BobCF | 4 | -47/+31 |
| 2018-03-03 | BaseTools: Fix the bug to search Fv.txt file relative to workspace | Yonghong Zhu | 1 | -6/+9 |
| 2018-03-03 | BaseTools: Correct Structure Pcd value in the report | Yonghong Zhu | 1 | -9/+63 |
| 2018-03-03 | BaseTools: Pcd Value override issue. | Feng, Bob C | 1 | -6/+8 |
| 2018-03-03 | BaseTools: Fixed build failed issue. | Feng, Bob C | 1 | -7/+14 |
| 2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 5 | -62/+157 |
| 2018-03-03 | BaseTools: DSC Components section support flexible PCD | Yunhua Feng | 2 | -1/+17 |
| 2018-03-03 | BaseTools: Dsc/Fdf conditional statement parse issue | Feng, YunhuaX | 2 | -0/+8 |
| 2018-03-02 | BaseTools: report error if flag in LABEL() invalid | Feng, YunhuaX | 1 | -4/+10 |
| 2018-03-02 | BaseTools: Fix the bug for display incorrect *M flag in report | Yonghong Zhu | 1 | -10/+10 |
| 2018-03-02 | BaseTools: Fix eval parse string issue | Feng, YunhuaX | 1 | -4/+26 |
| 2018-03-02 | BaseTools: GlobalData.gConfDirectory is None when run GenFds | Feng, YunhuaX | 1 | -1/+3 |
| 2018-03-02 | BaseTools: Fix the bug for single module build with GenC/GenMake | Yonghong Zhu | 1 | -0/+8 |
| 2018-03-01 | BaseTools: Enhance FV info report file path to support absolute path | Yonghong Zhu | 1 | -1/+7 |
| 2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 2 | -103/+112 |
| 2018-02-28 | BaseTool: GUID format PCD value assignment fail in Structure PCD field | BobCF | 2 | -110/+182 |
| 2018-02-28 | BaseTools: Improve build performance of structure PCD value generation | Feng, Bob C | 3 | -84/+101 |
| 2018-02-28 | BaseTools: Fixed the pcd value override issue. | Feng, Bob C | 4 | -24/+44 |
| 2018-02-28 | BaseTools: Fix a bug override Pcd by DSC Components section | Yonghong Zhu | 2 | -3/+17 |
| 2018-02-28 | BaseTools: Fix report not used --pcd value incorrectly | Feng, YunhuaX | 1 | -0/+1 |
| 2018-02-28 | BaseTools: Fix flexible PCD single quote and double quote bugs | Feng, YunhuaX | 5 | -65/+123 |
| 2018-02-27 | BaseTools: Add more error message when PcdValue is wrong | Liming Gao | 1 | -0/+2 |
| 2018-02-27 | BaseTools:Override the MAKE_FLAGS by BuildOptions in DSC | Yonghong Zhu | 1 | -0/+7 |
| 2018-02-25 | BaseTools: Add *B Flag for the field that from command line | Yonghong Zhu | 1 | -7/+3 |
| 2018-02-25 | BaseTools: Update ValueExpressionEx for flexible PCD | Feng, YunhuaX | 1 | -75/+130 |
| 2018-02-25 | BaseTools/Expression: Use 2nd passes on PCD values | Kinney, Michael D | 1 | -1/+25 |
| 2018-02-23 | BaseTools: Fix the bug to display the single SKUID info | Yonghong Zhu | 1 | -0/+4 |
| 2018-02-23 | BaseTools: Add check for INF statement must be a .inf file | Yonghong Zhu | 1 | -1/+3 |
| 2018-02-10 | BaseTools: Fix VOID* type bug | Feng, YunhuaX | 1 | -0/+2 |
| 2018-02-09 | BaseTool: correct the generate compress section process | Feng, YunhuaX | 1 | -8/+5 |
| 2018-02-09 | BaseTools: Update Expression.py for string comparison and MACRO replace issue | Yunhua Feng | 3 | -31/+13 |
| 2018-02-09 | BaseTools: not specified value of MAX_CONCURRENT_THREAD_NUMBER | Yonghong Zhu | 1 | -1/+2 |
| 2018-02-08 | BaseTools: Enhance error handling for unsupported toolchain Flags/Path | Yonghong Zhu | 1 | -1/+5 |
| 2018-02-08 | BaseTools: Fixed incorrect Structure Pcd Value. | Feng, Bob C | 1 | -7/+13 |
| 2018-02-08 | BaseTools: Fixed Build failed issue. | BobCF | 1 | -1/+6 |
| 2018-02-08 | BaseTool: Fixed Pcd issues. | Feng, Bob C | 4 | -79/+100 |
| 2018-02-07 | BaseTools: Fix COMPRESS alignment incorrect issue | Feng, YunhuaX | 1 | -0/+14 |
| 2018-02-07 | BaseTools: Report error when GUID format is incorrect | Feng, YunhuaX | 1 | -10/+4 |
| 2018-02-07 | BaseTools: Fix flexible PCD DEVICE_PATH parse issue | Feng, YunhuaX | 1 | -1/+2 |
| 2018-02-07 | BaseTools: Fix build argument --pcd for flexible format bugs | Feng, YunhuaX | 3 | -7/+72 |
| 2018-02-06 | BaseTools: enhance error check for DatumType format | Yonghong Zhu | 1 | -1/+6 |
| 2018-02-04 | BaseTools: Update Expression.py for VOID* to support L'a' and 'a' | Feng, YunhuaX | 2 | -3/+20 |
| 2018-02-04 | BaseTools: StructurePcd array Value support flexible format | Feng, YunhuaX | 1 | -2/+33 |
| 2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 7 | -98/+233 |
| 2018-02-01 | BaseTools: Support multiple .h file | Feng, Bob C | 4 | -7/+9 |
| 2018-02-01 | BaseTool: Enhance error handling. | BobCF | 1 | -49/+67 |