summaryrefslogtreecommitdiffstats
path: root/src/AsyncAlgorithm.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn2019-08-141-6/+0
| | | | | | | | The abort handling is currently only used to process Ctrl-C from Matlab. Since Matlab R2019a, it appears that calling utIsInterruptPending() from a thread other than the main thread will crash. The previous approach of checking utIsInterruptPending() in a thread, and then signalling the running algorithm was therefore broken.
* iMinds -> imecWillem Jan Palenstijn2018-01-241-1/+1
|
* Update copyright dateWillem Jan Palenstijn2018-01-241-2/+2
|
* Update contact emailWillem Jan Palenstijn2018-01-121-1/+1
|
* Improve object creation error messagesWillem Jan Palenstijn2017-10-111-5/+7
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Remove CAsyncAlgorithm::timedJoinWillem Jan Palenstijn2015-02-251-26/+0
| | | | It is currently unused, and its current implementation is not very portable.
* Update copyright to -2015Willem Jan Palenstijn2015-01-261-2/+2
|
* Update copyright headersWillem Jan Palenstijn2015-01-191-5/+5
|
* Update version to 1.3Willem Jan Palenstijn2013-07-011-0/+195