summaryrefslogtreecommitdiffstats
path: root/include/astra/Singleton.h
Commit message (Collapse)AuthorAgeFilesLines
* Update copyright yearsWillem Jan Palenstijn2021-10-271-2/+2
|
* 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
|
* Update headers (website+2016)Willem Jan Palenstijn2016-11-281-4/+3
|
* Change order of template instantiations for clangWillem Jan Palenstijn2016-11-251-4/+4
| | | | At least Apple's clang-703.0.31 needs this.
* Remove leftover code from SingletonWillem Jan Palenstijn2016-07-281-5/+1
|
* Add sanity checkWillem Jan Palenstijn2016-05-171-2/+2
|
* Avoid defining singleton construction in header fileWillem Jan Palenstijn2016-05-171-4/+18
| | | | | | | | That way, the call to new is always executed by code inside libastra. This avoids the situation where a singleton gets created by a copy of the constructor linked into an object file outside of libastra, such as a .mex file, which would then also cause the vtable to be outside of libastra. This situation would cause issues when .mex files are unloaded.
* 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/+87