1. 14 Dec, 2016 1 commit
  2. 13 Dec, 2016 5 commits
  3. 12 Dec, 2016 4 commits
  4. 11 Dec, 2016 1 commit
  5. 09 Dec, 2016 1 commit
  6. 08 Dec, 2016 1 commit
  7. 07 Dec, 2016 2 commits
    • std::valarray support for stl.h (#545) · ae185b7f
      * Added ternary support with descr args
      
      Current the `_<bool>(a, b)` ternary support only works for `char[]` `a`
      and `b`; this commit allows it to work for `descr` `a` and `b` arguments
      as well.
      
      * Add support for std::valarray to stl.h
      
      This abstracts the std::array into a `array_caster` which can then be
      used with either std::array or std::valarray, the main difference being
      that std::valarray is resizable.  (It also lets the array_caster be
      potentially used for other std::array-like interfaces, much as the
      list_caster and map_caster currently provide).
      
      * Small stl.h cleanups
      
      - Remove redundant `type` typedefs
      - make internal list_caster methods private
      Jason Rhinelander committed
  8. 03 Dec, 2016 3 commits
  9. 01 Dec, 2016 2 commits
  10. 25 Nov, 2016 3 commits
  11. 24 Nov, 2016 4 commits
  12. 22 Nov, 2016 5 commits
  13. 20 Nov, 2016 6 commits
  14. 17 Nov, 2016 2 commits