1. 06 Aug, 2021 1 commit
  2. 05 Aug, 2021 1 commit
  3. 03 Aug, 2021 3 commits
  4. 28 Jul, 2021 2 commits
  5. 20 Jul, 2021 2 commits
  6. 19 Jul, 2021 1 commit
  7. 18 Jul, 2021 4 commits
  8. 17 Jul, 2021 4 commits
  9. 08 Jul, 2021 4 commits
  10. 11 Jun, 2021 3 commits
  11. 16 Apr, 2021 1 commit
    • Luka Čehovin Zajc's avatar
      Clone library dependency list when extending · f62801c6
      Luka Čehovin Zajc authored
      This small change fixes a problem when a common list object is used in setup.py to declare dependencies for multiple extension objects. In this case the library dependencies get accumulated in the same list which causes problems in more complex builds.
      f62801c6
  12. 14 Mar, 2021 5 commits
  13. 05 Mar, 2021 2 commits
  14. 27 Feb, 2021 4 commits
  15. 26 Feb, 2021 1 commit
    • Kaleb Barrett's avatar
      Create info module for each DSO · 42641e32
      Kaleb Barrett authored
      Generates an info module per DSO built with information on the original
      dot separated name, the stem and full path to the DSO. The info module
      also adds the directory containing the DSO to the DLL path on Windows
      once the info module is loaded.
      
      The name for the info module is configurable per DSO and defaults to
      `"{stem}_dso.py"`. Setting the name to `None` turns off info moduel
      generation for the DSO.
      
      The change does not attempt to create proper package structure to ensure
      the info modules are importable, that is up to the user.
      42641e32
  16. 24 Feb, 2021 1 commit
  17. 24 Jan, 2021 1 commit