aboutsummaryrefslogtreecommitdiff
path: root/src/JobQueue.cpp
Commit message (Collapse)AuthorAge
* JobQueue documentation, autoconf documentation, autoconf C/C++/Win header checksToni Uhlig2017-12-12
|
* print job timings (average, total, estimated remaining time), removed ↵Toni Uhlig2017-12-05
| | | | developer info
* code quality: Job/JobArgs does not need to be a class (all members are ↵Toni Uhlig2017-12-05
| | | | public), removed useless member prefix m_*
* introduced new Event Job::eID_THREAD_JOB_DONE, which will be send after ↵Toni Uhlig2017-12-04
| | | | every job finishes
* JobQ: added BusyWorker counter and TotalJobsDone counterToni Uhlig2017-12-04
|
* version mapping: unordered_map was the wrong choice, switched to a vectorToni Uhlig2017-12-01
|
* added firmware version check (compare current emc version with fw image version)Toni Uhlig2017-12-01
|
* EMC version check support (remote/local-image)Toni Uhlig2017-11-30
|
* UpdateGUI: status log pretty printingToni Uhlig2017-11-28
|
* added supported EMC "updatable" versions, more error-tolerant http response ↵Toni Uhlig2017-11-28
| | | | code check
* initial committoni2017-11-27