| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: drop GeneralCheckNonAscii() from ECC | Leif Lindholm | 2024-07-15 | 4 | -27/+0 |
* | BaseTools: fix consistent Ecc misspelling of ASCII | Leif Lindholm | 2024-07-15 | 4 | -13/+13 |
* | BaseTools/Ecc: Allow `static` as a modifier | Michael Kubacki | 2024-07-10 | 1 | -1/+1 |
* | BaseTools: Remove duplicated words in Python tools | Pierre Gondois | 2022-10-19 | 1 | -1/+1 |
* | BaseTools/Ecc: Fix grammar in Ecc error message | Rebecca Cran | 2022-06-27 | 1 | -2/+2 |
* | BaseTools:Support decimal version number in ECC check | wenyi,xie via groups.io | 2022-03-28 | 1 | -3/+15 |
* | BaseTools: Change RealPath to AbsPath | Chen, Christine | 2021-10-13 | 1 | -1/+1 |
* | BaseTools/Ecc: Make Ecc only check first include guard | Pierre Gondois | 2021-03-18 | 1 | -3/+5 |
* | BaseTools: Align include guards policy | Pierre Gondois | 2021-02-26 | 2 | -2/+4 |
* | BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception list | Kun Qin | 2021-02-01 | 1 | -0/+4 |
* | BaseTools/Ecc: Allow init of function static variables | Pierre Gondois | 2020-12-22 | 1 | -1/+1 |
* | BaseTools: Fix crash in ECC when parsing incorrect header | Sami Mujawar | 2020-12-22 | 1 | -1/+4 |
* | BaseTools/Ecc: Fix ECC check MetaFile Copyright information issue | Yunhua Feng | 2020-10-27 | 1 | -1/+5 |
* | BaseTools/Ecc: Fix an issue of path separator compatibility | Bob Feng | 2020-09-01 | 1 | -4/+4 |
* | BaseTools/Ecc: Replace deprecated function time.clock() | Michael Kubacki | 2020-05-13 | 1 | -2/+3 |
* | BaseTools:fix Ecc tool issue for check StructPcd | Fan, ZhijuX | 2020-02-12 | 1 | -2/+69 |
* | BaseTools:Change the case rules for ECC check pointer names | Fan, ZhijuX | 2020-01-13 | 1 | -3/+4 |
* | BaseTools: strip trailing whitespace | Leif Lindholm | 2019-10-04 | 1 | -1/+1 |
* | BaseTools:ECC need to handle lower case 'static' | Fan, ZhijuX | 2019-09-09 | 4 | -4/+4 |
* | BaseTools:Ecc handle another copyright format | Fan, ZhijuX | 2019-09-09 | 1 | -1/+1 |
* | BaseTools:ECC report errors on account of analyze special characters | Fan, ZhijuX | 2019-05-08 | 4 | -1/+14 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 29 | -201/+29 |
* | BaseTools: Remove the logic SourceOverridePath | Feng, Bob C | 2019-03-24 | 1 | -8/+0 |
* | BaseTools:The BOM character is processed when python reads a file | Fan, ZhijuX | 2019-02-27 | 1 | -1/+2 |
* | BaseTools:Fix a ECC issue | Fan, ZhijuX | 2019-02-19 | 2 | -1/+3 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 9 | -26/+26 |
* | BaseTools/ECC: Add a new type of exception | Hess Chen | 2019-02-02 | 1 | -4/+10 |
* | BaseTools: ECC tool Python3 adaption | Feng, Bob C | 2019-02-01 | 17 | -23/+8385 |
* | BaseTools: Remove EDK_SOURCE keyword from ECC Tool | Feng, Bob C | 2019-01-17 | 2 | -47/+0 |
* | BaseTools: fix imports | Carsey, Jaben | 2019-01-10 | 1 | -2/+2 |
* | BaseTools/Ecc: Update a checkpoint criteria. | Hess Chen | 2018-10-24 | 2 | -2/+2 |
* | BaseTools/ECC: Fix an identification issue of typedef function. | Hess Chen | 2018-10-24 | 2 | -3/+17 |
* | BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions. | Hess Chen | 2018-10-24 | 4 | -0/+67 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 10 | -6662/+22558 |
* | BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools. | Hess Chen | 2018-10-13 | 10 | -22558/+6662 |
* | BaseTools: Create and use a shared value for 'MSFT' from DataType | Carsey, Jaben | 2018-08-30 | 1 | -1/+1 |
* | BaseTools/Ecc: Fix import issues | hchen30 | 2018-08-16 | 13 | -45/+47 |
* | BaseTools/Ecc: Add some new checkpoints | Hess Chen | 2018-07-26 | 4 | -2/+68 |
* | BaseTools: Use absolute import in Ecc | Gary Lin | 2018-07-16 | 11 | -42/+51 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 17 | -1004/+1004 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 2 | -7/+7 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 2 | -22/+22 |
* | BaseTools: Remove the old python "not-equal" | Gary Lin | 2018-06-27 | 1 | -7/+7 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 7 | -48/+55 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 5 | -81/+81 |
* | BaseTools: Rename String to StringUtils. | Marvin.Haeuser@outlook.com | 2018-05-28 | 3 | -3/+3 |
* | BaseTools: Ecc - add dict for config file to internal translation | Carsey, Jaben | 2018-05-06 | 1 | -3/+119 |
* | BaseTools: dont make iterator into list if not needed | Carsey, Jaben | 2018-05-04 | 1 | -2/+2 |
* | BaseTools: replace string with predefined constant | Carsey, Jaben | 2018-05-02 | 1 | -1/+1 |
* | BaseTools: DataType - cleanup list constants | Carsey, Jaben | 2018-05-02 | 2 | -2/+2 |