summaryrefslogtreecommitdiffstats
path: root/BaseTools/Scripts
Commit message (Expand)AuthorAgeFilesLines
...
* BaseTools/Scripts/PatchCheck.py: Remove submodule false positivesMichael D Kinney2020-01-241-2/+21
* BaseTools/Scripts/PatchCheck: Address false error conditionsMichael D Kinney2020-01-131-6/+51
* BaseTools/PatchCheck.py: Check the patch author email addressPhilippe Mathieu-Daude2020-01-101-1/+6
* BaseTools/PatchCheck.py: Let EmailAddressCheck describe email checkedPhilippe Mathieu-Daude2020-01-101-3/+7
* BaseTools/PatchCheck.py: Check the committer email addressPhilippe Mathieu-Daude2020-01-101-0/+6
* BaseTools/PatchCheck.py: Extract email check code to EmailAddressCheckPhilippe Mathieu-Daude2020-01-101-29/+54
* BaseTools/PatchCheck.py: Ignore CR and LF characters in subject lengthPhilippe Mathieu-Daud?2020-01-091-1/+1
* BaseTools/Scripts: Add sendemail.transferEncoding to SetupGit.pyDesimone, Nathaniel L2019-12-241-18/+20
* BaseTools: correct line endings for ConvertFce Python scriptLeif Lindholm2019-10-041-5/+5
* BaseTools:"--exclude" don't apply if parameter ends with separatorFan, ZhijuX2019-09-271-0/+1
* BaseTools/Scripts: Add GetUtcDateTime script.Chasel Chiu2019-08-151-0/+44
* BaseTools:Add the Judgment Method of "--exclude"Fan, ZhijuX2019-08-081-1/+17
* BaseTools/PatchCheck: Disable text conversion in 'git show'Michael D Kinney2019-08-071-1/+1
* BaseTools/PatchCheck: Add copy from/to keywordsMichael D Kinney2019-08-071-0/+2
* BaseTools/PatchCheck: Ignore blank lines in diffMichael D Kinney2019-08-071-0/+3
* BaseTools: add GetMaintainer.py scriptLeif Lindholm2019-07-241-0/+190
* BaseTools: Fix various typosAntoine Cœur2019-07-082-2/+2
* BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\ScriptsFan, ZhijuX2019-06-251-0/+198
* BaseTools: add script to configure local git optionsLeif Lindholm2019-06-121-0/+204
* BaseTools:update ConvertFceToStructurePcd.py with the char order PCD name.Fan, ZhijuX2019-04-181-0/+5
* BaseTools/PatchCheck: Generate error if Contributed-under foundMichael D Kinney2019-04-091-8/+11
* BaseTools: Replace BSD License with BSD+Patent LicenseMichael D Kinney2019-04-0935-247/+35
* BaseTools:Run packagedoc_cli.py to generate doc failedFan, ZhijuX2019-03-061-3/+4
* BaseTools:PackageDocumentTools import lib error occurs.Fan, ZhijuX2019-02-269-26/+26
* BaseTools: Various typoAntoine Coeur2019-02-141-2/+2
* BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Zhijux Fan2019-02-0110-39/+39
* BaseTools Script: Update ConvertFceToStructurePcd to report warning messagesLiming Gao2018-11-291-1/+1
* BaseTools ConvertFceToStructurePcd: Fix the array value with empty stringLiming Gao2018-10-311-2/+15
* BaseTools: Remove the step to freeze python toolLiming Gao2018-10-191-1/+0
* Revert BaseTools: PYTHON3 migrationLiming Gao2018-10-1512-62/+67
* BaseTools/Scripts: Porting PackageDocumentTools code to use Python3Yunhua Feng2018-10-1312-67/+62
* BaseTools/PatchCheck.py: Fix error when run with Python3Dandan Bi2018-09-061-1/+1
* PatchCheck - add error message for invalid parameterJaben Carsey2018-08-081-3/+6
* BaseTools/BinToPcd: Open output file as text fileKinney, Michael D2018-08-061-3/+2
* BaseTools/BinToPcd: Encode string returned from ByteArray()Kinney, Michael D2018-08-021-1/+2
* BaseTools/BinToPcd: Fix Python 2.7.x compatibility issueKinney, Michael D2018-08-011-1/+1
* BaseTools Script: Add the script to generate Structure PCD settingLiming Gao2018-07-251-0/+675
* BaseTools: Use absolute import in ScriptsGary Lin2018-07-162-2/+4
* BaseTools: Clean up source filesLiming Gao2018-07-091-6/+6
* BaseTools: Replace StringIO.StringIO with io.BytesIOGary Lin2018-06-271-5/+0
* BaseTools: Fix old python2 idiomsGary Lin2018-06-272-4/+4
* BaseTools: Adjust the spaces around commas and colonsGary Lin2018-06-276-11/+11
* BaseTools: Remove the deprecated hash_key()Gary Lin2018-06-273-8/+8
* BaseTools: Refactor python print statementsGary Lin2018-06-277-53/+60
* BaseTools: Refactor python except statementsGary Lin2018-06-274-8/+12
* BaseTools: Fix a typo in ini.pyGary Lin2018-06-271-1/+1
* BaseTools/BinToPcd: Follow PEP-8 indent of 4 spacesKinney, Michael D2018-06-141-178/+178
* BaseTools/BinToPcd: Update for Python 3 compatibilityKinney, Michael D2018-06-141-41/+40
* BaseTools/BinToPcd: --offset must be 8-byte alignedKinney, Michael D2018-06-141-1/+13
* BaseTools/BinToPcd: Clarify error message for --type HIIKinney, Michael D2018-06-141-5/+2