1. 07 Nov, 2015 1 commit
  2. 04 Nov, 2015 1 commit
  3. 03 Nov, 2015 1 commit
  4. 30 Oct, 2015 1 commit
  5. 28 Oct, 2015 1 commit
  6. 27 Oct, 2015 2 commits
  7. 26 Oct, 2015 4 commits
  8. 06 Oct, 2015 1 commit
  9. 01 Oct, 2015 1 commit
  10. 29 Sep, 2015 11 commits
  11. 19 Sep, 2015 1 commit
  12. 15 Sep, 2015 1 commit
  13. 27 Aug, 2015 1 commit
  14. 24 Aug, 2015 1 commit
  15. 13 Aug, 2015 1 commit
  16. 05 Aug, 2015 1 commit
  17. 27 Jul, 2015 1 commit
  18. 08 Jul, 2015 4 commits
  19. 29 Jun, 2015 2 commits
  20. 05 Jun, 2015 1 commit
  21. 04 May, 2015 1 commit
  22. 22 Apr, 2015 1 commit
    • Jason Swails's avatar
      Fix SWIG 3 support for the Python wrappers. · 51e892fe
      Jason Swails authored
      See swig/swig#387 for a discussion.  It would actually be nice to *not* set the
      "compactdefaultargs" feature globally, since that would allow us to actually see
      the real API at the Python level the same as you would see by looking at the C++
      header files. But this is the only way to support both SWIG 2 and SWIG 3 easily
      and avoid a lot of retooling for the SWIG input code generator.
      51e892fe