[edk2-devel] [PATCH v8 0/1] Add function QuickSort into MdePkg/BaseLib

IanX Kuo posted 1 patch 2 years, 5 months ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/edk2 tags/patchew/20211008055017.827-1-ianx.kuo@intel.com
There is a newer version of this series
.../Library/BaseCryptLib/SysCall/CrtWrapper.c |   8 +-
MdeModulePkg/Include/Library/SortLib.h        |   4 +-
MdePkg/Include/Library/BaseLib.h              |  49 ++++++++
MdePkg/Library/BaseLib/BaseLib.inf            |   1 +
MdePkg/Library/BaseLib/QuickSort.c            | 116 ++++++++++++++++++
.../Library/BaseLib/UnitTestHostBaseLib.inf   |   3 +-
6 files changed, 172 insertions(+), 9 deletions(-)
create mode 100644 MdePkg/Library/BaseLib/QuickSort.c
[edk2-devel] [PATCH v8 0/1] Add function QuickSort into MdePkg/BaseLib
Posted by IanX Kuo 2 years, 5 months ago
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

 .../Library/BaseCryptLib/SysCall/CrtWrapper.c |   8 +-
 MdeModulePkg/Include/Library/SortLib.h        |   4 +-
 MdePkg/Include/Library/BaseLib.h              |  49 ++++++++
 MdePkg/Library/BaseLib/BaseLib.inf            |   1 +
 MdePkg/Library/BaseLib/QuickSort.c            | 116 ++++++++++++++++++
 .../Library/BaseLib/UnitTestHostBaseLib.inf   |   3 +-
 6 files changed, 172 insertions(+), 9 deletions(-)
 create mode 100644 MdePkg/Library/BaseLib/QuickSort.c

-- 
2.30.0.windows.1



-=-=-=-=-=-=-=-=-=-=-=-
Groups.io Links: You receive all messages sent to this group.
View/Reply Online (#81654): https://edk2.groups.io/g/devel/message/81654
Mute This Topic: https://groups.io/mt/86164171/1787277
Group Owner: devel+owner@edk2.groups.io
Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org]
-=-=-=-=-=-=-=-=-=-=-=-