summaryrefslogtreecommitdiff
path: root/src/Globals.cpp
AgeCommit message (Collapse)Author
2021-10-27Update copyright yearsWillem Jan Palenstijn
2021-10-11Fix Windows exportsWillem Jan Palenstijn
2019-08-14Replace signal-based abort handling by query-based handlingWillem Jan Palenstijn
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.
2018-06-22Move CUDA include filesWillem Jan Palenstijn
2018-01-24Fix include path for MSVCWillem Jan Palenstijn
2018-01-24iMinds -> imecWillem Jan Palenstijn
2018-01-24Update copyright dateWillem Jan Palenstijn
2018-01-12Update contact emailWillem Jan Palenstijn
2018-01-09Check for CUDA support at run-time in use_cuda()Willem Jan Palenstijn
2016-11-28Update headers (website+2016)Willem Jan Palenstijn
2015-07-23Fix numpy lapack loading when running in MatlabDaniel M. Pelt
2015-01-26Update copyright to -2015Willem Jan Palenstijn
2015-01-19Update copyright headersWillem Jan Palenstijn
2013-07-01Update version to 1.3Willem Jan Palenstijn