aboutsummaryrefslogtreecommitdiff
path: root/include/intrusive_list_impl.h
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'insp3' into master.Gravatar Sadie Powell2022-08-271-0/+1
|\
| * Update copyright headers.Gravatar InspIRCd Robot2022-08-251-0/+1
| * Backport fix for types removed in C++17 from master.Gravatar Sadie Powell2022-08-161-1/+7
* | Fix insp::intrusive_list on libc++.Gravatar Sadie Powell2022-07-261-3/+3
* | Remove use of the deprecated std::iterator type.Gravatar Sadie Powell2022-07-221-2/+8
* | Switch from NULL to nullptr.Gravatar Sadie Powell2022-07-221-1/+1
* | Abolish the infernal space before accessibility keywords.Gravatar Sadie Powell2022-01-251-3/+3
* | Use C++11 inline initialisation for class members.Gravatar Sadie Powell2020-02-061-12/+3
|/
* Update copyright headers.Gravatar InspIRCd Robot2020-01-111-1/+1
* Move the intrusive list containers into the insp namespaceGravatar Attila Molnar2014-08-301-0/+5
* Add intrusive_list_tail container that maintains a pointer to the last elementGravatar Attila Molnar2014-07-091-0/+38
* Make the name of intrusive list class configurable using a defineGravatar Attila Molnar2014-07-091-2/+2
* Split intrusive list implementation into a separate fileGravatar Attila Molnar2014-07-091-0/+129