1. 24 Apr, 2023 1 commit
  2. 23 Apr, 2023 1 commit
  3. 07 Apr, 2023 1 commit
  4. 03 Apr, 2023 1 commit
  5. 30 Mar, 2023 1 commit
    • ci: Python 3.12 optional test job (#4575) · 4ce05175
      * ci: Python 3.12 optional testing
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      
      * Skip test_flaky_exception_failure_point_init() for Python 3.12.0a6 (similar to https://github.com/google/pywrapcc/commit/af5c6536aba77b1db99bb16995d3a684351efb93#diff-f46006e3f43ffb1dd5d6862005427f6620f4dcfb1fa2f883d8482550069eeecc).
      
      * Disable tests/test_embed/test_interpreter.cpp (broken with Python 3.12.0alpha6)
      
      ```
      free(): invalid pointer
      
      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      test_embed is a Catch v2.13.9 host application.
      Run with -? for options
      
      -------------------------------------------------------------------------------
      Custom PyConfig
      -------------------------------------------------------------------------------
      /home/runner/work/pybind11/pybind11/tests/test_embed/test_interpreter.cpp:175
      ...............................................................................
      
      /home/runner/work/pybind11/pybind11/tests/test_embed/test_interpreter.cpp:179: FAILED:
        {Unknown expression after the reported line}
      due to a fatal error condition:
        SIGABRT - Abort (abnormal termination) signal
      
      ===============================================================================
      test cases:    6 |    5 passed | 1 failed
      assertions: 1518 | 1517 passed | 1 failed
      ```
      
      ---------
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      Co-authored-by: Ralf W. Grosse-Kunstleve <rwgk@google.com>
      Henry Schreiner committed
  6. 28 Mar, 2023 2 commits
  7. 27 Mar, 2023 1 commit
  8. 24 Mar, 2023 1 commit
  9. 23 Mar, 2023 1 commit
  10. 16 Mar, 2023 3 commits
  11. 09 Mar, 2023 1 commit
  12. 07 Mar, 2023 1 commit
  13. 23 Feb, 2023 1 commit
    • add --version option to pybind11-config (#4526) · 3cc7e425
      Without this, it's impossible to get feature parity between detection
      mechanisms. Both the pkg-config file and the cmake config set their
      versions, but the python probe script didn't provide an option for this.
      
      So you could print the compiler flags for using it, but you could not
      check what you got.
      Eli Schwartz committed
  14. 22 Feb, 2023 1 commit
  15. 20 Feb, 2023 1 commit
  16. 17 Feb, 2023 3 commits
  17. 16 Feb, 2023 2 commits
  18. 10 Feb, 2023 1 commit
  19. 09 Feb, 2023 1 commit
  20. 08 Feb, 2023 2 commits
  21. 07 Feb, 2023 1 commit
  22. 06 Feb, 2023 2 commits
  23. 04 Feb, 2023 1 commit
  24. 01 Feb, 2023 3 commits
  25. 19 Jan, 2023 1 commit
  26. 18 Jan, 2023 1 commit
  27. 14 Jan, 2023 1 commit
  28. 13 Jan, 2023 1 commit
  29. 03 Jan, 2023 2 commits
    • chore: back to work · a34596bf
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      Henry Schreiner committed
    • chore: prepare for 2.10.3 (#4437) · b2d7ad72
      * docs: update changelog for v2.10.3
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      
      * chore: bump versions for 2.10.3
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      
      * chore: fix make changelog script with entry is empty
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      
      Signed-off-by: Henry Schreiner <henryschreineriii@gmail.com>
      Henry Schreiner committed