[pypy-commit] creflect default: in-progress

2014-12-11 Thread arigo
Author: Armin Rigo Branch: Changeset: r194:ee34a7bd891b Date: 2014-12-11 11:37 + http://bitbucket.org/cffi/creflect/changeset/ee34a7bd891b/ Log:in-progress diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@ -411,18 +411,23 @@ } static _

[pypy-commit] creflect default: in-progress: parsing types given in ffi.xyz()

2014-12-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r139:c04b2a53ae95 Date: 2014-12-01 22:14 +0100 http://bitbucket.org/cffi/creflect/changeset/c04b2a53ae95/ Log:in-progress: parsing types given in ffi.xyz() diff --git a/zeffir/builder.c b/zeffir/builder.c --- a/zeffir/builder.c +++ b/zeffir/builder.c @@

[pypy-commit] creflect default: in-progress: simple function calls

2014-12-01 Thread arigo
Author: Armin Rigo Branch: Changeset: r135:083a62ba609e Date: 2014-12-01 13:19 +0100 http://bitbucket.org/cffi/creflect/changeset/083a62ba609e/ Log:in-progress: simple function calls diff --git a/zeffir/test/function.crx b/zeffir/test/function.crx new file mode 100644 --- /dev/null +++ b/ze

[pypy-commit] creflect default: in-progress: refactoring: like C, we distinguish now "type qualifiers"

2014-11-30 Thread arigo
Author: Armin Rigo Branch: Changeset: r129:7673f248edbc Date: 2014-11-30 22:29 +0100 http://bitbucket.org/cffi/creflect/changeset/7673f248edbc/ Log:in-progress: refactoring: like C, we distinguish now "type qualifiers" as something different from types diff --git a/creflect/codegen.

[pypy-commit] creflect default: in-progress

2014-11-29 Thread arigo
Author: Armin Rigo Branch: Changeset: r125:10955dc30513 Date: 2014-11-29 22:12 +0100 http://bitbucket.org/cffi/creflect/changeset/10955dc30513/ Log:in-progress diff --git a/zeffir/test/basic.crx b/zeffir/test/basic.crx new file mode 100644 --- /dev/null +++ b/zeffir/test/basic.crx @@ -0,0 +

[pypy-commit] creflect default: in-progress

2014-11-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r62:3216c4cab225 Date: 2014-11-18 00:40 +0100 http://bitbucket.org/cffi/creflect/changeset/3216c4cab225/ Log:in-progress diff --git a/creflect/cparser.py b/creflect/cparser.py --- a/creflect/cparser.py +++ b/creflect/cparser.py @@ -95,9 +95,9 @@

[pypy-commit] creflect default: In-progress: change the outer layers

2014-09-17 Thread arigo
Author: Armin Rigo Branch: Changeset: r48:f76ddeee4479 Date: 2014-09-17 19:25 +0200 http://bitbucket.org/cffi/creflect/changeset/f76ddeee4479/ Log:In-progress: change the outer layers diff --git a/bin/creflect b/bin/creflect --- a/bin/creflect +++ b/bin/creflect @@ -1,5 +1,5 @@ #! /usr/bin