Skip to content
  1. Jun 10, 2020
  2. Jun 08, 2020
  3. Jun 06, 2020
  4. Jun 01, 2020
  5. May 15, 2020
  6. May 11, 2020
  7. May 07, 2020
  8. May 06, 2020
  9. Apr 18, 2020
  10. Apr 13, 2020
  11. Apr 09, 2020
  12. Apr 08, 2020
  13. Apr 06, 2020
  14. Apr 03, 2020
  15. Mar 28, 2020
  16. Mar 11, 2020
  17. Mar 09, 2020
  18. Mar 08, 2020
  19. Mar 07, 2020
  20. Feb 17, 2020
  21. Feb 08, 2020
  22. Feb 04, 2020
  23. Feb 03, 2020
  24. Jan 30, 2020
  25. Jan 23, 2020
    • Tomáš Jakubec's avatar
      automatic traits algorithms. · 215130e3
      Tomáš Jakubec authored
      To achieve the maximal efficiency of traits approach is necessary to
      change name type from std::string to const char*.
      Moreover, I had to make the default trait public in another way. There
      is a function creating and returning the generated Trait. At first sight
      is seemed to me as bad idea, but the compiler can not work so
      efficiently with it. Thus, it is better to have static function which
      generates the object of traits.
      215130e3
  26. Jan 22, 2020
  27. Jan 20, 2020