public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [PATCH v7 0/1] Add function QuickSort into MdePkg/BaseLib
@ 2021-10-08  0:27 IanX Kuo
  2021-10-08  0:27 ` [PATCH v7 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib IanX Kuo
  0 siblings, 1 reply; 7+ messages in thread
From: IanX Kuo @ 2021-10-08  0:27 UTC (permalink / raw)
  To: devel; +Cc: amy.chan, ray.ni, IanX Kuo

From: IanX Kuo <ianx.kuo@intel.com>

First change
1. MdePkg/BaseLib: Add QuickSort function

It need to seperate to second change
2. MdeModulePkg/SortLib: Use QuickSort instead of QuickSortWorker 3. CryptLib/CryptLib: Remove duplicate QuickSortWorker 4. CpuCacheInfoLib: Remove MdeModulePkg dependency

IanX Kuo (1):
  MdePkg/BaseLib: Add QuickSort function on BaseLib

 MdePkg/Include/Library/BaseLib.h              |  49 ++++++++
 MdePkg/Library/BaseLib/BaseLib.inf            |   1 +
 MdePkg/Library/BaseLib/QuickSort.c            | 116 ++++++++++++++++++
 .../Library/BaseLib/UnitTestHostBaseLib.inf   |   3 +-
 4 files changed, 168 insertions(+), 1 deletion(-)
 create mode 100644 MdePkg/Library/BaseLib/QuickSort.c

-- 
2.30.0.windows.1


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

end of thread, other threads:[~2021-10-12  0:09 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-08  0:27 [PATCH v7 0/1] Add function QuickSort into MdePkg/BaseLib IanX Kuo
2021-10-08  0:27 ` [PATCH v7 1/1] MdePkg/BaseLib: Add QuickSort function on BaseLib IanX Kuo
2021-10-08  2:15   ` 回复: [edk2-devel] " gaoliming
2021-10-08 15:46     ` Michael D Kinney
2021-10-08 16:09       ` Marvin Häuser
2021-10-11  1:21         ` 回复: " gaoliming
2021-10-12  0:09           ` IanX Kuo

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