summaryrefslogtreecommitdiffstats
path: root/BaseTools/Source/Python/UPT/Library/UniClassObject.py
Commit message (Expand)AuthorAgeFilesLines
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-091-7/+1
* BaseTools: Correct the error message for UPTFeng, Bob C2019-02-181-8/+10
* BaseTools: Various typoAntoine Coeur2019-02-141-10/+10
* BaseTools/UPT:merge UPT Tool use Python2 and Python3Zhijux Fan2019-02-011-2/+4
* BaseTools/UPT: Fix an issue of UNI string checking.Hess Chen2018-10-241-0/+23
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-151-10/+11
* BaseTools/UPT: Porting UPT Tool from Python2 to Python3Yonghong Zhu2018-10-131-11/+10
* BaseTools: Clean up source filesLiming Gao2018-07-091-89/+89
* BaseTools: Refactor python print statementsGary Lin2018-06-271-4/+5
* BaseTools: Refactor python except statementsGary Lin2018-06-271-4/+4
* BaseTools/UPT: Update the import statement to use StringUtilsYonghong Zhu2018-06-111-1/+1
* BaseTools: Remove equality operator with NoneCarsey, Jaben2018-03-301-11/+11
* BaseTools: UPT: remove unused variable and inaccessible code.Carsey, Jaben2018-03-151-19/+1
* BaseTools/UPT: Add a checkpoint for missing '"'Hess Chen2017-03-091-2/+11
* BaseTool/Upt: Add support for PrivateHess Chen2016-08-031-8/+8
* BaseTools/UPT: UPT to Support UTF-8Hess Chen2016-04-261-4/+10
* BaseTools/Upt: Add a BOM check for UNI file and fix some help message errorHess Chen2015-07-081-2/+14
* BaseTools/Upt: Update UPT to ignore "!include" statement when parsing UNI fileHess Chen2015-07-081-2/+3
* BaseTools/UPT: Replace os.linesep with '\r\n' when generating UNI files.Hess Chen2014-09-031-10/+10
* This patch is going to:Hess Chen2014-08-261-0/+1042