summaryrefslogtreecommitdiff
path: root/cpp/src/qpid/IList.h
Commit message (Expand)AuthorAgeFilesLines
* Patch for improved compatibility with gcc 3.4 and boost 1.33Andrew Stitcher2008-04-171-3/+7
* STL-style intrsive linked lists, single (ISList) and double (IList)Alan Conway2008-02-191-135/+139
* Provide public read-access to IListNode pointers, so frame handlersAlan Conway2008-01-291-1/+6
* qpid/IList.h: Added public T* getNext(), T* getPrev() to IListNode so node su...Alan Conway2008-01-181-9/+21
* Intrusive list template qpid::IList and unit tests.Alan Conway2008-01-171-0/+175