# # ChangeLog for trunk/FACT++/src/queue.h # # Generated by Trac 1.5.2 # 11/16/24 00:43:24 Tue, 15 Oct 2013 14:22:42 GMT tbretz [17220] * trunk/FACT++/src/queue.h (modified) Reverting to last revision. Tue, 15 Oct 2013 14:05:54 GMT lyard [17219] * trunk/FACT++/src/queue.h (modified) * trunk/Mars/mcore/MemoryManager.h (added) * trunk/Mars/mcore/Queue.h (added) * trunk/Mars/mcore/zofits.h (modified) draft zofits working with Queue and MemoryManager Sat, 01 Jun 2013 18:56:09 GMT tbretz [16562] * trunk/FACT++/src/queue.h (modified) Added a possibility to move an entry from another list into this list. Fri, 31 May 2013 13:26:29 GMT tbretz [16528] * trunk/FACT++/src/queue.h (modified) Made the list a class member to avoid accesses from outsize and ... Thu, 30 May 2013 13:54:49 GMT tbretz [16481] * trunk/FACT++/src/queue.h (modified) included the header for list Sun, 26 May 2013 20:19:13 GMT tbretz [16283] * trunk/FACT++/src/queue.h (modified) In analogy to the container functions, added post and emplace Thu, 23 May 2013 18:12:13 GMT tbretz [16094] * trunk/FACT++/src/queue.h (modified) Improved performance; renamed functions; added fSize; improved ... Thu, 16 May 2013 15:09:35 GMT tbretz [15625] * trunk/FACT++/src/queue.h (modified) Secure fThread.join() against joining a thread which was already stopped. Mon, 06 May 2013 19:07:23 GMT tbretz [15511] * trunk/FACT++/src/queue.h (added) Processing queue in another thread.