summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/Ecc
Commit message (Expand)AuthorAgeFilesLines
* BaseTools/Ecc: Make Ecc only check first include guardPierre Gondois2021-03-181-3/+5
* BaseTools: Align include guards policyPierre Gondois2021-02-262-2/+4
* BaseTools: Ecc/exception: Added _ModuleEntryPoint into exception listKun Qin2021-02-011-0/+4
* BaseTools/Ecc: Allow init of function static variablesPierre Gondois2020-12-221-1/+1
* BaseTools: Fix crash in ECC when parsing incorrect headerSami Mujawar2020-12-221-1/+4
* BaseTools/Ecc: Fix ECC check MetaFile Copyright information issueYunhua Feng2020-10-271-1/+5
* BaseTools/Ecc: Fix an issue of path separator compatibilityBob Feng2020-09-011-4/+4
* BaseTools/Ecc: Replace deprecated function time.clock()Michael Kubacki2020-05-131-2/+3
* BaseTools:fix Ecc tool issue for check StructPcdFan, ZhijuX2020-02-121-2/+69
* BaseTools:Change the case rules for ECC check pointer namesFan, ZhijuX2020-01-131-3/+4
* BaseTools: strip trailing whitespaceLeif Lindholm2019-10-041-1/+1
* BaseTools:ECC need to handle lower case 'static'Fan, ZhijuX2019-09-094-4/+4
* BaseTools:Ecc handle another copyright formatFan, ZhijuX2019-09-091-1/+1
* BaseTools:ECC report errors on account of analyze special charactersFan, ZhijuX2019-05-084-1/+14
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0929-201/+29
* BaseTools: Remove the logic SourceOverridePathFeng, Bob C2019-03-241-8/+0
* BaseTools:The BOM character is processed when python reads a fileFan, ZhijuX2019-02-271-1/+2
* BaseTools:Fix a ECC issueFan, ZhijuX2019-02-192-1/+3
* BaseTools: Various typoAntoine Coeur2019-02-149-26/+26
* BaseTools/ECC: Add a new type of exceptionHess Chen2019-02-021-4/+10
* BaseTools: ECC tool Python3 adaptionFeng, Bob C2019-02-0117-23/+8385
* BaseTools: Remove EDK_SOURCE keyword from ECC ToolFeng, Bob C2019-01-172-47/+0
* BaseTools: fix importsCarsey, Jaben2019-01-101-2/+2
* BaseTools/Ecc: Update a checkpoint criteria.Hess Chen2018-10-242-2/+2
* BaseTools/ECC: Fix an identification issue of typedef function.Hess Chen2018-10-242-3/+17
* BaseTools/ECC: Add a checkpoint to check no usage for deprecated functions.Hess Chen2018-10-244-0/+67
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-1510-6662/+22558
* BaseTools/Ecc/EOT: Add Python 3 support on ECC and EOT tools.Hess Chen2018-10-1310-22558/+6662
* BaseTools: Create and use a shared value for 'MSFT' from DataTypeCarsey, Jaben2018-08-301-1/+1
* BaseTools/Ecc: Fix import issueshchen302018-08-1613-45/+47
* BaseTools/Ecc: Add some new checkpointsHess Chen2018-07-264-2/+68
* BaseTools: Use absolute import in EccGary Lin2018-07-1611-42/+51
* BaseTools: Clean up source filesLiming Gao2018-07-0917-1004/+1004
* BaseTools: Fix old python2 idiomsGary Lin2018-06-272-7/+7
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-272-22/+22
* BaseTools: Remove the old python "not-equal"Gary Lin2018-06-271-7/+7
* BaseTools: Refactor python print statementsGary Lin2018-06-277-48/+55
* BaseTools: Refactor python except statementsGary Lin2018-06-275-81/+81
* BaseTools: Rename String to StringUtils.Marvin.Haeuser@outlook.com2018-05-283-3/+3
* BaseTools: Ecc - add dict for config file to internal translationCarsey, Jaben2018-05-061-3/+119
* BaseTools: dont make iterator into list if not neededCarsey, Jaben2018-05-041-2/+2
* BaseTools: replace string with predefined constantCarsey, Jaben2018-05-021-1/+1
* BaseTools: DataType - cleanup list constantsCarsey, Jaben2018-05-022-2/+2
* BaseTools: replace string constants used for module typesCarsey, Jaben2018-05-021-3/+3
* BaseTools: replace 'UINT8','UINT16','UINT32','UINT64','VOID*' with shared con...Carsey, Jaben2018-04-231-2/+2
* BaseTools: remove uncalled functionsCarsey, Jaben2018-04-031-19/+0
* BaseTools: remove uncalled functionCarsey, Jaben2018-04-031-16/+1
* BaseTools: cleanup class heirarchyCarsey, Jaben2018-03-301-12/+1
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-309-75/+75
* BaseTools/ECC: Add a new exception supportHess Chen2018-03-271-2/+8