Activity for Wheefun Container Structures

  • Phillip Kilgore Phillip Kilgore committed [r19]

    Added node-based search and removal to linked list; Began working on DList implementation in C++; fixed some issues in clist implementation.

  • Phillip Kilgore Phillip Kilgore committed [r18]

    Forgot to add long long facets

  • Phillip Kilgore Phillip Kilgore committed [r17]

    WFCS now uses WFCNFO's stereotyping mechanism to prevent multiple definition in C++ and to reduce code size in C when possible.

  • Phillip Kilgore Phillip Kilgore committed [r16]

    Added C++ facades for Comparator/Equalator

  • Phillip Kilgore Phillip Kilgore committed [r15]

    Added support headers for C++ type traits; added templates for C++ instances of nodes.

  • Phillip Kilgore Phillip Kilgore committed [r14]

    Forgot to remove code that only added wfcs_clist_lookupc() to the list implementation

  • Phillip Kilgore Phillip Kilgore committed [r13]

    Added implementations for templated linked list functions

  • Phillip Kilgore Phillip Kilgore committed [r12]

    Added facet tags

  • Phillip Kilgore Phillip Kilgore committed [r11]

    Added untested functions for circular and doubly linked list operations, generic prototypes for all

  • Phillip Kilgore Phillip Kilgore committed [r10]

    Added equalator interface and updated llist to use it.

  • Phillip Kilgore Phillip Kilgore committed [r9]

    Added generic search to linked lists, implemented most singly linked list tests but need to write insert and remove

  • Phillip Kilgore Phillip Kilgore committed [r8]

    Work continues on the test for llist

  • Phillip Kilgore Phillip Kilgore committed [r7]

    Forgot template code for linked list

  • Phillip Kilgore Phillip Kilgore committed [r6]

    Began working on linked list primitives

  • Phillip Kilgore Phillip Kilgore committed [r5]

    Fixed cmp issue for s8 and s16 (was due to unsigned type being used instead.

  • Phillip Kilgore Phillip Kilgore committed [r4]

    Added unit test for comparators; s8 fails currently

  • Phillip Kilgore Phillip Kilgore committed [r3]

    Added template tests and test stub for bst_all; added code generation for bst implementation

  • Phillip Kilgore Phillip Kilgore committed [r2]

    Added stub for hashtbl; brought over BST headers from WFEF which we now include here (I own the copyright so this can be done); fixed template code so that it a) automatically runs now and b) allows nesting. Added int.h and added comparators to it. Added Doxygen configuration

  • Phillip Kilgore Phillip Kilgore committed [r1]

    Initial import; added comparison and hashcode, stubs for BST and Linked List

1