1. 17 Jan, 2016 2 commits
    • Wenzel Jakob's avatar
      Much more efficient generation of function signatures, updated docs · 66c9a402
      Wenzel Jakob authored
      This modification taps into some newer C++14 features (if present) to
      generate function signatures considerably more efficiently at compile
      time rather than at run time.
      
      With this change, pybind11 binaries are now *2.1 times* smaller compared
      to the Boost.Python baseline in the benchmark. Compilation times get a
      nice improvement as well.
      
      Visual Studio 2015 unfortunately doesn't implement 'constexpr' well
      enough yet to support this change and uses a runtime fallback.
      66c9a402
    • Wenzel Jakob's avatar
      cmake: robustified search for python · caa9d44c
      Wenzel Jakob authored
      caa9d44c
  2. 22 Dec, 2015 1 commit
  3. 15 Dec, 2015 2 commits
  4. 30 Nov, 2015 1 commit
  5. 28 Nov, 2015 1 commit
  6. 24 Nov, 2015 2 commits
  7. 18 Oct, 2015 1 commit
  8. 15 Oct, 2015 2 commits
  9. 13 Oct, 2015 2 commits
  10. 11 Oct, 2015 1 commit
  11. 01 Oct, 2015 2 commits
  12. 04 Sep, 2015 1 commit
  13. 01 Sep, 2015 1 commit
  14. 03 Aug, 2015 1 commit
  15. 31 Jul, 2015 1 commit
  16. 29 Jul, 2015 1 commit
  17. 28 Jul, 2015 1 commit
  18. 09 Jul, 2015 1 commit