1. 06 Oct, 2020 2 commits
  2. 05 Oct, 2020 3 commits
  3. 04 Oct, 2020 1 commit
  4. 03 Oct, 2020 4 commits
  5. 02 Oct, 2020 12 commits
  6. 30 Sep, 2020 7 commits
  7. 27 Sep, 2020 1 commit
    • static allocation for PyModuleDef, to avoid leak check errors. (#2413) · d159a563
      * Initializing PyModuleDef object with PyModuleDef_HEAD_INIT.
      
      Python 3.8 documentation: m_base - Always initialize this member to PyModuleDef_HEAD_INIT.
      
      Long-standing (since first github commit in 2015), inconsequential bug.
      
      Also removing inconsequential Py_INCREF(def): PyModule_Create() resets the reference count to 1.
      
      * git rebase master
      
      * moving static PyModuleDef declaration to global scope, as requested by @wjakob
      
      * renaming the two new macros, to start with PYBIND11_DETAIL_MODULE
      Ralf W. Grosse-Kunstleve committed
  8. 22 Sep, 2020 2 commits
  9. 21 Sep, 2020 1 commit
  10. 19 Sep, 2020 3 commits
  11. 18 Sep, 2020 3 commits
  12. 17 Sep, 2020 1 commit