summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Ecc
AgeCommit message (Expand)AuthorFilesLines
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
2018-06-27BaseTools: Refactor python print statementsGary Lin7-48/+55
2018-06-27BaseTools: Refactor python except statementsGary Lin5-81/+81
2018-05-28BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com3-3/+3
2018-05-06BaseTools: Ecc - add dict for config file to internal translationCarsey, Jaben1-3/+119
2018-05-04BaseTools: dont make iterator into list if not neededCarsey, Jaben1-2/+2
2018-05-02BaseTools: replace string with predefined constantCarsey, Jaben1-1/+1
2018-05-02BaseTools: DataType - cleanup list constantsCarsey, Jaben2-2/+2
2018-05-02BaseTools: replace string constants used for module typesCarsey, Jaben1-3/+3
2018-04-23BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben1-2/+2
2018-04-03BaseTools: remove uncalled functionsCarsey, Jaben1-19/+0
2018-04-03BaseTools: remove uncalled functionCarsey, Jaben1-16/+1
2018-03-30BaseTools: cleanup class heirarchyCarsey, Jaben1-12/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben9-75/+75
2018-03-27BaseTools/ECC: Add a new exception supportHess Chen1-2/+8
2018-01-30BaseTools: Fix indentation in CParser.py fileGary Lin1-9/+2
2017-05-11BaseTools/Ecc: Add line break support for exception listHess Chen1-2/+2
2017-04-13BaseTools/ECC: Add a new checkpointHess Chen4-2/+159
2017-04-11BaseTools/ECC: Change check rule for Ifndef statementHess Chen1-7/+8
2017-03-09BaseTools/ECC: Fix an issue of parameter parserHess Chen1-2/+2