summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h (follow)
Commit message (Expand)AuthorAgeFilesLines
* Bulk clearing of whitespaceLogicParrot2016-02-051-6/+6
* Unified the doxy-comment format.Mattes D2015-07-311-20/+19
* Fixed CppCheck: (performance) Possible inefficient checking for emptiness.Kirill Kirilenko2015-01-171-2/+2
* Added a RemoveIf() function to cQueueMattes D2014-12-091-0/+23
* Fixed spaces after "template" keyword.Mattes D2014-08-281-1/+1
* Removed redundant semicolons and re-added warningarchshift2014-07-241-2/+2
* Basic style fixes.madmaxoft2014-07-171-2/+2
* fixed globals.h warningsTycho2014-02-231-1/+5
* Fixed a race condition in the cQueue class.madmaxoft2014-01-051-59/+86
* Fixed DocumentationTycho2014-01-031-4/+2
* derpTycho2014-01-031-1/+1
* actual fixTycho2014-01-031-2/+9
* fixed failure to return a value from RemoveTycho2014-01-031-1/+1
* implement xsofts recommendationsTycho Bickerstaff2014-01-031-9/+15
* added documentationTycho Bickerstaff2014-01-021-7/+45
* rewrote queue not to use promises for waitsTycho Bickerstaff2014-01-021-13/+11
* refactored chunk Queue to seperate classTycho Bickerstaff2013-12-311-18/+92
* basic threadsafe queue interfaceTycho Bickerstaff2013-12-211-0/+30