- 15 Jan, 2021 1 commit
-
-
Yannick Jadoul authored
* Adding a valgrind build on debug Python 3.9 Co-authored-by:
Boris Staletic <boris.staletic@gmail.com> * Add Valgrind suppression files - Introduce suppression file, populate it with a first suppression taken from CPython, and fix one leak in the tests - Suppress leak in NumPy - More clean tests! - Tests with names a-e passing (except for test_buffer) - Suppress multiprocessing errors - Merge multiprocessing suppressions into other suppression files - Numpy seems to be spelled with a big P - Append single entry from valgrind-misc.supp to valgrind-python.supp, and make clear valgrind-python.supp is only CPython Co-authored-by:
Boris Staletic <boris.staletic@gmail.com> * Enable test_virtual_functions with a workaround * Add a memcheck cmake target - Add a memcheck cmake target - Reformat cmake - Appease the formatting overlords - they are angry - Format CMake valgrind target decently * Update CI config to new action versions * fix: separate memcheck from pytest * ci: cleanup * Merge Valgrind and other deadsnakes builds Co-authored-by:
Boris Staletic <boris.staletic@gmail.com> Co-authored-by:
Henry Schreiner <henryschreineriii@gmail.com>
-
- 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
-