Age | Commit message (Expand) | Author | Files | Lines |
9 days | BaseTools: Ecc: Remove unnecessary code | Pierre Gondois | 5 | -200/+0 |
9 days | BaseTools: Remove unreachable code | Pierre Gondois | 1 | -1/+0 |
9 days | BaseTools: Remove unused import | Pierre Gondois | 2 | -2/+0 |
2025-05-26 | BaseTools: Update CParser4 to import TextIO from typing | Rebecca Cran | 2 | -2/+2 |
2025-02-04 | BaseTools: Add @verbatim as allowed Doxygen tag | Rebecca Cran | 2 | -2/+2 |
2025-01-09 | BaseTools: Clean up os.path.normcase and os.path.normpath usage | Yang Gang | 1 | -1/+1 |
2024-09-23 | BaseTools: Fix multiple 'invalid escape sequence' warnings in tests | Mike Beaton | 4 | -8/+8 |
2024-07-15 | BaseTools: drop GeneralCheckNonAscii() from ECC | Leif Lindholm | 4 | -27/+0 |
2024-07-15 | BaseTools: fix consistent Ecc misspelling of ASCII | Leif Lindholm | 4 | -13/+13 |
2024-07-10 | BaseTools/Ecc: Allow `static` as a modifier | Michael Kubacki | 1 | -1/+1 |
2022-10-19 | BaseTools: Remove duplicated words in Python tools | Pierre Gondois | 1 | -1/+1 |
2022-06-27 | BaseTools/Ecc: Fix grammar in Ecc error message | Rebecca Cran | 1 | -2/+2 |
2022-03-28 | BaseTools:Support decimal version number in ECC check | wenyi,xie via groups.io | 1 | -3/+15 |
2021-10-13 | BaseTools: Change RealPath to AbsPath | Chen, Christine | 1 | -1/+1 |
2021-03-18 | BaseTools/Ecc: Make Ecc only check first include guard | Pierre Gondois | 1 | -3/+5 |
2021-02-26 | BaseTools: Align include guards policy | Pierre Gondois | 2 | -2/+4 |
2021-02-01 | BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception list | Kun Qin | 1 | -0/+4 |
2020-12-22 | BaseTools/Ecc: Allow init of function static variables | Pierre Gondois | 1 | -1/+1 |
2020-12-22 | BaseTools: Fix crash in ECC when parsing incorrect header | Sami Mujawar | 1 | -1/+4 |
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 |