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
Create #define macros to help automating the serialization to mxArray format (Is it worth?)
Create a doxygen page (in doc/doxygen-pages) mentioning all provided mex scripts. (Should we document them there, in doxygen? I think it's a good option...)
Think & test where compiled .mex* files should go after install, thinking of Windows package installers (Program Files/MRPT/bin, Program Files/MRPT/mex,..??)
Place #define macros related to MEX methods in a more appropiate header? (Currently added to CSerializable.h)
Finally:
Merge branch new-mex-lib
The text was updated successfully, but these errors were encountered:
@jesusbriales @jlblancoc Please, add here new tasks as we think of them, so they don't get lost! (Just click on the check to mark/unmark them when done. See also https://github.com/jlblancoc/mrpt/milestones )
List of pending tasks in this line:
#define
macros to help automating the serialization to mxArray format (Is it worth?)doc/doxygen-pages
) mentioning all provided mex scripts. (Should we document them there, in doxygen? I think it's a good option...)install
, thinking of Windows package installers (Program Files/MRPT/bin
,Program Files/MRPT/mex
,..??)#define
macros related to MEX methods in a more appropiate header? (Currently added to CSerializable.h)Finally:
The text was updated successfully, but these errors were encountered: