Commit 7c8bfab5 authored by Miguel Angel Ajo's avatar Miguel Angel Ajo

TODO.txt updated

parent 485ec24f
* add MODULE::Add (see BOARD:Add), to make it more clean
* Tell swig to forget automatic object deletion after adding
a BOARD_ITEM to MODULE object (it will be automatically deleted by MODULE,
leading to Segmentation Fault when unloading our python module (double free).
It seems that we must do object.thisown=0 when added, may be adding a wrapper
Add function.
* Implement iterator for NETCLASSES (NETCLASS) see class_netclass.h * Implement iterator for NETCLASSES (NETCLASS) see class_netclass.h
* Saving modules to library (in librairi.cpp) * Saving modules to library (in librairi.cpp)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment