1. Jul 06, 2016
    • Jason Rhinelander's avatar
      Add _<bool>("s1", "s2") ternary & use TYPE_CASTER · 8469f751
      Jason Rhinelander authored
      This commit adds an additional _ template function for compile-time
      selection between two description strings.  This in turn allows the
      elimination of needing two name() methods in type_caster<arithmetic
      types> and type_caster<eigen types>, which allows them to start using
      PYBIND11_TYPE_CASTER instead, simplifying their code by eliminating all
      the code that they are duplicating from the macro.
      8469f751
  2. Jul 02, 2016
  3. Jul 01, 2016
  4. Jun 30, 2016
  5. Jun 29, 2016
  6. Jun 27, 2016
  7. Jun 22, 2016
  8. Jun 21, 2016
  9. Jun 18, 2016
  10. Jun 17, 2016
  11. Jun 16, 2016
  12. Jun 14, 2016
  13. Jun 12, 2016
  14. Jun 04, 2016
  15. Jun 03, 2016