summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Ecc
AgeCommit message (Expand)AuthorFilesLines
10 daysBaseTools: Ecc: Remove unnecessary codePierre Gondois5-200/+0
10 daysBaseTools: Remove unreachable codePierre Gondois1-1/+0
10 daysBaseTools: Remove unused importPierre Gondois2-2/+0
2025-05-26BaseTools: Update CParser4 to import TextIO from typingRebecca Cran2-2/+2
2025-02-04BaseTools: Add @verbatim as allowed Doxygen tagRebecca Cran2-2/+2
2025-01-09BaseTools: Clean up os.path.normcase and os.path.normpath usageYang Gang1-1/+1
2024-09-23BaseTools: Fix multiple 'invalid escape sequence' warnings in testsMike Beaton4-8/+8
2024-07-15BaseTools: drop GeneralCheckNonAscii() from ECCLeif Lindholm4-27/+0
2024-07-15BaseTools: fix consistent Ecc misspelling of ASCIILeif Lindholm4-13/+13
2024-07-10BaseTools/Ecc: Allow `static` as a modifierMichael Kubacki1-1/+1
2022-10-19BaseTools: Remove duplicated words in Python toolsPierre Gondois1-1/+1
2022-06-27BaseTools/Ecc: Fix grammar in Ecc error messageRebecca Cran1-2/+2
2022-03-28BaseTools:Support decimal version number in ECC checkwenyi,xie via groups.io1-3/+15
2021-10-13BaseTools: Change RealPath to AbsPathChen, Christine1-1/+1
2021-03-18BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois1-3/+5
2021-02-26BaseTools: Align include guards policyPierre Gondois2-2/+4
2021-02-01BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception listKun Qin1-0/+4
2020-12-22BaseTools/Ecc: Allow init of function static variablesPierre Gondois1-1/+1
2020-12-22BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar1-1/+4
2020-10-27BaseTools/Ecc: Fix ECC check MetaFile Copyright information issueYunhua Feng1-1/+5
2020-09-01BaseTools/Ecc: Fix an issue of path separator compatibilityBob Feng1-4/+4
2020-05-13BaseTools/Ecc: Replace deprecated function time.clock()Michael Kubacki1-2/+3
2020-02-12BaseTools:fix Ecc tool issue for check StructPcdFan, ZhijuX1-2/+69
2020-01-13BaseTools:Change the case rules for ECC check pointer namesFan, ZhijuX1-3/+4
2019-10-04BaseTools: strip trailing whitespaceLeif Lindholm1-1/+1
2019-09-09BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX4-4/+4
2019-09-09BaseTools:Ecc handle another copyright formatFan, ZhijuX1-1/+1
2019-05-08BaseTools:ECC report errors on account of analyze special charactersFan, ZhijuX4-1/+14
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney29-201/+29
2019-03-24BaseTools: Remove the logic SourceOverridePathFeng, Bob C1-8/+0
2019-02-27BaseTools:The BOM character is processed when python reads a fileFan, ZhijuX1-1/+2
2019-02-19BaseTools:Fix a ECC issueFan, ZhijuX2-1/+3
2019-02-14BaseTools: Various typoAntoine Coeur9-26/+26
2019-02-02BaseTools/ECC: Add a new type of exceptionHess Chen1-4/+10
2019-02-01BaseTools: ECC tool Python3 adaptionFeng, Bob C17-23/+8385
2019-01-17BaseTools: Remove EDK_SOURCE keyword from ECC ToolFeng, Bob C2-47/+0
2019-01-10BaseTools: fix importsCarsey, Jaben1-2/+2
2018-10-24BaseTools/Ecc: Update a checkpoint criteria.Hess Chen2-2/+2
2018-10-24BaseTools/ECC: Fix an identification issue of typedef function.Hess Chen2-3/+17
2018-10-24BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.Hess Chen4-0/+67
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao10-6662/+22558
2018-10-13BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen10-22558/+6662
2018-08-30BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben1-1/+1
2018-08-16BaseTools/Ecc: Fix import issueshchen3013-45/+47
2018-07-26BaseTools/Ecc: Add some new checkpointsHess Chen4-2/+68
2018-07-16BaseTools: Use absolute import in EccGary Lin11-42/+51
2018-07-09BaseTools: Clean up source filesLiming Gao17-1004/+1004
2018-06-27BaseTools: Fix old python2 idiomsGary Lin2-7/+7
2018-06-27BaseTools: Adjust the spaces around commas and colonsGary Lin2-22/+22
2018-06-27BaseTools: Remove the old python "not-equal"Gary Lin1-7/+7