Commit Graph

23 Commits

Author SHA1 Message Date
Gustavo J. A. M. Carneiro 67843fa924 refactor the build system to avoid generating .py[co] files in the source tree (which WAF doesn't like) 2007-06-02 15:02:23 +01:00
Gustavo J. A. M. Carneiro c501e5ba9b Add a DIRECTION_INOUT convenience alias 2007-06-02 14:59:40 +01:00
Gustavo J. A. M. Carneiro af6104a083 add support for C++ classes; some minor bug remaining, though. 2007-06-01 19:39:31 +01:00
Gustavo J. A. M. Carneiro 90bf6801c4 lazily compute VESION; write a pybindgen/version.py file in configure 2007-06-01 15:31:13 +01:00
Gustavo J. A. M. Carneiro 46205844b0 cleanup 2007-06-01 14:50:07 +01:00
Gustavo J. A. M. Carneiro be0171aaf0 get version from bzr tag or revision 0.1.2 2007-06-01 14:46:06 +01:00
Gustavo J. A. M. Carneiro c03dececed actually install the python sources 2007-06-01 11:19:43 +01:00
Gustavo J. A. M. Carneiro 4063226a29 add changelog generation 0.1.1 2007-05-31 18:44:36 +01:00
Gustavo J. A. M. Carneiro 766ba4c858 workaround a WAF bug 2007-05-31 18:43:55 +01:00
Gustavo J. A. M. Carneiro eff9394011 add copyright info 2007-05-31 18:13:01 +01:00
Gustavo J. A. M. Carneiro a0cd17dbdb Add an example 2007-05-31 17:58:02 +01:00
Gustavo J. A. M. Carneiro ccd7c49e6a export the most important objects directly in the toplevel package namespace 2007-05-31 17:55:49 +01:00
Gustavo J. A. M. Carneiro 5e226bae93 fix bad wrapper prototype 2007-05-31 17:53:46 +01:00
Gustavo J. A. M. Carneiro b3c156cfeb FunctionWrapper renamed to Function, module name changed accordingly. 2007-05-31 17:29:34 +01:00
Gustavo J. A. M. Carneiro a0793416a6 add a module generator class 2007-05-31 16:16:38 +01:00
Gustavo J. A. M. Carneiro b026e0ed84 CodeSink.writeln now inserts a blank if no parameter given 2007-05-31 16:15:55 +01:00
Gustavo J. A. M. Carneiro 6f3dfc94a7 Simplified parameter/return value type handler instantiation, via special __new__ methods. 2007-05-31 14:34:28 +01:00
Gustavo J. A. M. Carneiro df1774dd19 Add support for generating PyMethodDef function tables. 2007-05-31 14:10:51 +01:00
Gustavo J. A. M. Carneiro b8835ecc30 enable use of PyArg_ParseTupleAndKeywords in forward wrappers 2007-05-31 11:19:28 +01:00
Gustavo J. A. M. Carneiro da754d61e7 fix a ParseTupleParameters.get_keywords bug 2007-05-31 01:11:22 +01:00
Gustavo J. A. M. Carneiro 3a1f8bbac3 add FunctionWrapper class 2007-05-31 01:00:33 +01:00
Gustavo J. A. M. Carneiro bf2fb3313c bool, double 2007-05-31 00:17:28 +01:00
Gustavo J. A. M. Carneiro be54f0e73a _ 2007-05-29 20:04:09 +01:00