- Oct 11, 2017
-
-
René Fritze authored
-
- Oct 10, 2017
-
-
René Fritze authored
-
- Oct 05, 2017
-
-
René Milk authored
Configuration refactor
-
René Fritze authored
-
- Oct 04, 2017
-
-
René Fritze authored
-
René Fritze authored
-
- Sep 29, 2017
-
-
-
Tobias Leibner authored
- openblas seems to have some problems with our multithreading
-
- Sep 28, 2017
-
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
-
René Fritze authored
since it's common in downstream modules to have a type alias for the full storageprovider template I've added a static method that can be called from that type w/o needing to extract the stored type again
-
René Fritze authored
-
René Fritze authored
You'll have to add braces or string() in someplaces that used them. See test source change.
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
Tobias Leibner authored
-
- Sep 27, 2017
-
-
René Fritze authored
since it's common in downstream modules to have a type alias for the full storageprovider template I've added a static method that can be called from that type w/o needing to extract the stored type again
-
- Aug 31, 2017
-
-
Tobias Leibner authored
-
Dr. Felix Tobias Schindler authored
Looking at them again I see no reason why the storage provider should not be copyable, so I delegated the copy to the individual access providers. For this I had to drop one ctor, namely: ``` template <class... Args> explicit StorageProvider(Args&&... args) ``` That one, however, has been giving me problems for a long time now, so I am quite happy to drop it. Also, I could not find any use of that ctor. If I am wrong, there is now a factory method to replace this ctor: ``` auto provider = make_storage<T>(ctor, args, for, T); ```
-
Dr. Felix Tobias Schindler authored
(9a5b616)
-
- Aug 30, 2017
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Aug 28, 2017
-
-
René Fritze authored
-
René Fritze authored
this closes #9
-
René Fritze authored
-
René Fritze authored
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Aug 24, 2017
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Tobias Leibner authored
-
Tobias Leibner authored
-