- 14 Jan, 2021 1 commit
-
-
Yannick Jadoul authored
* Disable builds for 3.10.0a4, and enable a nightly 3.10-dev build * Fix job name * Remove deadsnakes job for now * Add deadsnakes jobs * There's no deadsnakes 2.7 * Add 3.10 to versions to be discovered by legacy FindPython, and fix debug input to deadsnakes/action * Try out branch with fix * Update to deadsnakes/action@v2.1.1
-
- 13 Jan, 2021 2 commits
-
-
Henry Schreiner authored
-
Yannick Jadoul authored
-
- 23 Dec, 2020 1 commit
-
-
Eric Cousineau authored
-
- 22 Dec, 2020 1 commit
-
-
Henry Schreiner authored
-
- 19 Dec, 2020 1 commit
-
-
Ralf W. Grosse-Kunstleve authored
* minor cleanup: fixing or silencing flake8 errors * ci: lock CMake to non-Universal version * Update .github/workflows/ci.yml Co-authored-by:Henry Schreiner <HenrySchreinerIII@gmail.com>
-
- 16 Dec, 2020 1 commit
-
-
Henry Schreiner authored
* ci: drop pypy2 linux, add Python 10 dev * ci: fix mistake * ci: commented-out PGI 20.11, drop 20.7
-
- 15 Nov, 2020 1 commit
-
-
Henry Schreiner authored
-
- 09 Nov, 2020 1 commit
-
-
Robert Haschke authored
* style: clang-tidy: modernize-use-using * style: more clang-tidy checking Co-authored-by:Henry Schreiner <henryschreineriii@gmail.com>
-
- 03 Nov, 2020 2 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 29 Oct, 2020 1 commit
-
-
Henry Schreiner authored
-
- 23 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* ci: add more jobs * ci: minor trimdown
-
- 15 Oct, 2020 1 commit
-
-
Henry Schreiner authored
-
- 14 Oct, 2020 1 commit
-
-
Yannick Jadoul authored
* Check if valgrind-detected after-freeing access of PyMethodDef causes macOS Python 3.9 segfaults * fix: only apply leak on 3.9.0 * fix: faster check * fix: better naming thanks to @bstaletic Co-authored-by:Henry Schreiner <henryschreineriii@gmail.com>
-
- 13 Oct, 2020 4 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 12 Oct, 2020 3 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 11 Oct, 2020 1 commit
-
-
Henry Schreiner authored
-
- 09 Oct, 2020 4 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
andriish authored
* Update PGI to 20.9 Update PGI to 20.9 * Update ci.yml * Update ci.yml * Update README.rst * Update ci.yml Co-authored-by:Henry Schreiner <HenrySchreinerIII@gmail.com>
-
Henry Schreiner authored
* docs: FAQ CMake updates * docs: limitations * ci: don't over label * docs: update CHANGELOG, add a bit more structure * ci: label PRs with more labels, and sooner * docs: updates from @rwgk * docs: address @YannickJadoul's points
-
- 08 Oct, 2020 3 commits
-
-
Henry Schreiner authored
* tests: Don't run tests that often segfault * tests: drop all cross module gil tests * tests: try skipping all macOS Python 3.9 tests * tests: drop macOS Python 3.9
-
Henry Schreiner authored
* ci: skip cpptest on Win Py 3.8+ * docs: minor typo caught by @rwgk
-
Henry Schreiner authored
* docs: minor cleanup * ci: fix add-path command * docs: add example of use in-place * Update .github/workflows/ci.yml
-
- 06 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* fix: PYBIND11_OBJECT could only be used inside the pybind11 namespace (regression) * docs: add changelog for conversion protection change * ci: update to Python 3.9
-
- 05 Oct, 2020 1 commit
-
-
Henry Schreiner authored
* fix: find_import didn't work properly for classic tools * ci: fix all files not being checked in style run
-
- 02 Oct, 2020 3 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Henry Schreiner authored
-
- 30 Sep, 2020 3 commits
-
-
Henry Schreiner authored
-
Henry Schreiner authored
-
Henry Schreiner authored
* ci: releases * docs: minor update form @wjakob * fix: enforce reasonable version of setuptools
-
- 18 Sep, 2020 1 commit
-
-
Henry Schreiner authored
* ci: fix broken documenation test (works on RtD) * docs: docs link incorrect
-
- 16 Sep, 2020 1 commit
-
-
Henry Schreiner authored
* feat: setup.py redesign and helpers * refactor: simpler design with two outputs * refactor: helper file update and Windows support * fix: review points from @YannickJadoul * refactor: fixes to naming and more docs * feat: more customization points * feat: add entry point pybind11-config * refactor: Try Extension-focused method * refactor: rename alt/inplace to global * fix: allow usage with git modules, better docs * feat: global as an extra (@YannickJadoul's suggestion) * feat: single version location * fix: remove the requirement that setuptools must be imported first * fix: some review points from @wjacob * fix: use .in, add procedure to docs * refactor: avoid monkeypatch copy * docs: minor typos corrected * fix: minor points from @YannickJadoul * fix: typo on Windows C++ mode * fix: MSVC 15 update 3+ have c++14 flag See <https://docs.microsoft.com/en-us/cpp/build/reference/std-specify-language-standard-version?view=vs-2019> * docs: discuss making SDists by hand * ci: use pep517.build instead of manual setup.py * refactor: more comments from @YannickJadoul * docs: updates from @ktbarrett * fix: change to newly recommended tool instead of pep517.build This was intended as a proof of concept; build seems to be the correct replacement. See https://github.com/pypa/pep517/pull/83 * docs: updates from @wjakob * refactor: dual version locations * docs: typo spotted by @wjakob
-