Skip to content
Snippets Groups Projects
  1. Feb 05, 2016
  2. Jan 22, 2016
  3. Jan 21, 2016
  4. Jan 20, 2016
  5. Dec 11, 2015
  6. Nov 06, 2015
  7. Oct 07, 2015
  8. Jul 01, 2015
  9. May 21, 2015
  10. Apr 15, 2015
  11. Mar 17, 2015
  12. Feb 18, 2015
  13. Feb 07, 2015
  14. Feb 06, 2015
  15. Feb 03, 2015
  16. Dec 04, 2014
  17. Oct 27, 2014
  18. Oct 22, 2014
  19. Oct 21, 2014
  20. Oct 19, 2014
  21. Oct 04, 2014
    • Dr. Felix Tobias Schindler's avatar
      [functions.interfaces] added is_localizable_function · 7926c2b5
      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.
      7926c2b5
  22. Sep 29, 2014
  23. Sep 12, 2014
  24. Sep 11, 2014
    • Dr. Felix Tobias Schindler's avatar
      [functions] rewrite of FunctionProvider to reduce code duplication · 2662b824
      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... :)
      2662b824
Loading