Author: Armin Rigo
Branch:
Changeset: r875:bbd4eb593724
Date: 2012-08-23 12:17 +0200
http://bitbucket.org/cffi/cffi/changeset/bbd4eb593724/
Log:Some tests for issue19.
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -
Author: Armin Rigo
Branch:
Changeset: r876:a5db4344e898
Date: 2012-08-23 13:53 +0200
http://bitbucket.org/cffi/cffi/changeset/a5db4344e898/
Log:One extra test
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/testing/test_verify.py
@@ -837,6 +83
Author: Armin Rigo
Branch:
Changeset: r877:92e67ab3082d
Date: 2012-08-23 13:55 +0200
http://bitbucket.org/cffi/cffi/changeset/92e67ab3082d/
Log:Fix the tests about "typedef enum".
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -136,13 +136,13 @
Author: Matti Picus
Branch: python-numpy
Changeset: r56817:ebe070ee8a92
Date: 2012-08-23 11:30 +0300
http://bitbucket.org/pypy/pypy/changeset/ebe070ee8a92/
Log:stub out frompyfunc, mod, scalarmath
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy
Author: Matti Picus
Branch: python-numpy
Changeset: r56818:9a5c26ab3b2b
Date: 2012-08-23 12:42 +0300
http://bitbucket.org/pypy/pypy/changeset/9a5c26ab3b2b/
Log:export demi-module names in numpy.core by modifying
numpy.core.__all__
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/
Author: Matti Picus
Branch: python-numpy
Changeset: r56820:1fee8b35617c
Date: 2012-08-23 14:34 +0300
http://bitbucket.org/pypy/pypy/changeset/1fee8b35617c/
Log:stub out fftpack_lite
diff --git a/lib_pypy/numpypy/__init__.py b/lib_pypy/numpypy/__init__.py
--- a/lib_pypy/numpypy/__init__.py
++
Author: Matti Picus
Branch: python-numpy
Changeset: r56821:b113d4778e19
Date: 2012-08-23 14:59 +0300
http://bitbucket.org/pypy/pypy/changeset/b113d4778e19/
Log:add mtrand for random module, patch ctypeslib for missing dtype.str
diff --git a/lib_pypy/numpy/ctypeslib.py b/lib_pypy/numpy/ctypes
Author: Matti Picus
Branch: python-numpy
Changeset: r56822:b4051ca970be
Date: 2012-08-23 15:22 +0300
http://bitbucket.org/pypy/pypy/changeset/b4051ca970be/
Log:skip 'import ma' for now, which allows 'import numpy' to complete
diff --git a/lib_pypy/numpy/__init__.py b/lib_pypy/numpy/__init__.
Author: Maciej Fijalkowski
Branch: vref-copy
Changeset: r56823:bed31ad356d3
Date: 2012-08-23 14:24 +0200
http://bitbucket.org/pypy/pypy/changeset/bed31ad356d3/
Log:fix the test, thanks armin
diff --git a/pypy/jit/codewriter/effectinfo.py
b/pypy/jit/codewriter/effectinfo.py
--- a/pypy/jit/co
Author: Armin Rigo
Branch:
Changeset: r878:889d00534a6b
Date: 2012-08-23 15:15 +0200
http://bitbucket.org/cffi/cffi/changeset/889d00534a6b/
Log:Add some more context in the error messages "cannot generate 'struct
$1' in C file".
diff --git a/cffi/model.py b/cffi/model.py
--- a/cffi/
Author: Armin Rigo
Branch:
Changeset: r879:b96cdee5a739
Date: 2012-08-23 15:45 +0200
http://bitbucket.org/cffi/cffi/changeset/b96cdee5a739/
Log:Add another test, passing a bigger struct to a function.
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_b
Author: Armin Rigo
Branch:
Changeset: r880:384f90007bd9
Date: 2012-08-23 15:57 +0200
http://bitbucket.org/cffi/cffi/changeset/384f90007bd9/
Log:Add another test, passing on Linux.
diff --git a/c/test_c.py b/c/test_c.py
--- a/c/test_c.py
+++ b/c/test_c.py
@@ -1065,6 +1065,31 @@
assert s
Author: Armin Rigo
Branch:
Changeset: r881:4d29f1ef14c6
Date: 2012-08-23 17:31 +0200
http://bitbucket.org/cffi/cffi/changeset/4d29f1ef14c6/
Log:Missing structs with bitfields support in verify()
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
+++ b/
Author: Armin Rigo
Branch:
Changeset: r882:1f90b6973510
Date: 2012-08-23 17:45 +0200
http://bitbucket.org/cffi/cffi/changeset/1f90b6973510/
Log:Fix.
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -390,6 +390,10 @@
tp.fldnames = tuple(f
Author: Armin Rigo
Branch:
Changeset: r883:948d8808c081
Date: 2012-08-23 17:02 +0200
http://bitbucket.org/cffi/cffi/changeset/948d8808c081/
Log:Anonymous nested structures in the _cffi_backend
diff --git a/c/_cffi_backend.c b/c/_cffi_backend.c
--- a/c/_cffi_backend.c
+++ b/c/_cffi_backend.c
Author: Armin Rigo
Branch:
Changeset: r884:9391831aab8e
Date: 2012-08-23 17:07 +0200
http://bitbucket.org/cffi/cffi/changeset/9391831aab8e/
Log:Support nested anonymous structs in the front-end part.
diff --git a/cffi/backend_ctypes.py b/cffi/backend_ctypes.py
--- a/cffi/backend_ctypes.py
+
Author: Armin Rigo
Branch:
Changeset: r885:8e0c963ef064
Date: 2012-08-23 17:47 +0200
http://bitbucket.org/cffi/cffi/changeset/8e0c963ef064/
Log:in-progress
diff --git a/cffi/model.py b/cffi/model.py
--- a/cffi/model.py
+++ b/cffi/model.py
@@ -176,6 +176,16 @@
self.fldtypes = fldtyp
Author: Armin Rigo
Branch:
Changeset: r886:4208a40e9af3
Date: 2012-08-23 17:47 +0200
http://bitbucket.org/cffi/cffi/changeset/4208a40e9af3/
Log:merge heads
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -396,6 +396,10 @@
tp.fldnames =
Author: Armin Rigo
Branch:
Changeset: r887:b47c74f24438
Date: 2012-08-23 17:49 +0200
http://bitbucket.org/cffi/cffi/changeset/b47c74f24438/
Log:Also fix vengine_gen.
diff --git a/cffi/vengine_gen.py b/cffi/vengine_gen.py
--- a/cffi/vengine_gen.py
+++ b/cffi/vengine_gen.py
@@ -183,9 +183,7 @
Author: Armin Rigo
Branch:
Changeset: r888:7c54e32cf53f
Date: 2012-08-23 17:50 +0200
http://bitbucket.org/cffi/cffi/changeset/7c54e32cf53f/
Log:Kill this code, which is a duplicate of the previous test
diff --git a/testing/test_verify.py b/testing/test_verify.py
--- a/testing/test_verify.py
Author: Armin Rigo
Branch:
Changeset: r889:f738cfcc7b54
Date: 2012-08-23 18:17 +0200
http://bitbucket.org/cffi/cffi/changeset/f738cfcc7b54/
Log:Finish hopefully the support for anonymous structs.
diff --git a/cffi/cparser.py b/cffi/cparser.py
--- a/cffi/cparser.py
+++ b/cffi/cparser.py
@@ -
Author: Armin Rigo
Branch:
Changeset: r890:1a0359fa82f5
Date: 2012-08-23 18:32 +0200
http://bitbucket.org/cffi/cffi/changeset/1a0359fa82f5/
Log:Document this as a new feature.
diff --git a/doc/source/index.rst b/doc/source/index.rst
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -
Author: Armin Rigo
Branch:
Changeset: r56824:1e09626f58a6
Date: 2012-08-23 18:53 +0200
http://bitbucket.org/pypy/pypy/changeset/1e09626f58a6/
Log:Update the tests from CFFI.
diff --git a/pypy/module/_cffi_backend/test/_backend_test_c.py
b/pypy/module/_cffi_backend/test/_backend_test_c.py
-
Author: Armin Rigo
Branch:
Changeset: r56825:0e07105c06d5
Date: 2012-08-23 19:05 +0200
http://bitbucket.org/pypy/pypy/changeset/0e07105c06d5/
Log:Fix for anonymous nested structs.
diff --git a/pypy/module/_cffi_backend/ctypefunc.py
b/pypy/module/_cffi_backend/ctypefunc.py
--- a/pypy/module
Author: Armin Rigo
Branch:
Changeset: r56826:b378160d25a1
Date: 2012-08-23 19:09 +0200
http://bitbucket.org/pypy/pypy/changeset/b378160d25a1/
Log:codespeak.net is down, so point the test at pypy.org.
diff --git a/pypy/translator/sandbox/test/test_sandlib.py
b/pypy/translator/sandbox/test/t
Author: Armin Rigo
Branch:
Changeset: r56827:a4899820221d
Date: 2012-08-23 19:13 +0200
http://bitbucket.org/pypy/pypy/changeset/a4899820221d/
Log:Document some merged branches
diff --git a/pypy/doc/whatsnew-head.rst b/pypy/doc/whatsnew-head.rst
--- a/pypy/doc/whatsnew-head.rst
+++ b/pypy/do
Author: Stian Andreassen
Branch: improve-rbigint
Changeset: r56828:41a49c1c5442
Date: 2012-08-23 19:52 +0200
http://bitbucket.org/pypy/pypy/changeset/41a49c1c5442/
Log:Disable an assert, we can't do this check in rpython. Fix lib-python
crashes (tested locally)
diff --git a/pypy/rlib/
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r56829:94ffb93c582d
Date: 2012-08-23 14:17 -0400
http://bitbucket.org/pypy/pypy/changeset/94ffb93c582d/
Log:Move sign extension from emit_call to _emit_call with result_info
argument. All callers updated. Remove we_are_translated() ha
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4719:cb08ec944742
Date: 2012-08-23 20:25 +0200
http://bitbucket.org/pypy/extradoc/changeset/cb08ec944742/
Log:start writing the sprint announcement
diff --git a/sprintinfo/cape-town-2012/announce.txt
b/sprintinfo/cape-town-2012/announc
Author: Maciej Fijalkowski
Branch: extradoc
Changeset: r4720:9f51ef96823c
Date: 2012-08-23 20:31 +0200
http://bitbucket.org/pypy/extradoc/changeset/9f51ef96823c/
Log:kill parts about eurozone
diff --git a/sprintinfo/cape-town-2012/announce.txt
b/sprintinfo/cape-town-2012/announce.txt
--- a/
Author: Maciej Fijalkowski
Branch:
Changeset: r56830:4c56cbe6d6b3
Date: 2012-08-23 20:39 +0200
http://bitbucket.org/pypy/pypy/changeset/4c56cbe6d6b3/
Log:a test and a fix
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides
Author: edelsohn
Branch: ppc-jit-backend
Changeset: r56831:d1f2560c2012
Date: 2012-08-23 17:30 -0400
http://bitbucket.org/pypy/pypy/changeset/d1f2560c2012/
Log:Explain minimum ABI requirements for stack frame.
diff --git a/pypy/jit/backend/ppc/test/test_stackframe.py
b/pypy/jit/backend/ppc/t
Author: mattip
Branch:
Changeset: r56832:16edd048590b
Date: 2012-08-24 00:52 +0300
http://bitbucket.org/pypy/pypy/changeset/16edd048590b/
Log:fix, accept ndarrays as well
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides
Author: mattip
Branch:
Changeset: r56834:da39fb7a0ab6
Date: 2012-08-24 08:20 +0300
http://bitbucket.org/pypy/pypy/changeset/da39fb7a0ab6/
Log:whoops, was not rpython
diff --git a/pypy/module/micronumpy/strides.py
b/pypy/module/micronumpy/strides.py
--- a/pypy/module/micronumpy/strides.py
+
34 matches
Mail list logo