First pass idLib conversion from hex rays4.

This commit is contained in:
Justin Marshall
2026-08-08 13:54:26 -07:00
parent 3d01d735ce
commit 09a4cb91c3
120 changed files with 17718 additions and 0 deletions
@@ -0,0 +1,5 @@
#include "binaryheap.h"
// The recovered BinaryHeap.cpp contains only the testBinaryHeap console
// command. The reusable implementation was inline in BinaryHeap.h; its PC
// regression coverage lives in source/tests/idlib_containers_test.cpp.