1. 07 May, 2017 1 commit
  2. 23 Feb, 2017 1 commit
    • Dean Moldovan's avatar
      Reimplement static properties by extending PyProperty_Type · c91f8bd6
      Dean Moldovan authored
      Instead of creating a new unique metaclass for each type, the builtin
      `property` type is subclassed to support static properties. The new
      setter/getters always pass types instead of instances in their `self`
      argument. A metaclass is still required to support this behavior, but
      it doesn't store any data anymore, so a new one doesn't need to be
      created for each class. There is now only one common metaclass which
      is shared by all pybind11 types.
      c91f8bd6
  3. 14 Feb, 2017 1 commit
  4. 04 Jan, 2017 1 commit
  5. 01 Jan, 2017 1 commit
  6. 01 Dec, 2016 1 commit
  7. 19 Aug, 2016 1 commit
    • Dean Moldovan's avatar
      Port tests to pytest · a0c1ccf0
      Dean Moldovan authored
      Use simple asserts and pytest's powerful introspection to make testing
      simpler. This merges the old .py/.ref file pairs into simple .py files
      where the expected values are right next to the code being tested.
      
      This commit does not touch the C++ part of the code and replicates the
      Python tests exactly like the old .ref-file-based approach.
      a0c1ccf0
  8. 16 May, 2016 1 commit
  9. 05 May, 2016 1 commit
  10. 18 Apr, 2016 1 commit
  11. 08 Mar, 2016 1 commit
  12. 01 Mar, 2016 1 commit
  13. 22 Feb, 2016 1 commit
  14. 20 Feb, 2016 2 commits
  15. 07 Feb, 2016 1 commit
  16. 01 Feb, 2016 1 commit
  17. 17 Jan, 2016 2 commits
  18. 04 Dec, 2015 2 commits
  19. 15 Oct, 2015 2 commits