summaryrefslogtreecommitdiffstats
path: root/src/OSSupport/Queue.h (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Fixes #505.
* 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