summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h (unfollow)
Commit message (Expand)AuthorFilesLines
2015-01-17Fixed CppCheck: (performance) Possible inefficient checking for emptiness.Kirill Kirilenko1-2/+2
2014-12-09Added a RemoveIf() function to cQueueMattes D1-0/+23
2014-08-28Fixed spaces after "template" keyword.Mattes D1-1/+1
2014-07-24Removed redundant semicolons and re-added warningarchshift1-2/+2
2014-07-17Basic style fixes.madmaxoft1-2/+2
2014-02-23fixed globals.h warningsTycho1-1/+5
2014-01-05Fixed a race condition in the cQueue class.madmaxoft1-59/+86
2014-01-03Fixed DocumentationTycho1-4/+2
2014-01-03derpTycho1-1/+1
2014-01-03actual fixTycho1-2/+9
2014-01-03fixed failure to return a value from RemoveTycho1-1/+1
2014-01-03implement xsofts recommendationsTycho Bickerstaff1-9/+15
2014-01-02added documentationTycho Bickerstaff1-7/+45
2014-01-02rewrote queue not to use promises for waitsTycho Bickerstaff1-13/+11
2013-12-31refactored chunk Queue to seperate classTycho Bickerstaff1-18/+92
2013-12-22fixed rdynamic as its not acctually needed a cmake handles it, looks like the problem was caused by the linux linker accepting the option twice and the os x linker notTycho Bickerstaff1-0/+31
2013-12-21basic threadsafe queue interfaceTycho Bickerstaff1-0/+30