Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update copyright years | Willem Jan Palenstijn | 2021-10-27 | 1 | -2/+2 |
| | |||||
* | iMinds -> imec | Willem Jan Palenstijn | 2018-01-24 | 1 | -1/+1 |
| | |||||
* | Update copyright date | Willem Jan Palenstijn | 2018-01-24 | 1 | -2/+2 |
| | |||||
* | Update contact email | Willem Jan Palenstijn | 2018-01-12 | 1 | -1/+1 |
| | |||||
* | Update headers (website+2016) | Willem Jan Palenstijn | 2016-11-28 | 1 | -4/+3 |
| | |||||
* | Change order of template instantiations for clang | Willem Jan Palenstijn | 2016-11-25 | 1 | -4/+4 |
| | | | | At least Apple's clang-703.0.31 needs this. | ||||
* | Remove leftover code from Singleton | Willem Jan Palenstijn | 2016-07-28 | 1 | -5/+1 |
| | |||||
* | Add sanity check | Willem Jan Palenstijn | 2016-05-17 | 1 | -2/+2 |
| | |||||
* | Avoid defining singleton construction in header file | Willem Jan Palenstijn | 2016-05-17 | 1 | -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 -2015 | Willem Jan Palenstijn | 2015-01-26 | 1 | -2/+2 |
| | |||||
* | Update copyright headers | Willem Jan Palenstijn | 2015-01-19 | 1 | -5/+5 |
| | |||||
* | Update version to 1.3 | Willem Jan Palenstijn | 2013-07-01 | 1 | -0/+87 |