- 06 Aug, 2021 1 commit
-
-
Michael Davidsaver authored
-
- 05 Aug, 2021 1 commit
-
-
Michael Davidsaver authored
-
- 03 Aug, 2021 3 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
- 28 Jul, 2021 2 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
- 20 Jul, 2021 2 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
Allow lazy creation of the DSOs list, which can avoid unnecessary (~slow) probing work when running eg. './setup.py sdist'.
-
- 19 Jul, 2021 1 commit
-
-
Michael Davidsaver authored
Helps with GHA, where conditional values are easier than conditionally unset.
-
- 18 Jul, 2021 4 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
Maybe simplify/speed up PIP installs
-
Michael Davidsaver authored
More convenient to override the whole platform name, including architecture.
-
- 17 Jul, 2021 4 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
* probe: handle strings in MSVC object files add toolchain inspection
-
- 08 Jul, 2021 4 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
- 11 Jun, 2021 3 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
- 16 Apr, 2021 1 commit
-
-
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.
-
- 14 Mar, 2021 5 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
Since _dsoinfo.py is "standard" convention, only allow specific override (or omission).
-
Michael Davidsaver authored
-
- 05 Mar, 2021 2 commits
-
-
Kaleb Barrett authored
-
Kaleb Barrett authored
-
- 27 Feb, 2021 4 commits
-
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
Michael Davidsaver authored
-
- 26 Feb, 2021 1 commit
-
-
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.
-
- 24 Feb, 2021 1 commit
-
-
Michael Davidsaver authored
-
- 24 Jan, 2021 1 commit
-
-
Michael Davidsaver authored
-