- Feb 05, 2016
-
-
René Fritze authored
-
René Fritze authored
-
- Jan 22, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Jan 21, 2016
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Jan 20, 2016
-
-
Dr. Felix Tobias Schindler authored
-
- Dec 11, 2015
-
-
René Fritze authored
-
- Nov 06, 2015
-
-
René Fritze authored
-
- Oct 07, 2015
-
-
René Fritze authored
-
- Jul 01, 2015
-
-
Dr. Felix Tobias Schindler authored
-
- May 21, 2015
-
-
Tobias Leibner authored
-
Tobias Leibner authored
-
- Apr 15, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Mar 17, 2015
-
-
René Fritze authored
-
René Fritze authored
-
- Feb 18, 2015
-
-
René Fritze authored
-
- Feb 07, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Feb 06, 2015
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Feb 03, 2015
-
-
Dr. Felix Tobias Schindler authored
Signed-off-by:
Felix Schindler <felix.schindler@wwu.de>
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Dec 04, 2014
-
-
Dr. Felix Tobias Schindler authored
-
Dr. Felix Tobias Schindler authored
-
- Oct 27, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 22, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Oct 21, 2014
-
-
René Fritze authored
-
Dr. Felix Tobias Schindler authored
-
- Oct 19, 2014
-
-
René Fritze authored
-
- Oct 04, 2014
-
-
Dr. Felix Tobias Schindler authored
This can be used for instance in the context of a static_assert to check if a given function is derived from LocalizableFunctionInterface. Since we do not only check whether the function is tagged as LocalizableFunction but in deed derived from LocalizableFunctionInterface we need the helper class.
-
- Sep 29, 2014
-
-
Dr. Felix Tobias Schindler authored
Thus new functions do not have to implement this.
-
- Sep 12, 2014
-
-
Dr. Felix Tobias Schindler authored
-
- Sep 11, 2014
-
-
Dr. Felix Tobias Schindler authored
There is finally only one FunctionProvider, all specializations are gone. The price for this is one additional line in all functions that should be provided which is acceptable. See the added documentation of FunctionProvider on how to proceed for new functions. The only drawback is that there are still four places in functions.hh that need to be touched. This is left as an exercise for someone who fancies static loops over tuple types (not a tuple object), I am too tired now... :)
-