summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/Ecc
AgeCommit message (Expand)AuthorFilesLines
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
2016-12-29BaseTools/Ecc: Fix the issue of not recognizing "FILE_GUID"Hess Chen1-1/+6
2016-07-29BaseTools/Ecc: GUID checkpointHess Chen1-3/+3
2016-04-26BaseTools/ECC: Remove UNI checkpoint from ECCHess Chen1-0/+2
2016-04-26Update ECC to support more doxygen keywordsHess Chen2-5/+10
2016-03-10BaseTools: Change source files to DOS format.Liming Gao1-5/+5
2016-02-16BaseTools-Source: Update displayed version informationedk2 dev1-6/+5
2015-12-30BaseTool/ECC: Add UTF-8 support on ECC toolHess Chen1-2/+4
2015-12-14BaseTools/Ecc: Fix a bug to report fake issueHess Chen1-0/+4
2015-10-08BaseTools: Update ECC tool to support multiple workspacesLi YangX3-11/+15
2015-09-14BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2-7/+14
2015-08-24BaseTools/Ecc: Remove checkpoint for STATIC modifierHess Chen2-6/+9
2015-07-02BaseTools/Ecc: Fix a bug when checking copyright formatHess Chen2-1/+9
2015-07-02BaseTools/Ecc: Fix a bug to get correct member variableHess Chen1-2/+5
2015-06-25BaseTools/Ecc: Fix a bug of determining boolean variable incorrectlyHess Chen1-0/+2
2015-06-25BaseTools/Ecc: Fix two bugs for the checkpoint of GUIDHess Chen2-2/+3
2015-06-25BaseTools/Ecc: Fix a bug in parserHess Chen1-0/+3
2015-06-25BaseTools/Ecc: Add a checkpoint for invalid DEC file.Hess Chen4-1/+25
2015-06-25BaseTools/Ecc: Add a checkpoint for invalid PCD info.Hess Chen1-0/+84
2015-06-25BaseTools/Ecc: Add a checkpoint for invalid UNI file.Hess Chen5-7/+114
2015-06-25BaseTools/Ecc: Add a Configuration itemHess Chen3-3/+13
2014-12-09BaseTools/ECC: Fix some issues of ECC toolHess Chen2-9/+18
2014-09-22BaseTools/ECC: Ignore duplicate check for 'NULL' libraryHess Chen1-1/+1
2014-08-25This patch is going to:Hess Chen10-12/+228