tree: c9c92674281843c8179a6bdff4ccff2fe76888c5 [path history] [tgz]
  1. extra_python_package/
  2. extra_setuptools/
  3. pure_cpp/
  4. test_cmake_build/
  5. test_cross_module_rtti/
  6. test_with_catch/
  7. CMakeLists.txt
  8. conftest.py
  9. constructor_stats.h
  10. cross_module_gil_utils.cpp
  11. cross_module_interleaved_error_already_set.cpp
  12. custom_exceptions.py
  13. eigen_tensor_avoid_stl_array.cpp
  14. env.py
  15. exo_planet_c_api.cpp
  16. exo_planet_pybind11.cpp
  17. home_planet_very_lonely_traveler.cpp
  18. local_bindings.h
  19. mod_per_interpreter_gil.cpp
  20. mod_per_interpreter_gil_with_singleton.cpp
  21. mod_shared_interpreter_gil.cpp
  22. object.h
  23. pybind11_cross_module_tests.cpp
  24. pybind11_tests.cpp
  25. pybind11_tests.h
  26. pyproject.toml
  27. pytest.ini
  28. requirements.txt
  29. test_async.cpp
  30. test_async.py
  31. test_buffers.cpp
  32. test_buffers.py
  33. test_builtin_casters.cpp
  34. test_builtin_casters.py
  35. test_call_policies.cpp
  36. test_call_policies.py
  37. test_callbacks.cpp
  38. test_callbacks.py
  39. test_chrono.cpp
  40. test_chrono.py
  41. test_class.cpp
  42. test_class.py
  43. test_class_cross_module_use_after_one_module_dealloc.cpp
  44. test_class_cross_module_use_after_one_module_dealloc.py
  45. test_class_release_gil_before_calling_cpp_dtor.cpp
  46. test_class_release_gil_before_calling_cpp_dtor.py
  47. test_class_sh_basic.cpp
  48. test_class_sh_basic.py
  49. test_class_sh_disowning.cpp
  50. test_class_sh_disowning.py
  51. test_class_sh_disowning_mi.cpp
  52. test_class_sh_disowning_mi.py
  53. test_class_sh_factory_constructors.cpp
  54. test_class_sh_factory_constructors.py
  55. test_class_sh_inheritance.cpp
  56. test_class_sh_inheritance.py
  57. test_class_sh_mi_thunks.cpp
  58. test_class_sh_mi_thunks.py
  59. test_class_sh_property.cpp
  60. test_class_sh_property.py
  61. test_class_sh_property_non_owning.cpp
  62. test_class_sh_property_non_owning.py
  63. test_class_sh_shared_ptr_copy_move.cpp
  64. test_class_sh_shared_ptr_copy_move.py
  65. test_class_sh_trampoline_basic.cpp
  66. test_class_sh_trampoline_basic.py
  67. test_class_sh_trampoline_self_life_support.cpp
  68. test_class_sh_trampoline_self_life_support.py
  69. test_class_sh_trampoline_shared_from_this.cpp
  70. test_class_sh_trampoline_shared_from_this.py
  71. test_class_sh_trampoline_shared_ptr_cpp_arg.cpp
  72. test_class_sh_trampoline_shared_ptr_cpp_arg.py
  73. test_class_sh_trampoline_unique_ptr.cpp
  74. test_class_sh_trampoline_unique_ptr.py
  75. test_class_sh_unique_ptr_custom_deleter.cpp
  76. test_class_sh_unique_ptr_custom_deleter.py
  77. test_class_sh_unique_ptr_member.cpp
  78. test_class_sh_unique_ptr_member.py
  79. test_class_sh_virtual_py_cpp_mix.cpp
  80. test_class_sh_virtual_py_cpp_mix.py
  81. test_const_name.cpp
  82. test_const_name.py
  83. test_constants_and_functions.cpp
  84. test_constants_and_functions.py
  85. test_copy_move.cpp
  86. test_copy_move.py
  87. test_cpp_conduit.cpp
  88. test_cpp_conduit.py
  89. test_cpp_conduit_traveler_bindings.h
  90. test_cpp_conduit_traveler_types.h
  91. test_custom_type_casters.cpp
  92. test_custom_type_casters.py
  93. test_custom_type_setup.cpp
  94. test_custom_type_setup.py
  95. test_docs_advanced_cast_custom.cpp
  96. test_docs_advanced_cast_custom.py
  97. test_docstring_options.cpp
  98. test_docstring_options.py
  99. test_eigen_matrix.cpp
  100. test_eigen_matrix.py
  101. test_eigen_tensor.cpp
  102. test_eigen_tensor.inl
  103. test_eigen_tensor.py
  104. test_enum.cpp
  105. test_enum.py
  106. test_eval.cpp
  107. test_eval.py
  108. test_eval_call.py
  109. test_exceptions.cpp
  110. test_exceptions.h
  111. test_exceptions.py
  112. test_factory_constructors.cpp
  113. test_factory_constructors.py
  114. test_gil_scoped.cpp
  115. test_gil_scoped.py
  116. test_iostream.cpp
  117. test_iostream.py
  118. test_kwargs_and_defaults.cpp
  119. test_kwargs_and_defaults.py
  120. test_local_bindings.cpp
  121. test_local_bindings.py
  122. test_methods_and_attributes.cpp
  123. test_methods_and_attributes.py
  124. test_modules.cpp
  125. test_modules.py
  126. test_multiple_inheritance.cpp
  127. test_multiple_inheritance.py
  128. test_multiple_interpreters.py
  129. test_native_enum.cpp
  130. test_native_enum.py
  131. test_numpy_array.cpp
  132. test_numpy_array.py
  133. test_numpy_dtypes.cpp
  134. test_numpy_dtypes.py
  135. test_numpy_scalars.cpp
  136. test_numpy_scalars.py
  137. test_numpy_vectorize.cpp
  138. test_numpy_vectorize.py
  139. test_opaque_types.cpp
  140. test_opaque_types.py
  141. test_operator_overloading.cpp
  142. test_operator_overloading.py
  143. test_pickling.cpp
  144. test_pickling.py
  145. test_potentially_slicing_weak_ptr.cpp
  146. test_potentially_slicing_weak_ptr.py
  147. test_python_multiple_inheritance.cpp
  148. test_python_multiple_inheritance.py
  149. test_pytypes.cpp
  150. test_pytypes.py
  151. test_scoped_critical_section.cpp
  152. test_scoped_critical_section.py
  153. test_sequences_and_iterators.cpp
  154. test_sequences_and_iterators.py
  155. test_smart_ptr.cpp
  156. test_smart_ptr.py
  157. test_stl.cpp
  158. test_stl.py
  159. test_stl_binders.cpp
  160. test_stl_binders.py
  161. test_tagbased_polymorphic.cpp
  162. test_tagbased_polymorphic.py
  163. test_thread.cpp
  164. test_thread.py
  165. test_type_caster_pyobject_ptr.cpp
  166. test_type_caster_pyobject_ptr.py
  167. test_type_caster_std_function_specializations.cpp
  168. test_type_caster_std_function_specializations.py
  169. test_union.cpp
  170. test_union.py
  171. test_unnamed_namespace_a.cpp
  172. test_unnamed_namespace_a.py
  173. test_unnamed_namespace_b.cpp
  174. test_unnamed_namespace_b.py
  175. test_vector_unique_ptr_member.cpp
  176. test_vector_unique_ptr_member.py
  177. test_virtual_functions.cpp
  178. test_virtual_functions.py
  179. test_warnings.cpp
  180. test_warnings.py
  181. valgrind-numpy-scipy.supp
  182. valgrind-python.supp