Skip to content
Snippets Groups Projects
  1. Feb 22, 2025
  2. Feb 20, 2025
  3. Jan 16, 2025
  4. Nov 05, 2024
  5. Sep 20, 2024
  6. Jul 05, 2024
  7. Jun 25, 2024
  8. Jun 20, 2024
  9. May 31, 2024
  10. May 30, 2024
  11. May 20, 2024
  12. May 10, 2024
  13. May 08, 2024
  14. Apr 02, 2024
  15. Mar 29, 2024
  16. Mar 26, 2024
  17. Mar 25, 2024
  18. Mar 24, 2024
  19. Mar 01, 2024
    • Carsten Gräser's avatar
      [python] Allow to pass optional pythonName to algorithm.load() · 4dc52789
      Carsten Gräser authored
      The used downstream generator uses an argument
      `pythonName` which seems to be only used in
      logging output. So far `dune.generator.algorithm.load()`
      always passes the function signature as `pythonName`.
      
      When jit-compiling functions with many arguments
      and complicated type names, this may provide very
      verbose output. On the other hand, it's very well
      possible that in many instances of generated
      functions the signature coincides, while the
      significant difference is in the actual function
      body rending the verbose output useless.
      
      This patch adds support for passing a custom value
      for `pythonName` to `dune.generator.algorithm.load()`
      by a corresponding keyword argument. If the argument
      is not passed, the signature is used as before.
      4dc52789
  20. Jan 20, 2024
  21. Dec 18, 2023
  22. Oct 27, 2023
  23. Oct 26, 2023
  24. Oct 17, 2023
  25. Oct 07, 2023
  26. Sep 30, 2023
  27. Sep 19, 2023
  28. Sep 18, 2023
  29. Sep 12, 2023
  30. Sep 11, 2023
  31. Sep 01, 2023
  32. Aug 31, 2023
  33. Aug 16, 2023
  34. Jul 12, 2023
  35. Jul 04, 2023
  36. Apr 22, 2023
Loading