[squid-dev] [PATCH] Remove SquidList / link_list

2016-04-14 Thread Amos Jeffries
This patch replaces the remaining use of Squid custom link_list type with STL std::queue or std::list templates. Removing the now unneeded custom type completely. It builds on the previous libmem old_api cleanup patch and has yet to be run tested, though the unit tests we have for the types all pa

Re: [squid-dev] [PATCH] Remove SquidList / link_list

2016-04-23 Thread Amos Jeffries
On 15/04/2016 12:31 a.m., Amos Jeffries wrote: > This patch replaces the remaining use of Squid custom link_list type > with STL std::queue or std::list templates. Removing the now unneeded > custom type completely. > > It builds on the previous libmem old_api cleanup patch and has yet to be > run

Re: [squid-dev] [PATCH] Remove SquidList / link_list

2016-04-23 Thread Alex Rousskov
On 04/23/2016 06:20 AM, Amos Jeffries wrote: > On 15/04/2016 12:31 a.m., Amos Jeffries wrote: >> This patch replaces the remaining use of Squid custom link_list type >> with STL std::queue or std::list templates. Removing the now unneeded >> custom type completely. >> >> It builds on the previous l