You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fix wrapper guard naming e.g. AbstractCaUpdateRule3_hpp__pyplusplus_wrapper doesn't correspond to filename AbstractCaUpdateRule3.cppwg.hpp, and pyplusplus is no longer used for wrapper generation.
To clarify purpose of typedefs, use only where required e.g. typedef AbstractCaUpdateRule<2> AbstractCaUpdateRule2 is necessary for the PYBIND11_OVERLOAD macro but not elsewhere.
Description
Tidy up repository.
To Do
dynamic/wrapper_generators/generate_wrapper_code_old.pydynamic/wrappers/preload/.travis.ymlinfra/condaexceptchaste,vtk, andxsdbecause most dependencies are now on conda-forge.apps/src/tutorial/doc/tutorials/Python/TestCellSorting/results_from_time_0doc/tutorials/.ipynb_checkpoints/namespace py=pybind11etc. from headers.#include <pybind11/pybind11.h>in headers.AbstractCaUpdateRule3_hpp__pyplusplus_wrapperdoesn't correspond to filenameAbstractCaUpdateRule3.cppwg.hpp, and pyplusplus is no longer used for wrapper generation.typedef AbstractCaUpdateRule<2> AbstractCaUpdateRule2is necessary for thePYBIND11_OVERLOADmacro but not elsewhere.