2012-03-19 11:21:29 +00:00
|
|
|
|
2012-03-20 06:34:23 +00:00
|
|
|
* Tell swig(somehow) to forget automatic object deletion after adding
|
|
|
|
a BOARD_ITEM to BOARD object (it will be automatically deleted by BOARD,
|
|
|
|
leading to Segmentation Fault when unloading our python module (double free).
|
|
|
|
|
|
|
|
* implement iterator for NETCLASSES (NETCLASS) see class_netclass.h
|
|
|
|
|
|
|
|
* add MODULE::Add (see BOARD:Add), to make it more clean
|
|
|
|
|
|
|
|
|
2012-03-19 11:21:29 +00:00
|
|
|
|
|
|
|
|