public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH 0/3] BaseTools: Fix doc block location and formatting; run uncrustify
@ 2023-02-25  0:54 Rebecca Cran
  2023-02-25  0:54 ` [PATCH 1/3] BaseTools: Source/C/Common: Fix doc block locations and convert to Doxygen Rebecca Cran
                   ` (4 more replies)
  0 siblings, 5 replies; 9+ messages in thread
From: Rebecca Cran @ 2023-02-25  0:54 UTC (permalink / raw)
  To: devel, Bob Feng, Liming Gao, Yuwei Chen; +Cc: Rebecca Cran

Fix the formatting and location of documentation blocks in Source/C/Common,
and replace the duplicate prototype of __PcdSet with __PcdGet. Those patches
will fail CI because it appears Uncrustify was never run on BaseTools?

Patch 3/3 reformats the files in Source/C/Common according to
Uncrustify.

Rebecca Cran (3):
  BaseTools: Source/C/Common: Fix doc block locations and convert to
    Doxygen
  BaseTools: Replace duplicate __PcdSet prototype with __PcdGet
  BaseTools: Run Uncrustify over files in Source/C/Common

 BaseTools/Source/C/Common/BinderFuncs.h             |   27 +-
 BaseTools/Source/C/Common/CommonLib.h               |  267 ++--
 BaseTools/Source/C/Common/Compress.h                |   45 +-
 BaseTools/Source/C/Common/Crc32.h                   |   36 +-
 BaseTools/Source/C/Common/Decompress.h              |  122 +-
 BaseTools/Source/C/Common/EfiUtilityMsgs.h          |   38 +-
 BaseTools/Source/C/Common/FirmwareVolumeBufferLib.h |  101 +-
 BaseTools/Source/C/Common/FvLib.h                   |   51 +-
 BaseTools/Source/C/Common/MemoryFile.h              |   76 +-
 BaseTools/Source/C/Common/MyAlloc.h                 |  196 +--
 BaseTools/Source/C/Common/OsPath.h                  |   92 +-
 BaseTools/Source/C/Common/ParseGuidedSectionTools.h |  101 +-
 BaseTools/Source/C/Common/ParseInf.h                |  228 ++--
 BaseTools/Source/C/Common/PcdValueCommon.h          |  196 +--
 BaseTools/Source/C/Common/PeCoffLib.h               |   66 +-
 BaseTools/Source/C/Common/SimpleFileParsing.h       |   24 +-
 BaseTools/Source/C/Common/StringFuncs.h             |  203 +--
 BaseTools/Source/C/Common/WinNtInclude.h            |   28 +-
 BaseTools/Source/C/Common/BasePeCoff.c              | 1068 +++++++--------
 BaseTools/Source/C/Common/BinderFuncs.c             |   31 +-
 BaseTools/Source/C/Common/CommonLib.c               |  914 ++++++-------
 BaseTools/Source/C/Common/Crc32.c                   |   38 +-
 BaseTools/Source/C/Common/Decompress.c              |  795 +++++------
 BaseTools/Source/C/Common/EfiCompress.c             | 1189 ++++++++--------
 BaseTools/Source/C/Common/EfiUtilityMsgs.c          |  663 ++++-----
 BaseTools/Source/C/Common/FirmwareVolumeBuffer.c    | 1426 ++++++++------------
 BaseTools/Source/C/Common/FvLib.c                   |  638 ++++-----
 BaseTools/Source/C/Common/MemoryFile.c              |  131 +-
 BaseTools/Source/C/Common/MyAlloc.c                 |  265 ++--
 BaseTools/Source/C/Common/OsPath.c                  |  180 +--
 BaseTools/Source/C/Common/ParseGuidedSectionTools.c |  142 +-
 BaseTools/Source/C/Common/ParseInf.c                |  401 +++---
 BaseTools/Source/C/Common/PcdValueCommon.c          |  618 ++++-----
 BaseTools/Source/C/Common/PeCoffLoaderEx.c          |  277 ++--
 BaseTools/Source/C/Common/SimpleFileParsing.c       |  737 +++++-----
 BaseTools/Source/C/Common/StringFuncs.c             |  310 ++---
 BaseTools/Source/C/Common/TianoCompress.c           | 1075 ++++++---------
 37 files changed, 5544 insertions(+), 7251 deletions(-)

-- 
2.37.1 (Apple Git-137.1)


^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2023-03-24  4:55 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-02-25  0:54 [PATCH 0/3] BaseTools: Fix doc block location and formatting; run uncrustify Rebecca Cran
2023-02-25  0:54 ` [PATCH 1/3] BaseTools: Source/C/Common: Fix doc block locations and convert to Doxygen Rebecca Cran
2023-02-25  0:54 ` [PATCH 2/3] BaseTools: Replace duplicate __PcdSet prototype with __PcdGet Rebecca Cran
2023-03-23 17:06   ` Rebecca Cran
2023-03-24  4:55   ` 回复: " gaoliming
2023-02-25  0:54 ` [PATCH 3/3] BaseTools: Run Uncrustify over files in Source/C/Common Rebecca Cran
     [not found] ` <1746EB2C4B4E3528.29542@groups.io>
2023-03-09 15:43   ` [edk2-devel] [PATCH 1/3] BaseTools: Source/C/Common: Fix doc block locations and convert to Doxygen Rebecca Cran
2023-03-10  2:57 ` 回复: [PATCH 0/3] BaseTools: Fix doc block location and formatting; run uncrustify gaoliming
2023-03-10 17:57   ` Rebecca Cran

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox