summaryrefslogtreecommitdiff
path: root/tests/example_module.cpp
AgeCommit message (Collapse)Author
2013-07-29gras: simplfy factory w/ macros and namespaceJosh Blum
2013-07-27gras: work on module loading and python factoryJosh Blum
naming convention, path convention, env var convention, And, make a python factory -- but its a little halfassed. You see, we didnt do the swig director thing yet, so C++ cant yet create python blocks from the factory.
2013-07-07gras: %newobject for factory gives python ownershipJosh Blum
2013-07-07gras: a unit test for the factoryJosh Blum