summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/IList.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove unused classes IList and ISList.Alan Conway2008-06-041-172/+0
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-59/+67
* STL-style intrsive linked lists, single (ISList) and double (IList)Alan Conway2008-02-191-199/+122
* Provide public read-access to IListNode pointers, so frame handlersAlan Conway2008-01-291-0/+4
* qpid/IList.h: Added public T* getNext(), T* getPrev() to IListNode so node su...Alan Conway2008-01-181-2/+16
* Intrusive list template qpid::IList and unit tests.Alan Conway2008-01-171-0/+223