Branch: refs/heads/master
Home: https://github.com/tianocore/edk2
Commit: d0cac9f63f8a1929356f2e707dd3f577995f1a50
https://github.com/tianocore/edk2/commit/d0cac9f63f8a1929356f2e707dd3f577995f1a50
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
Log Message:
-----------
.pytool: Set uncrustify check to audit only (temporary)
Temporarily set uncrustify to audit only mode so the following commits can
adjust the code for new formatting settings before those settings are applied.
Cc: Sean Brogan <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Commit: 41c622523de353a136fac4ecd3335b05e35fd411
https://github.com/tianocore/edk2/commit/41c622523de353a136fac4ecd3335b05e35fd411
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
M .pytool/Plugin/UncrustifyCheck/uncrustify.cfg
Log Message:
-----------
.pytool: Add cpp support to uncrustify plugin
Modified the uncrustify config to apply cpp specific formatting rules.
Modified uncrustify check to include *.cpp files.
Cc: Sean Brogan <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael Kubacki <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Commit: 504953ef976b2435c871f5c0896701afcebdcf8a
https://github.com/tianocore/edk2/commit/504953ef976b2435c871f5c0896701afcebdcf8a
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M MdeModulePkg/Library/UefiSortLib/GoogleTest/UefiSortLibGoogleTest.cpp
M MdeModulePkg/Test/Mock/Include/GoogleTest/Library/MockPciHostBridgeLib.h
M
MdeModulePkg/Test/Mock/Library/GoogleTest/MockPciHostBridgeLib/MockPciHostBridgeLib.cpp
Log Message:
-----------
MdeModulePkg: Apply uncrustify formatting to relevant files.
Apply uncrustify formatting to GoogleTest cpp files and respective
header file.
Cc: Jian J Wang <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Hao A Wu <[email protected]>
Cc: Ray Ni <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Commit: 716a3292e084b4217790aefa088d4faaa8c1ca8e
https://github.com/tianocore/edk2/commit/716a3292e084b4217790aefa088d4faaa8c1ca8e
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M
MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests32.cpp
M
MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/SafeIntLibUintnIntnUnitTests64.cpp
M MdePkg/Test/GoogleTest/Library/BaseSafeIntLib/TestBaseSafeIntLib.cpp
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockHobLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockPeiServicesLib.h
M MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiLib.h
M
MdePkg/Test/Mock/Include/GoogleTest/Library/MockUefiRuntimeServicesTableLib.h
M MdePkg/Test/Mock/Library/GoogleTest/MockHobLib/MockHobLib.cpp
M
MdePkg/Test/Mock/Library/GoogleTest/MockPeiServicesLib/MockPeiServicesLib.cpp
M MdePkg/Test/Mock/Library/GoogleTest/MockUefiLib/MockUefiLib.cpp
M
MdePkg/Test/Mock/Library/GoogleTest/MockUefiRuntimeServicesTableLib/MockUefiRuntimeServicesTableLib.cpp
Log Message:
-----------
MdePkg: Apply uncrustify formatting to relevant files
Apply uncrustify formatting to GoogleTest cpp and header files.
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Cc: Zhiguang Liu <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Commit: a00f7a355ad8e1a84d8087861020d45d6565a8f1
https://github.com/tianocore/edk2/commit/a00f7a355ad8e1a84d8087861020d45d6565a8f1
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M
SecurityPkg/Library/SecureBootVariableLib/GoogleTest/SecureBootVariableLibGoogleTest.cpp
M
SecurityPkg/Test/Mock/Include/GoogleTest/Library/MockPlatformPKProtectionLib.h
M
SecurityPkg/Test/Mock/Library/GoogleTest/MockPlatformPKProtectionLib/MockPlatformPKProtectionLib.cpp
Log Message:
-----------
SecurityPkg: Apply uncrustify formatting to relevant files
Apply uncrustify formatting to GoogleTest cpp and header files.
Cc: Jiewen Yao <[email protected]>
Cc: Jian J Wang <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Commit: 1e27258a89647cdb79721062baad1903b29cd023
https://github.com/tianocore/edk2/commit/1e27258a89647cdb79721062baad1903b29cd023
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M UnitTestFrameworkPkg/Include/Library/GoogleTestLib.h
M
UnitTestFrameworkPkg/Test/GoogleTest/Sample/SampleGoogleTest/SampleGoogleTest.cpp
Log Message:
-----------
UnitTestFrameworkPkg: Apply uncrustify formatting to relevant files
Apply uncrustify formatting to GoogleTest cpp and header files.
Cc: Michael D Kinney <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Sean Brogan <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Reviewed-by: Michael Kubacki <[email protected]>
Commit: ca32f75fc6ba4a41a65b5ea83eaa21d209bae570
https://github.com/tianocore/edk2/commit/ca32f75fc6ba4a41a65b5ea83eaa21d209bae570
Author: Vivian Nowka-Keane <[email protected]>
Date: 2023-10-27 (Fri, 27 Oct 2023)
Changed paths:
M .pytool/Plugin/UncrustifyCheck/UncrustifyCheck.py
Log Message:
-----------
.pytool: Undo uncrustify check change
Set global audit only to False now that new rules have been applied to
all necessary packages.
Cc: Sean Brogan <[email protected]>
Cc: Michael Kubacki <[email protected]>
Cc: Michael D Kinney <[email protected]>
Cc: Liming Gao <[email protected]>
Signed-off-by: Vivian Nowka-Keane <[email protected]>
Reviewed-by: Michael D Kinney <[email protected]>
Compare: https://github.com/tianocore/edk2/compare/f945b72331d7...ca32f75fc6ba
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits