diff options
author | Mike Buland <eichlan@xagasoft.com> | 2008-02-19 21:51:48 +0000 |
---|---|---|
committer | Mike Buland <eichlan@xagasoft.com> | 2008-02-19 21:51:48 +0000 |
commit | a4c22303b1044eee5ccbf0766895a879a8f4810e (patch) | |
tree | be6563dfca81f57e4883a55c4517f5878c40dd4e /build.conf | |
parent | 62287ea894a1587553f017d0f6a09d4c87ad3b1f (diff) | |
download | libbu++-a4c22303b1044eee5ccbf0766895a879a8f4810e.tar.gz libbu++-a4c22303b1044eee5ccbf0766895a879a8f4810e.tar.bz2 libbu++-a4c22303b1044eee5ccbf0766895a879a8f4810e.tar.xz libbu++-a4c22303b1044eee5ccbf0766895a879a8f4810e.zip |
Oops. I made the Bu::Heap API look like a stack, not a queue, that's been
fixed, and the Bu::ItoHeap is working and tested. Note that when multiple items
have the same sort order, they will come out in random order.
Diffstat (limited to '')
-rw-r--r-- | build.conf | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -45,7 +45,8 @@ filesIn("src/tests") filter regexp("^src/tests/(.*)\\.cpp$", "tests/{re:1}"): | |||
45 | set "LDFLAGS" += "-L. -lbu++", | 45 | set "LDFLAGS" += "-L. -lbu++", |
46 | input "src/{target}.cpp" | 46 | input "src/{target}.cpp" |
47 | 47 | ||
48 | ["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver"]: | 48 | ["tests/itoqueue1", "tests/itoqueue2", "tests/socketblock", "tests/itoserver", |
49 | "tests/itoheap"]: | ||
49 | set "LDFLAGS" += "-lpthread" | 50 | set "LDFLAGS" += "-lpthread" |
50 | 51 | ||
51 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): | 52 | filesIn("src/unit") filter regexp("^src/unit/(.*)\\.cpp$", "unit/{re:1}"): |