Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-02-10 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114715/#review49478 --- This review has been submitted with commit

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-27 Thread David Faure
On Jan. 24, 2014, 4:32 p.m., David Faure wrote: Urgh - a static object in a library? How did we not notice before... Needs to be fixed indeed. I would have used Q_GLOBAL_STATIC (which has methods like isDestroyed()), but I guess that's equivalent to your sharedpointer + strong ref

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-27 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114715/#review48434 --- This review has been submitted with commit

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-27 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114715/#review48435 --- This review has been submitted with commit

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-26 Thread Kevin Funk
On Jan. 24, 2014, 4:32 p.m., David Faure wrote: Urgh - a static object in a library? How did we not notice before... Needs to be fixed indeed. I would have used Q_GLOBAL_STATIC (which has methods like isDestroyed()), but I guess that's equivalent to your sharedpointer + strong ref

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-24 Thread David Faure
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114715/#review48232 --- Ship it! Urgh - a static object in a library? How did we not

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-12 Thread Frank Reininghaus
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114715/#review47255 --- As discussed on the mailing list, I think that this is a

Re: Review Request 114715: Attempt to fix KZoneAllocator issue

2014-01-03 Thread Kevin Funk
--- This is an automatically generated e-mail. To reply, visit: https://git.reviewboard.kde.org/r/114715/ --- (Updated Jan. 3, 2014, 5:52 p.m.) Review request for kdelibs and Frank