- Jun 04, 2018
-
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
Allows pushing multiple protobufs per queue item, needed in the case of listing retrieve queue jobs, which can have several VIDs in the same job.
-
Michael Davis authored
When the object is move constructed, everything is moved except list::end(), which doesn't point to an actual object in memory and is recreated with a new address. So in the case where the iterator points to rhs.list::end(), it needs to be explicitly reset.
-
- Jun 01, 2018
-
-
Michael Davis authored
Default move constructor did not work in case of an empty list, as in this case the list is not moved, a new empty list is instantiated. So the copied iterators are invalid. New move constructor is the same as default with an additional check to reset the iterators if the lists to be moved are empty.
-
Michael Davis authored
-
- May 28, 2018
-
-
Michael Davis authored
Conflicts: scheduler/OStoreDB/OStoreDB.cpp
-
Steven Murray authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
This allows helgrind to be aware of succession of events. Also reduced the default queue depth for unit tests.
-
Eric Cano authored
Adapted the in-RPM script generation.
-
- May 22, 2018
-
-
Steven Murray authored
-
Julien Leduc authored
-
- May 18, 2018
-
-
Michael Davis authored
-
Steven Murray authored
- May 17, 2018
-
-
Eric Cano authored
-
Eric Cano authored
The delay will initially slow down the user and then the semaphore will block. This prevent the queue from going too big and the agent object from growing so big all becomes slow.
-
Steven Murray authored
-
Michael Davis authored
-
Eric Cano authored
-
Eric Cano authored
-
Eric Cano authored
-
Michael Davis authored
-
Michael Davis authored
...before moving to first item of next job queue queue, which requires one additional call to operator++
-
Michael Davis authored
- May 16, 2018
-
-
Michael Davis authored
-
Michael Davis authored
Summary now includes all tapepools, including those with no queued jobs (previously we only showed a summary of queues containing jobs)
-
Eric Cano authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
Michael Davis authored
-
- May 15, 2018
-
-
Michael Davis authored
-
Eric Cano authored
-