1. Oct 08, 2022
    • Ralf W. Grosse-Kunstleve's avatar
      test_eigen.py test_nonunit_stride_to_python bug fix (ASAN failure) (#4217) · 4a421562
      Ralf W. Grosse-Kunstleve authored
      * Disable test triggering ASAN failure (to pin-point where the problem is).
      
      * Fix unsafe "block" implementation in test_eigen.cpp
      
      * Undo changes (i.e. revert back to master).
      
      * Detect "type_caster for Eigen::Ref made a copy."
      
      This is achieved without
      * reaching into internals,
      * making test_eigen.cpp depend on pybind11/numpy.h.
      
      * Add comment pointing to PR, for easy reference.
      4a421562
  2. Oct 07, 2022
  3. Oct 05, 2022
  4. Oct 04, 2022
  5. Sep 27, 2022
  6. Sep 26, 2022
  7. Sep 22, 2022
  8. Sep 21, 2022
  9. Sep 20, 2022
  10. Sep 15, 2022
  11. Sep 13, 2022
  12. Sep 07, 2022
  13. Aug 30, 2022
  14. Aug 25, 2022
  15. Aug 24, 2022
    • Brad Messer's avatar
      Words matter updates (#4155) · a48ec3e8
      Brad Messer authored
      * Remove sanity check from code base.
      
      * Use main over master.
      
      * Better alternative that doesn't collide with language keywords/frequent usage words.
      a48ec3e8
  16. Aug 22, 2022
  17. Aug 21, 2022
  18. Aug 12, 2022
  19. Aug 09, 2022
  20. Aug 08, 2022
  21. Aug 05, 2022
  22. Aug 03, 2022
  23. Aug 02, 2022
  24. Aug 01, 2022
    • Ralf W. Grosse-Kunstleve's avatar
      Add `-DPYBIND11_WERROR=ON` to mingw cmake commands (#4073) · 36655302
      Ralf W. Grosse-Kunstleve authored
      * Add `-DPYBIND11_WERROR=ON` to mingw cmake commands (and `-DCMAKE_VERBOSE_MAKEFILE:BOOL=ON`).
      
      * Using no-destructor idiom to side-step overzealous MINGW warning.
      
      * Add __MINGW32__ pragma GCC diagnostic ignored in eigen.h
      
      * Add another no-destructor workaround.
      
      * Temporarily add -k (keep-going) flags to hopefully speed up finding all warnings.
      
      * Revert "Temporarily add -k (keep-going) flags to hopefully speed up finding all warnings."
      
      This reverts commit f36b0af8f93e9f6f16c969fb5b646e116f5eaf0f.
      
      * Very minor shuffle to avoid MSVC warnings.
      
      * Remove all `:BOOL` as suggested by @henryiii
      36655302
  25. Jul 29, 2022
  26. Jul 28, 2022
  27. Jul 22, 2022