1. Oct 08, 2022
  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