aboutsummaryrefslogtreecommitdiff
path: root/src/JobQueue.cpp
Commit message (Expand)AuthorAge
* JobQueue documentation, autoconf documentation, autoconf C/C++/Win header checksToni Uhlig2017-12-12
* print job timings (average, total, estimated remaining time), removed develop...Toni Uhlig2017-12-05
* code quality: Job/JobArgs does not need to be a class (all members are public...Toni Uhlig2017-12-05
* introduced new Event Job::eID_THREAD_JOB_DONE, which will be send after every...Toni Uhlig2017-12-04
* 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 c...Toni Uhlig2017-11-28
* initial committoni2017-11-27