Age | Commit message (Expand) | Author | Files | Lines |
2018-05-02 | BaseTools: remove redundant if comparison | Carsey, Jaben | 1 | -13/+13 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 1 | -6/+6 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 1 | -16/+16 |
2018-05-02 | BaseTools: Define and use a set for common list | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 1 | -10/+10 |
2018-04-26 | BaseTools: Fix one invalid change in 6be94743 | Yunhua Feng | 1 | -1/+1 |
2018-04-26 | BaseTools: AutoGen - use dafultdict instead of dict | Carsey, Jaben | 1 | -2/+1 |
2018-04-26 | BaseTools: Autogen - replace string constants with those from DataType | Carsey, Jaben | 1 | -34/+34 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -13/+13 |
2018-04-18 | BaseTools: refactor and remove un-needed use of .keys() on dictionaries | Carsey, Jaben | 1 | -17/+15 |
2018-04-18 | BaseTools: use predefined constants instead of local strings | Carsey, Jaben | 1 | -11/+11 |
2018-04-17 | BaseTools: fix None comparisons | Carsey, Jaben | 1 | -1/+1 |
2018-04-17 | BaseTools: use set instead of list for a variable to be used with in | Carsey, Jaben | 1 | -5/+2 |
2018-04-17 | BaseTools: skip updating temporary variable. | Carsey, Jaben | 1 | -9/+3 |
2018-04-17 | BaseTools: no need to save the data | Carsey, Jaben | 1 | -4/+3 |
2018-04-11 | BaseTools: Fix the build error caused by eca980c0c899 | Yonghong Zhu | 1 | -1/+1 |
2018-04-10 | BaseTools: Fix two cases that use GUID CName as PCD Value | Yonghong Zhu | 1 | -2/+3 |
2018-04-10 | BaseTools: Fix the bug for VOID* pcd max size from component section | Yonghong Zhu | 1 | -2/+10 |
2018-04-10 | BaseTools: Fix a bug for Size incorrect of Void* Fixatbuild Pcd | Yonghong Zhu | 1 | -2/+2 |
2018-04-10 | BaseTools: change more list to set | Carsey, Jaben | 1 | -3/+2 |
2018-04-10 | BaseTools: remove unneeded function call | Carsey, Jaben | 1 | -1/+0 |
2018-04-10 | BaseTools: change another list to set | Carsey, Jaben | 1 | -2/+2 |
2018-04-10 | BaseTools: optimize buildoptions loop | Carsey, Jaben | 1 | -15/+6 |
2018-04-10 | BaseTools: simplify testing for existance and containing data | Carsey, Jaben | 1 | -9/+7 |
2018-04-10 | BaseTools: change list to set | Carsey, Jaben | 1 | -9/+5 |
2018-04-10 | BaseTools: remove unused variables | Carsey, Jaben | 1 | -10/+1 |
2018-04-10 | BaseTools: replace a dict with a set | Carsey, Jaben | 1 | -2/+2 |
2018-04-10 | BaseTools: sets are faster to check via "in" due to hashing | Carsey, Jaben | 1 | -6/+6 |
2018-04-10 | BaseTools: defaultdict(set) allows us to just add to the set | Carsey, Jaben | 1 | -8/+5 |
2018-04-08 | BaseTools: small cleanup | Carsey, Jaben | 1 | -15/+0 |
2018-04-08 | BaseTools: Autogen - change from list to set | Carsey, Jaben | 1 | -21/+15 |
2018-04-08 | BaseTools: Autogen - move RegEx compile | Carsey, Jaben | 1 | -7/+15 |
2018-04-08 | BaseTools - AutoGen - replace custom dictionary class with python standard one | Carsey, Jaben | 1 | -15/+16 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 1 | -88/+88 |
2018-03-27 | BaseTools: Autogen - modify to use standard parent/child class relationships | Carsey, Jaben | 1 | -39/+54 |
2018-03-17 | BaseTools: --hash --binary-destination generate wrong binary path | Feng, YunhuaX | 1 | -1/+1 |
2018-03-03 | BaseTools: Fixed Pcd value override issue. | BobCF | 1 | -26/+0 |
2018-02-28 | BaseTools: Fix a bug override Pcd by DSC Components section | Yonghong Zhu | 1 | -1/+14 |
2018-02-27 | BaseTools:Override the MAKE_FLAGS by BuildOptions in DSC | Yonghong Zhu | 1 | -0/+7 |
2018-02-01 | BaseTools: Structure Pcd in CommandLine. | Feng, Bob C | 1 | -88/+22 |
2018-01-30 | BaseTools: Enhance parse performance by optimize ValueExpressionEx | Yunhua Feng | 1 | -14/+2 |
2018-01-25 | BaseTools: Fixed incorrect VPD size. | BobCF | 1 | -6/+4 |
2018-01-25 | BaseTools: Fixed some small issues | Feng, Bob C | 1 | -2/+2 |
2018-01-25 | BaseTool: Combine the HiiPcd value if they link to same Variable | Feng, Bob C | 1 | -1/+1 |
2018-01-23 | BaseTools: Enhance binary file in [Binaries] section use relative path | Yonghong Zhu | 1 | -0/+2 |
2018-01-23 | BaseTools: Add "processing meta-data" string back | Yonghong Zhu | 1 | -3/+3 |
2018-01-10 | BaseTools: Correct Target Path in CodaTargetList replace Path | Yunhua Feng | 1 | -1/+2 |
2018-01-08 | BaseTools: Fix an issue in HiiPcd generation | BobCF | 1 | -3/+2 |
2017-12-27 | BaseTools: Support PCD flexible values format | Yonghong Zhu | 1 | -0/+39 |