1. c67033a Move test_cmake_build target code into its subdirectory by Dean Moldovan · 7 years ago
  2. 0bc272b Move tests from short translation units into their logical parents by Dean Moldovan · 7 years ago
  3. 83e328f Split test_python_types.cpp into builtin_casters, stl and pytypes by Dean Moldovan · 7 years ago
  4. bdfb50f Move tests from test_issues.cpp/py into appropriate files by Dean Moldovan · 7 years ago
  5. 9693a5c Add Catch framework for testing embedding support and C++-side features by Dean Moldovan · 8 years ago
  6. 7f5c85c Add CMake target for embedding the Python interpreter by Dean Moldovan · 8 years ago
  7. 8dc63ba Force MSVC to compile in utf-8 mode by Jason Rhinelander · 7 years ago
  8. 813d7e8 Add movable cast support to type casters by Jason Rhinelander · 7 years ago
  9. 7653a11 pytest target: add USE_TERMINAL flag by Wenzel Jakob · 7 years ago
  10. 555dc4f Fix test_cmake_build failure with bare python exe name (fix #783) by Dean Moldovan · 8 years ago
  11. 1ac1903 Add a scope guard call policy by Dean Moldovan · 8 years ago
  12. d47febc Minor pytest maintenance (#702) by Dean Moldovan · 8 years ago
  13. 620a808 Test with debug build of Python when DEBUG=1 on Travis by Dean Moldovan · 8 years ago
  14. 60d0e0d Independent tests (#665) by Jason Rhinelander · 8 years ago
  15. 1bee6e7 Overhaul LTO flag detection by Jason Rhinelander · 8 years ago
  16. 5e92b3e Fix path to libsize.py (#658) by Matthew Woehlke · 8 years ago
  17. 0e49c02 use a more conservative mechanism to check for pytest by Wenzel Jakob · 8 years ago
  18. 06b9397 Add 'check' target to run all available tests by Dean Moldovan · 8 years ago
  19. b0f3885 Make sure add_subdirectory and find_package behave identically by Dean Moldovan · 8 years ago
  20. eb09af5 test installed pybind by Lori A. Burns · 8 years ago
  21. 9a110e6 Provide more control over automatic generation of docstrings (#486) by Alexander Stukowski · 8 years ago
  22. 920e0e3 Add cmake option to override tests (#489) by Jason Rhinelander · 8 years ago
  23. dc0b4bd Add debugging info about .so size to build output (#477) by Jason Rhinelander · 8 years ago
  24. bbe4508 Test uncopyable static member by Ben North · 8 years ago
  25. 6a1734a minor cmake cleanups by Wenzel Jakob · 8 years ago
  26. b55a5c5 fixed typo in cmake file by Wenzel Jakob · 8 years ago
  27. dac3858 Make header files viewable in IDEs (fixes #424) by Wenzel Jakob · 8 years ago
  28. 632dee1 Merge pull request #356 from TrentHouliston/master by Wenzel Jakob · 8 years ago
  29. 568ec6b Fix missing smart_ptr test by Dean Moldovan · 8 years ago
  30. d922dff Merge pull request #410 from wjakob/mi by Wenzel Jakob · 8 years ago
  31. 8e5dceb Multiple inheritance support by Wenzel Jakob · 8 years ago
  32. 7962f30 set possible build types in cmake build system by Wenzel Jakob · 8 years ago
  33. 352149e Refactor the chrono cast functions into chrono.h. by Trent Houliston · 8 years ago
  34. 91b3d68 Expose some dtype/array attributes via NumPy C API by Ivan Smirnov · 8 years ago
  35. ec62d97 Implement py::init_alias<>() constructors by Jason Rhinelander · 8 years ago
  36. 5fffe20 Allow arbitrary class_ template option ordering by Jason Rhinelander · 8 years ago
  37. 52f4be8 Make test initialization self-registering by Jason Rhinelander · 8 years ago
  38. dd3d56a Don't install pytest from cmake, just fail instead by Jason Rhinelander · 8 years ago
  39. 18319d5 Automatically install pytest from CMake by Dean Moldovan · 8 years ago
  40. a9a37b4 Move enum tests into a new file by Dean Moldovan · 8 years ago
  41. a0c1ccf Port tests to pytest by Dean Moldovan · 8 years ago