1. 02 Sep, 2016 3 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 2 commits
    • Ivan Smirnov's avatar
      format_descriptor::format() now yields std::string · 03fb4885
      Ivan Smirnov authored
      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.
      03fb4885
    • Wenzel Jakob's avatar
      Merge pull request #333 from aldanor/feature/print · 6fc7a302
      Wenzel Jakob authored
      Add handle::repr() method
      6fc7a302