summaryrefslogtreecommitdiff
path: root/demo/embedding.py
Commit message (Expand)AuthorAgeFilesLines
* Rename 'ffi' to 'ffibuilder' in the docs and in a few demos, whenArmin Rigo2016-06-051-5/+5
* Maybe it's clearer this way, with an API that matches the intent ratherArmin Rigo2016-01-091-5/+3
* in-progress: work work work to port this to Python 3Armin Rigo2016-01-081-2/+2
* Fix ffi.compile() to automatically link with the python libraryArmin Rigo2016-01-071-8/+2
* Stop running the embedding_init_code() code as if it was part of theArmin Rigo2016-01-071-0/+1
* possibly clarify example by using the syntax that allows naturallyArmin Rigo2016-01-031-1/+3
* updatesArmin Rigo2016-01-021-4/+7
* fixfixfixfixArmin Rigo2015-12-051-0/+2
* in-progressArmin Rigo2015-12-051-2/+0
* Carefully craft the setup logic to handle multiple threads andArmin Rigo2015-12-011-0/+2
* First versionArmin Rigo2015-12-011-1/+1
* Trying out this way for nowArmin Rigo2015-12-011-2/+4
* "embedding" mode, where we produce a .so with the given C APIArmin Rigo2015-11-301-0/+19