Age | Commit message (Expand) | Author | Files | Lines |
2020-10-27 | BaseTools/Ecc: Fix ECC check MetaFile Copyright information issue | Yunhua Feng | 1 | -1/+5 |
2020-09-01 | BaseTools/Ecc: Fix an issue of path separator compatibility | Bob Feng | 1 | -4/+4 |
2020-05-13 | BaseTools/Ecc: Replace deprecated function time.clock() | Michael Kubacki | 1 | -2/+3 |
2020-02-12 | BaseTools:fix Ecc tool issue for check StructPcd | Fan, ZhijuX | 1 | -2/+69 |
2020-01-13 | BaseTools:Change the case rules for ECC check pointer names | Fan, ZhijuX | 1 | -3/+4 |
2019-10-04 | BaseTools: strip trailing whitespace | Leif Lindholm | 1 | -1/+1 |
2019-09-09 | BaseTools:ECC need to handle lower case 'static' | Fan, ZhijuX | 4 | -4/+4 |
2019-09-09 | BaseTools:Ecc handle another copyright format | Fan, ZhijuX | 1 | -1/+1 |
2019-05-08 | BaseTools:ECC report errors on account of analyze special characters | Fan, ZhijuX | 4 | -1/+14 |
2019-04-09 | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 29 | -201/+29 |
2019-03-24 | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 1 | -8/+0 |
2019-02-27 | BaseTools:The BOM character is processed when python reads a file | Fan, ZhijuX | 1 | -1/+2 |
2019-02-19 | BaseTools:Fix a ECC issue | Fan, ZhijuX | 2 | -1/+3 |
2019-02-14 | BaseTools: Various typo | Antoine Coeur | 9 | -26/+26 |
2019-02-02 | BaseTools/ECC: Add a new type of exception | Hess Chen | 1 | -4/+10 |
2019-02-01 | BaseTools: ECC tool Python3 adaption | Feng, Bob C | 17 | -23/+8385 |
2019-01-17 | BaseTools: Remove EDK_SOURCE keyword from ECC Tool | Feng, Bob C | 2 | -47/+0 |
2019-01-10 | BaseTools: fix imports | Carsey, Jaben | 1 | -2/+2 |
2018-10-24 | BaseTools/Ecc: Update a checkpoint criteria. | Hess Chen | 2 | -2/+2 |
2018-10-24 | BaseTools/ECC: Fix an identification issue of typedef function. | Hess Chen | 2 | -3/+17 |
2018-10-24 | BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions. | Hess Chen | 4 | -0/+67 |
2018-10-15 | Revert BaseTools: PYTHON3 migration | Liming Gao | 10 | -6662/+22558 |
2018-10-13 | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 10 | -22558/+6662 |
2018-08-30 | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 1 | -1/+1 |
2018-08-16 | BaseTools/Ecc: Fix import issues | hchen30 | 13 | -45/+47 |
2018-07-26 | BaseTools/Ecc: Add some new checkpoints | Hess Chen | 4 | -2/+68 |
2018-07-16 | BaseTools: Use absolute import in Ecc | Gary Lin | 11 | -42/+51 |
2018-07-09 | BaseTools: Clean up source files | Liming Gao | 17 | -1004/+1004 |
2018-06-27 | BaseTools: Fix old python2 idioms | Gary Lin | 2 | -7/+7 |
2018-06-27 | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2 | -22/+22 |
2018-06-27 | BaseTools: Remove the old python "not-equal" | Gary Lin | 1 | -7/+7 |
2018-06-27 | BaseTools: Refactor python print statements | Gary Lin | 7 | -48/+55 |
2018-06-27 | BaseTools: Refactor python except statements | Gary Lin | 5 | -81/+81 |
2018-05-28 | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 3 | -3/+3 |
2018-05-06 | BaseTools: Ecc - add dict for config file to internal translation | Carsey, Jaben | 1 | -3/+119 |
2018-05-04 | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 1 | -2/+2 |
2018-05-02 | BaseTools: replace string with predefined constant | Carsey, Jaben | 1 | -1/+1 |
2018-05-02 | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2 | -2/+2 |
2018-05-02 | BaseTools: replace string constants used for module types | Carsey, Jaben | 1 | -3/+3 |
2018-04-23 | BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con... | Carsey, Jaben | 1 | -2/+2 |
2018-04-03 | BaseTools: remove uncalled functions | Carsey, Jaben | 1 | -19/+0 |
2018-04-03 | BaseTools: remove uncalled function | Carsey, Jaben | 1 | -16/+1 |
2018-03-30 | BaseTools: cleanup class heirarchy | Carsey, Jaben | 1 | -12/+1 |
2018-03-30 | BaseTools: Remove equality operator with None | Carsey, Jaben | 9 | -75/+75 |
2018-03-27 | BaseTools/ECC: Add a new exception support | Hess Chen | 1 | -2/+8 |
2018-01-30 | BaseTools: Fix indentation in CParser.py file | Gary Lin | 1 | -9/+2 |
2017-05-11 | BaseTools/Ecc: Add line break support for exception list | Hess Chen | 1 | -2/+2 |
2017-04-13 | BaseTools/ECC: Add a new checkpoint | Hess Chen | 4 | -2/+159 |
2017-04-11 | BaseTools/ECC: Change check rule for Ifndef statement | Hess Chen | 1 | -7/+8 |
2017-03-09 | BaseTools/ECC: Fix an issue of parameter parser | Hess Chen | 1 | -2/+2 |