Skip to content
Snippets Groups Projects
  1. Nov 06, 2015
  2. Oct 07, 2015
  3. Jul 01, 2015
  4. May 21, 2015
  5. Apr 15, 2015
  6. Mar 17, 2015
  7. Feb 18, 2015
  8. Feb 07, 2015
  9. Feb 06, 2015
  10. Feb 03, 2015
  11. Dec 04, 2014
  12. Oct 27, 2014
  13. Oct 22, 2014
  14. Oct 21, 2014
  15. Oct 19, 2014
  16. 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
  17. Sep 29, 2014
  18. Sep 12, 2014
  19. 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
  20. Sep 09, 2014
  21. Sep 08, 2014
  22. Sep 05, 2014
Loading