| Commit message (Expand) | Author | Age | Files | Lines |
* | BaseTools: correct line endings for ConvertFce Python script | Leif Lindholm | 2019-10-04 | 1 | -5/+5 |
* | BaseTools:"--exclude" don't apply if parameter ends with separator | Fan, ZhijuX | 2019-09-27 | 1 | -0/+1 |
* | BaseTools/Scripts: Add GetUtcDateTime script. | Chasel Chiu | 2019-08-15 | 1 | -0/+44 |
* | BaseTools:Add the Judgment Method of "--exclude" | Fan, ZhijuX | 2019-08-08 | 1 | -1/+17 |
* | BaseTools/PatchCheck: Disable text conversion in 'git show' | Michael D Kinney | 2019-08-07 | 1 | -1/+1 |
* | BaseTools/PatchCheck: Add copy from/to keywords | Michael D Kinney | 2019-08-07 | 1 | -0/+2 |
* | BaseTools/PatchCheck: Ignore blank lines in diff | Michael D Kinney | 2019-08-07 | 1 | -0/+3 |
* | BaseTools: add GetMaintainer.py script | Leif Lindholm | 2019-07-24 | 1 | -0/+190 |
* | BaseTools: Fix various typos | Antoine Cœur | 2019-07-08 | 2 | -2/+2 |
* | BaseTools:Add DetectNotUsedItem.py to Edk2\BaseTools\Scripts | Fan, ZhijuX | 2019-06-25 | 1 | -0/+198 |
* | BaseTools: add script to configure local git options | Leif Lindholm | 2019-06-12 | 1 | -0/+204 |
* | BaseTools:update ConvertFceToStructurePcd.py with the char order PCD name. | Fan, ZhijuX | 2019-04-18 | 1 | -0/+5 |
* | BaseTools/PatchCheck: Generate error if Contributed-under found | Michael D Kinney | 2019-04-09 | 1 | -8/+11 |
* | BaseTools: Replace BSD License with BSD+Patent License | Michael D Kinney | 2019-04-09 | 35 | -247/+35 |
* | BaseTools:Run packagedoc_cli.py to generate doc failed | Fan, ZhijuX | 2019-03-06 | 1 | -3/+4 |
* | BaseTools:PackageDocumentTools import lib error occurs. | Fan, ZhijuX | 2019-02-26 | 9 | -26/+26 |
* | BaseTools: Various typo | Antoine Coeur | 2019-02-14 | 1 | -2/+2 |
* | BaseTools/Scripts: Porting PackageDocumentTools code to use Python3 | Zhijux Fan | 2019-02-01 | 10 | -39/+39 |
* | BaseTools Script: Update ConvertFceToStructurePcd to report warning messages | Liming Gao | 2018-11-29 | 1 | -1/+1 |
* | BaseTools ConvertFceToStructurePcd: Fix the array value with empty string | Liming Gao | 2018-10-31 | 1 | -2/+15 |
* | BaseTools: Remove the step to freeze python tool | Liming Gao | 2018-10-19 | 1 | -1/+0 |
* | Revert BaseTools: PYTHON3 migration | Liming Gao | 2018-10-15 | 12 | -62/+67 |
* | BaseTools/Scripts: Porting PackageDocumentTools code to use Python3 | Yunhua Feng | 2018-10-13 | 12 | -67/+62 |
* | BaseTools/PatchCheck.py: Fix error when run with Python3 | Dandan Bi | 2018-09-06 | 1 | -1/+1 |
* | PatchCheck - add error message for invalid parameter | Jaben Carsey | 2018-08-08 | 1 | -3/+6 |
* | BaseTools/BinToPcd: Open output file as text file | Kinney, Michael D | 2018-08-06 | 1 | -3/+2 |
* | BaseTools/BinToPcd: Encode string returned from ByteArray() | Kinney, Michael D | 2018-08-02 | 1 | -1/+2 |
* | BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue | Kinney, Michael D | 2018-08-01 | 1 | -1/+1 |
* | BaseTools Script: Add the script to generate Structure PCD setting | Liming Gao | 2018-07-25 | 1 | -0/+675 |
* | BaseTools: Use absolute import in Scripts | Gary Lin | 2018-07-16 | 2 | -2/+4 |
* | BaseTools: Clean up source files | Liming Gao | 2018-07-09 | 1 | -6/+6 |
* | BaseTools: Replace StringIO.StringIO with io.BytesIO | Gary Lin | 2018-06-27 | 1 | -5/+0 |
* | BaseTools: Fix old python2 idioms | Gary Lin | 2018-06-27 | 2 | -4/+4 |
* | BaseTools: Adjust the spaces around commas and colons | Gary Lin | 2018-06-27 | 6 | -11/+11 |
* | BaseTools: Remove the deprecated hash_key() | Gary Lin | 2018-06-27 | 3 | -8/+8 |
* | BaseTools: Refactor python print statements | Gary Lin | 2018-06-27 | 7 | -53/+60 |
* | BaseTools: Refactor python except statements | Gary Lin | 2018-06-27 | 4 | -8/+12 |
* | BaseTools: Fix a typo in ini.py | Gary Lin | 2018-06-27 | 1 | -1/+1 |
* | BaseTools/BinToPcd: Follow PEP-8 indent of 4 spaces | Kinney, Michael D | 2018-06-14 | 1 | -178/+178 |
* | BaseTools/BinToPcd: Update for Python 3 compatibility | Kinney, Michael D | 2018-06-14 | 1 | -41/+40 |
* | BaseTools/BinToPcd: --offset must be 8-byte aligned | Kinney, Michael D | 2018-06-14 | 1 | -1/+13 |
* | BaseTools/BinToPcd: Clarify error message for --type HII | Kinney, Michael D | 2018-06-14 | 1 | -5/+2 |
* | BaseTools/BinToPcd: Fix typo in error messages | Kinney, Michael D | 2018-06-14 | 1 | -4/+4 |
* | BaseTools Script: Formalize source files to follow DOS format | Liming Gao | 2018-06-13 | 1 | -0/+95 |
* | BaseTools: refactor and remove out of date use of .keys() | Carsey, Jaben | 2018-04-10 | 1 | -2/+2 |
* | BaseTools: Remove equality operator with None | Carsey, Jaben | 2018-03-30 | 11 | -99/+99 |
* | BaseTools/BinToPcd: Add support for multiple binary input files | Kinney, Michael D | 2018-03-28 | 1 | -29/+54 |
* | BaseTools: Add PackageDocumentTools into Scripts folder | Yonghong Zhu | 2018-03-19 | 20 | -0/+7177 |
* | BaseTools/Scripts: Add sample makefile for use with RunMakefile.py | Michael D Kinney | 2017-08-11 | 1 | -0/+43 |
* | BaseTools/Scripts: Add python script to run a makefile | Michael D Kinney | 2017-08-11 | 1 | -0/+178 |