1. 02 Sep, 2016 4 commits
  2. 22 Aug, 2016 4 commits
  3. 19 Aug, 2016 10 commits
  4. 18 Aug, 2016 4 commits
  5. 17 Aug, 2016 5 commits
  6. 16 Aug, 2016 1 commit
  7. 15 Aug, 2016 11 commits
  8. 14 Aug, 2016 1 commit
    • format_descriptor::format() now yields std::string · 03fb4885
      This is required since format descriptors for string types that
      were using PYBIND11_DESCR were causing problems on C++14 on Linux.
      
      Although this is technically a breaking change, it shouldn't cause
      problems since the only use of format strings is passing them to
      buffer_info constructor which expects std::string.
      
      Note: for non-structured types, the const char * value is still
      accessible via ::value for compatibility purpose.
      Ivan Smirnov committed