summaryrefslogtreecommitdiff
path: root/.pytool
AgeCommit message (Expand)AuthorFilesLines
2022-03-09.pytool: Update to newest pytoolsKen Lautner10-11/+11
2022-03-08.pytool/Plugin/UncrustifyCheck: Output file diffs by defaultMichael Kubacki2-5/+5
2021-12-07.pytool/Plugin/UncrustifyCheck: Add Uncrustify CI pluginMichael Kubacki8-0/+1255
2021-11-29.pytools/Plugin/LicenseCheck: Use temp directory for git diff outputMichael D Kinney1-6/+14
2021-11-29.pytool/Plugin/EccCheck: Add performance optimizationsMichael D Kinney1-27/+94
2021-11-29.pytool/Plugin/EccCheck: Remove temp directory on exceptionMichael D Kinney1-31/+47
2021-11-29.pytool/Plugin/EccCheck: Remove RevertCode()Michael D Kinney1-40/+53
2021-09-02.azurepipelines: Add UefiPayloadPkg in gate-build-job.yml and CISetting.pyduntan1-1/+2
2021-07-12.pytool/EccCheck: Set PACKAGES_PATH env var in EccPierre Gondois1-0/+1
2021-07-12.pytool/EccCheck: Check ecc_csv existsPierre Gondois1-3/+2
2021-07-12.pytool/EccCheck: Rename edk2_path as workspace_pathPierre Gondois1-16/+16
2021-07-12.pytool/EccCheck: Locate BaseTools dir with EDK_TOOLS_PATHPierre Gondois1-8/+10
2021-07-09Pytool: SpellCheck: Defer path expansion in cspell parametersSean Brogan1-1/+2
2021-06-15Pytool: SpellCheck: Fix incorrect file mask across package matricesSean Brogan1-3/+4
2021-04-28.pytool: Document LicenseCheck and EccCheckPierre Gondois1-0/+10
2021-04-28.pytool: Enable CI for ArmPlatformPkgPierre Gondois2-1/+2
2021-04-28.pytool: Enable CI for ArmPkgPierre Gondois2-2/+3
2021-02-09BaseTools: Use pip module if available, CI uses it by defaultMatthew Carlson1-15/+42
2021-01-09.pytool: Add required submodule for JsonLibAbner Chang1-0/+2
2021-01-07.pytool: CI Settings to support StandaloneMmPkgSami Mujawar2-2/+3
2020-10-16.python/SpellCheck: Add 'XIPFLAGS' to "words" sectionSami Mujawar1-0/+1
2020-10-15.pytool: Add CI on RedfishPkgAbner Chang1-1/+2
2020-09-03Revert ".pytool/EccCheck: Disable Ecc error code 10014 for open CI"edk2-stable202008Zhang, Shenglei1-1/+0
2020-08-24.pytool/EccCheck: Disable Ecc error code 10014 for open CIShenglei Zhang1-0/+1
2020-08-19.pytool: CI Settings to support DynamicTablesPkgSami Mujawar2-1/+3
2020-08-17.pytool/Plugin: Add a plugin EccCheckShenglei Zhang3-0/+335
2020-07-31.pytool/Plugin: Add a plugin LicenseCheckShenglei Zhang3-0/+143
2020-06-02UnitTestFrameworkPkg: Add info to readme about working with UnitTestsBret Barkelew1-31/+94
2020-05-08.pytool/CISettings: Remove Windows only scope for host based unit testsSean Brogan1-3/+0
2020-05-07.pytool: Add RISC-V architecture on RISC-V EDK2 CI.Abner Chang1-2/+7
2020-04-28.pytool: Update CI Settings to support Emulator, ArmVirt, and Ovmf packagesSean Brogan3-8/+23
2020-04-17.python/SpellCheck: Increase SpellCheck plugin max failuresMichael Kubacki1-0/+2
2020-04-16BaseTools: Make brotli a submoduleShenglei Zhang1-0/+2
2020-04-16MdeModulePkg/BrotliCustomDecompressLib: Make brotli a submoduleShenglei Zhang1-0/+2
2020-04-13MdeModulePkg/RegularExpressionDxe: Make oniguruma a submodule in edk2.Shenglei Zhang1-0/+2
2020-04-03.python/SpellCheck: Add "RISCV" to "words" sectionAbner Chang1-0/+1
2020-02-07.pytool: Add CI support for host based unit tests with resultsMichael D Kinney14-24/+421
2019-12-06.pytool: Avoid "is" with a literal Python 3.8 warnings in CI pluginsPhilippe Mathieu-Daude2-2/+2
2019-11-11.pytool: Add CISettings.py and Readme.mdSean Brogan2-0/+396
2019-11-11.pytool/Plugin: Add CI pluginsSean Brogan22-0/+1648