Skip to content
Snippets Groups Projects
  1. Oct 19, 2021
    • Timo Koch's avatar
      [python][typeregistry] _typeName/_includes -> cppTypeName/cppIncludes · e3e76e98
      Timo Koch authored and Andreas Dedner's avatar Andreas Dedner committed
      Underscore prefixed variables in Python are often by convention internal variables
      that should not be accessed from outside the class. These attributes are frequently
      used in Python-side C++ code generation code and have to be accessed to write code generators.
      Linters like pylint complain about the access of these protected attributes.
      This changes them to be part of the public interface (by naming convention).
      e3e76e98
  2. Oct 10, 2021
  3. Oct 05, 2021
  4. Oct 03, 2021
  5. Sep 28, 2021
  6. Sep 24, 2021
  7. Sep 17, 2021
  8. Aug 31, 2021
  9. Aug 30, 2021
  10. Aug 27, 2021
  11. Aug 24, 2021
  12. Aug 23, 2021
  13. Aug 20, 2021
  14. Aug 18, 2021
  15. Aug 13, 2021
  16. Aug 12, 2021
  17. Jul 29, 2021
  18. Jul 27, 2021
  19. Jul 23, 2021
Loading