summaryrefslogtreecommitdiff
path: root/BaseTools/Source/Python/UPT/Library/UniClassObject.py
AgeCommit message (Expand)AuthorFilesLines
2025-07-01BaseTools: UPT/Library: Remove unnecessary codePierre Gondois1-65/+0
2025-07-01BaseTools: Remove unreachable codePierre Gondois1-34/+0
2025-07-01BaseTools: Remove unused importPierre Gondois1-1/+0
2021-08-02python: Replace distutils.utils.split_quotes with shlex.splitCole1-2/+2
2019-04-09BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney1-7/+1
2019-02-18BaseTools: Correct the error message for UPTFeng, Bob C1-8/+10
2019-02-14BaseTools: Various typoAntoine Coeur1-10/+10
2019-02-01BaseTools/UPT:merge UPT Tool use Python2 and Python3Zhijux Fan1-2/+4
2018-10-24BaseTools/UPT: Fix an issue of UNI string checking.Hess Chen1-0/+23
2018-10-15Revert BaseTools: PYTHON3 migrationLiming Gao1-10/+11
2018-10-13BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu1-11/+10
2018-07-09BaseTools: Clean up source filesLiming Gao1-89/+89
2018-06-27BaseTools: Refactor python print statementsGary Lin1-4/+5
2018-06-27BaseTools: Refactor python except statementsGary Lin1-4/+4
2018-06-11BaseTools/UPT: Update the import statement to use StringUtilsYonghong Zhu1-1/+1
2018-03-30BaseTools: Remove equality operator with NoneCarsey, Jaben1-11/+11
2018-03-15BaseTools: UPT: remove unused variable and inaccessible code.Carsey, Jaben1-19/+1
2017-03-09BaseTools/UPT: Add a checkpoint for missing '"'Hess Chen1-2/+11
2016-08-03BaseTool/Upt: Add support for PrivateHess Chen1-8/+8
2016-04-26BaseTools/UPT: UPT to Support UTF-8Hess Chen1-4/+10
2015-07-08BaseTools/Upt: Add a BOM check for UNI file and fix some help message errorHess Chen1-2/+14
2015-07-08BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI fileHess Chen1-2/+3
2014-09-03BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.Hess Chen1-10/+10
2014-08-26This patch is going to:Hess Chen1-0/+1042