Age | Commit message (Expand) | Author | Files | Lines |
2018-10-13 | BaseTools: Rename long() to int() | Yunhua Feng | 1 | -2/+2 |
2018-10-13 | BaseTools: Rename xrange() to range() | Yunhua Feng | 1 | -1/+1 |
2018-10-13 | BaseTools: Remove the "from __future__ import" items | Yunhua Feng | 11 | -13/+0 |
2018-09-30 | BaseTools: refactor the error for PCD value is negative or exceed max | zhijufan | 1 | -0/+4 |
2018-09-20 | BaseTools: refactor class properties | Carsey, Jaben | 1 | -52/+38 |
2018-09-14 | BaseTools: Check GUID C structure format | Feng, YunhuaX | 2 | -1/+10 |
2018-09-12 | BaseTools: Fix the RaiseError variable issue caused by 855698fb69f | Yonghong Zhu | 1 | -2/+2 |
2018-09-12 | BaseTools: Report error for incorrect hex value format | zhijufan | 1 | -1/+4 |
2018-09-06 | BaseTools: Report more clear error message for PCD used in expression | zhijufan | 2 | -2/+2 |
2018-09-03 | BaseTools: Fixed the PcdValue trailing zero issue. | Feng, Bob C | 1 | -6/+1 |
2018-09-03 | BaseTools: Check pcd DefaultValue and SkuId EBNF. | Zhaozh1x | 1 | -1/+3 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -0/+2 |
2018-08-28 | BaseTools: Fix one expression bug to support ~ operate | Yonghong Zhu | 1 | -1/+1 |
2018-08-28 | BaseTools: Add check only VOID* type Pcd need the maxsize info | zhijufan | 1 | -35/+18 |
2018-08-20 | BaseTools: AutoGen refactor ModuleAutoGen caching | Jaben Carsey | 1 | -0/+47 |
2018-08-16 | BaseTools/Ecc: Fix import issues | hchen30 | 1 | -1/+2 |
2018-08-16 | BaseTools: Remove the redundant if statement | Yonghong Zhu | 1 | -6/+6 |
2018-08-02 | BaseTools/Capsule: Fix CertType GUID byte order | Kinney, Michael D | 1 | -1/+1 |
2018-08-02 | BaseTools/Capsule: Add Capsule Generation Tools | Kinney, Michael D | 8 | -0/+773 |
2018-08-02 | BaseTools: Use pickle to replace cPickle | Yunhua Feng | 1 | -3/+3 |
2018-08-02 | BaseTools: remove unused import thread | Yunhua Feng | 1 | -1/+0 |
2018-07-16 | BaseTools: Use absolute import in Common | Gary Lin | 9 | -25/+33 |
2018-07-09 | BaseTool: Add cache for the result of SkipAutogen. | Feng, Bob C | 1 | -0/+1 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 8 | -160/+160 |
2018-07-08 | BaseTools: Unify long and int in Expression.py | Gary Lin | 1 | -2/+4 |
2018-06-28 | BaseTools: Move variable out of Global | Jaben Carsey | 2 | -14/+14 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 6 | -37/+35 |
2018-06-27 | BaseTools: Migrate to the new octal literal | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 7 | -33/+33 |
2018-06-27 | BaseTools: Remove the deprecated hash_key() | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Remove tuple parameter in python scripts | Gary Lin | 1 | -1/+2 |
2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 1 | -1/+1 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 4 | -11/+15 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 4 | -19/+19 |
2018-06-22 | BaseTools: introduce !error statement | Yunhua Feng | 2 | -1/+3 |
2018-06-13 | BaseTools: Cleanup unneeded code | Jaben Carsey | 3 | -3/+3 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 4 | -3/+3 |
2018-05-28 | BaseTools: loop to retry remove when it fails. | Jaben Carsey | 1 | -2/+10 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2 | -10/+10 |
2018-05-04 | BaseTools: use set instead of list | Carsey, Jaben | 2 | -41/+41 |
2018-05-04 | BaseTools: create base expression class | Carsey, Jaben | 2 | -36/+20 |
2018-05-04 | BaseTools: remove unused variable | Carsey, Jaben | 1 | -1/+0 |
2018-05-04 | BaseTools: standardize GUID and pack size | Carsey, Jaben | 2 | -14/+48 |
2018-05-04 | BaseTools: AutoGen - add Opcode constants | Carsey, Jaben | 1 | -0/+12 |
2018-05-04 | BaseTools: move PCD size calculation functions to PcdClassObject | Carsey, Jaben | 2 | -2/+2 |
2018-05-04 | BaseTools: refactor to use list not dict | Carsey, Jaben | 1 | -2/+3 |
2018-05-02 | BaseTools: remove unused MigrationUtilities.py | Carsey, Jaben | 1 | -568/+0 |
2018-05-02 | BaseTools: Replace Binary File type strings with predefined constant | Carsey, Jaben | 3 | -3/+5 |
2018-05-02 | BaseTools: Replace PCD type strings with predefined constant | Carsey, Jaben | 2 | -1/+4 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 1 | -18/+11 |