summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove the hiding of pkg-config errors in setup.py, should fix issue #21Ronny Pfannschmidt2012-08-241-1/+1
* Accept "0x123" constants too.Armin Rigo2012-08-242-1/+4
* Reformulate.Armin Rigo2012-08-241-3/+4
* Document this as a new feature.Armin Rigo2012-08-231-2/+4
* Finish hopefully the support for anonymous structs.Armin Rigo2012-08-235-9/+54
* Kill this code, which is a duplicate of the previous testArmin Rigo2012-08-231-18/+0
* Also fix vengine_gen.Armin Rigo2012-08-231-6/+3
* merge headsArmin Rigo2012-08-234-4/+29
|\
| * Fix.Armin Rigo2012-08-234-4/+21
| * Missing structs with bitfields support in verify()Armin Rigo2012-08-231-0/+9
* | in-progressArmin Rigo2012-08-233-7/+64
* | Support nested anonymous structs in the front-end part.Armin Rigo2012-08-234-4/+58
* | Anonymous nested structures in the _cffi_backendArmin Rigo2012-08-232-32/+103
|/
* Add another test, passing on Linux.Armin Rigo2012-08-231-0/+25
* Add another test, passing a bigger struct to a function.Armin Rigo2012-08-232-2/+37
* Add some more context in the error messages "cannot generate 'struct $1'Armin Rigo2012-08-234-15/+38
* Fix the tests about "typedef enum".Armin Rigo2012-08-237-64/+75
* One extra testArmin Rigo2012-08-231-0/+12
* Some tests for issue19.Armin Rigo2012-08-231-0/+31
* Test and fix: don't allow 'void' as the type of a function argument.Armin Rigo2012-08-222-1/+6
* Give a better error message than pycparser's default oneArmin Rigo2012-08-222-3/+29
* Give an earlier error message when trying to declare a functionArmin Rigo2012-08-222-1/+12
* Windows: don't muck with LastError in b_get_errno()Armin Rigo2012-08-222-2/+26
* #include <Python.h> is bogus.Armin Rigo2012-08-191-0/+6
* merge headsArmin Rigo2012-08-181-0/+1
|\
| * (liuzhenhai) issue #18: a missing #include on Windows.Armin Rigo2012-08-181-0/+1
* | Support for "sources=[..]" in verify(), as per Daniel Holth's suggestionArmin Rigo2012-08-182-2/+22
|/
* pycparser 2.08 has been fixed. Thanks!Armin Rigo2012-08-151-3/+1
* Pass or skip the buffer tests on 3.2 too.Armin Rigo2012-08-143-10/+21
* This test might run without producing the source, so force it.Armin Rigo2012-08-141-0/+1
* Found a way to be compatible with Python 3.2 in the test syntax.Armin Rigo2012-08-144-119/+142
* DetailArmin Rigo2012-08-131-3/+2
* "hgdistver" is not needed any more.Armin Rigo2012-08-131-3/+0
* Update this test too.Armin Rigo2012-08-131-1/+1
* Update with the checksums of the distribution.Armin Rigo2012-08-131-6/+10
* Added tag release-0.3 for changeset 5f31908df6c9Armin Rigo2012-08-130-0/+0
* Fix the logic: it was possible to reach the following bug (for whichArmin Rigo2012-08-131-20/+17
* Write the version explicitly, and test it too.Armin Rigo2012-08-132-1/+9
* pycparser 2.08 no longer contains lextab.py/yacctab.pyArmin Rigo2012-08-131-1/+3
* Name this demo module.Armin Rigo2012-08-131-1/+2
* Update status.Armin Rigo2012-08-131-2/+5
* Skip the ffi.buffer() tests with the ctypes backend on top of PyPy.Armin Rigo2012-08-132-4/+22
* Improve the test portability.Armin Rigo2012-08-131-9/+17
* Add a test for the precision of 'long double'.Armin Rigo2012-08-131-0/+24
* Update the doc to mention that it also mostly works on PyPy.Armin Rigo2012-08-131-11/+10
* Complete for the behavior we get with RTLD_NOW.Armin Rigo2012-08-131-1/+1
* Copy here from backend_testsArmin Rigo2012-08-121-0/+6
* Additional test for this caseArmin Rigo2012-08-121-0/+10
* Remove this skip, which is no longer true.Armin Rigo2012-08-121-7/+0
* Compatibility with PyPy: support running on top of a narrow CPythonArmin Rigo2012-08-121-18/+19