Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
pycparser
/
07f67a2a6f32cec903d170a01cb361f671caf86c
07f67a2
preparing for 2.08 release
by Eli Bendersky
· 13 years ago
d964981
finalize issue 74 fix
by Eli Bendersky
· 13 years ago
e40ae0a
Fixes for issue 74: pass decimal escapes \<num> in the lexer
by eliben
· 13 years ago
04b0c21
forgot to hg add
by Eli Bendersky
· 13 years ago
c4701a3
failing test for windows
by Eli Bendersky
· 13 years ago
0373cbe
some more tests
by Eli Bendersky
· 13 years ago
09fc200
Issue 73: initial pragma implementation
by Eli Bendersky
· 13 years ago
949ad82
refactor cpp invocation from parse_file into preprocess_file
by Eli Bendersky
· 13 years ago
74e12bd
add missing file
by Eli Bendersky
· 13 years ago
5a0abdf
Issue 68
by Eli Bendersky
· 13 years ago
41434bb
Issue 69: set return code from all_tests
by Eli Bendersky
· 13 years ago
0a3ef0b
updated changes
by Eli Bendersky
· 13 years ago
9dadc3f
test case for issue 60
by Eli Bendersky
· 13 years ago
a1da7fd
Make sure the parser remembers the coordinates of simple string types
by Eli Bendersky
· 13 years ago
a291586
Issue 63: fix up line endings
by Eli Bendersky
· 13 years ago
cbcfa05
updated CHANGES
by Eli Bendersky
· 13 years ago
19400fd
Issue 65: add some more typedefs
by Eli Bendersky
· 13 years ago
0ac8caa
Issue 64: added sys/types.h to fake includes
by Eli Bendersky
· 13 years ago
2e44381
Added tag release_v2.07 for changeset 72bfcfd41430
by Eli Bendersky
· 13 years ago
081bac2
preparing release 2.07
by Eli Bendersky
· 13 years ago
3b1b08d
Issue 57: support for C99 hexadecimal float constants
by Eli Bendersky
· 13 years ago
203b967
Issue 62: correct coord for Ellipsis nodes
by Eli Bendersky
· 13 years ago
cd93c5f
Issue 59: add some more fake headers for C99
by Eli Bendersky
· 13 years ago
0242938
Issue 54: optional parser argument to parse_file
by Eli Bendersky
· 13 years ago
13d0a6f
Moved changelist to CHANGES
by Eli Bendersky
· 13 years ago
9c7437a
fixed README
by Eli Bendersky
· 13 years ago
a2bafde
make test_general.py succeed also when run from the tests/ dir
by Eli Bendersky
· 13 years ago
897898a
mention that tests should be run from the root dir of pycparser
by Eli Bendersky
· 13 years ago
a553282
Added tag release_v2.06 for changeset fb73ceec7e62
by Eli Bendersky
· 14 years ago
28c256e
preparation for 2.06 release
by Eli Bendersky
· 14 years ago
12f0c9d
Transform the AST to create a correct representation of the cases inside a switch statement
by Eli Bendersky
· 14 years ago
5433326
typo & cosmetic changes
by Eli Bendersky
· 14 years ago
ac5752b
cosmetic
by Eli Bendersky
· 14 years ago
f86dea1
1. make examples callable from root dir
by Ben
· 14 years ago
5cd3fd6
add a basic parsing test for a switch statement - doesn't do anything interesting yet
by Ben
· 14 years ago
7fd8897
cosmetic
by Eli Bendersky
· 14 years ago
875bd88
fix c generator to preserve qualifiers between pointer * and var name
by Eli Bendersky
· 14 years ago
bf4fae8
fix the case where the first statement in a file is empty (just a semicolon). Fix provided by Andreas Kloeckner
by Eli Bendersky
· 14 years ago
9899a3e
moving CGenerator tests
by Eli Bendersky
· 14 years ago
0e8e1b7
moving CGenerator from examples/c-to-c.py into its own class in pycparser/. c-to-c remains as a shell example over it
by Eli Bendersky
· 14 years ago
665a0bd
adaptations to execute tests successfully on Windows from the root dir
by eli.bendersky
· 14 years ago
ef7c35f
update .hgignore
by Eli Bendersky
· 14 years ago
d097378
made testing scripts runnable from root dir + added tox.ini
by Eli Bendersky
· 14 years ago
8a63238
README fixes
by Eli Bendersky
· 14 years ago
dfd0df3
fix problem in c-to-c generation of casts. Patch by Andreas Kloeckner
by Eli Bendersky
· 14 years ago
68497c2
fix reversal of specifiers & qualifiers in C generation
by Eli Bendersky
· 14 years ago
f4d7346
Support for C99 _Complex type. Patch by Andreas Kloeckner
by Eli Bendersky
· 14 years ago
0f8913c
adding ability to Node.show to display each node's name (in its parent). Based on code contributed by Tomer Segal in Issue #51
by eli.bendersky
· 14 years ago
a69adfe
added a fake typedef for va_list
by eli.bendersky
· 14 years ago
bfa9a94
Add test for previous fix (issue 50) to test_c_lexer.py
by eli.bendersky
· 14 years ago
13ad219
Fix for issue 50, added support for more windows chars in #line path.
by Even
· 14 years ago
3c69f8f
added new change to README
by eli.bendersky
· 14 years ago
49f3b63
Issue 49: Allow dots ('.') in string escapes for the sake of #line directives with Windows paths like "..\..\test"
by eli.bendersky
· 14 years ago
171c99f
fixing previous fix:
by eli.bendersky
· 14 years ago
43cf0b2
fix issue 48: handling of empty files
by eli.bendersky
· 14 years ago
f603f05
Added tag release_v2.05 for changeset 40f281fb9a18
by Ben
· 14 years ago
434ca75
todo update
by eli.bendersky
· 14 years ago
eb8de15
merge
by Eli Bendersky
· 14 years ago
e91008a
Preparing for release 2.05
by eli.bendersky
· 14 years ago
5b09f55
some changes to run tests on linux
by Eli Bendersky
· 14 years ago
460ed4d
updated TODO
by eli.bendersky
· 14 years ago
91c0aa3
* Added EmptyStatement node to represent an empty statement (sole ';'), with tests and c-to-c support
by eli.bendersky
· 14 years ago
4afc9f2
added LCC copyright file to utils/
by eli.bendersky
· 14 years ago
affe032
- cosmetic fixes for the _Bool patch - adding tests for _Bool & stdbool
by eli.bendersky
· 14 years ago
f08560d
Added support for C99 _Bool type.
by Even
· 14 years ago
1ff510d
updated TODO
by eli.bendersky
· 14 years ago
073f29e
* added some material to the explore_ast.py example * some cosmetic changes
by eli.bendersky
· 14 years ago
1bd6c17
1. remove redundant code 2. fix spacing issue in empty type declarations
by eli.bendersky
· 14 years ago
51da62f
cleanup
by eli.bendersky
· 14 years ago
b537f8a
fix a problem with previous commit:
by eli.bendersky
· 14 years ago
6b01179
Fix for Issue #39: allow anonymous struct fields not only of union/struct types. Although the C1X standard doesn't really allow it, some compilers (MSVC) do,
by eli.bendersky
· 14 years ago
d4a9975
Issue 38: c-to-c: postfix -- behavior
by eli.bendersky
· 14 years ago
8348a9d
Issue 37: c-to-c: sizeof arg parenthesizing
by eli.bendersky
· 14 years ago
cad1cfd
Fix issue 36: empty block in c-to-c
by eli.bendersky
· 14 years ago
42b95e2
Added tag release_v2.04 for changeset 2443200ccbd0
by Ben
· 14 years ago
08f7165
some manifest changes for setup sdist
by eli.bendersky
· 14 years ago
19d1b97
updating version to 2.04
by eli.bendersky
· 14 years ago
851dbfb
preparing for 2.04 release
by eli.bendersky
· 14 years ago
bc3d381
hgignore update
by eli.bendersky
· 14 years ago
85d2e73
Basic scoping of typedefs implemented
by eli.bendersky
· 14 years ago
8e6c586
* A couple of bug fixes in c-to-c.py (Issue 35, and comlex types in function argument declarations)
by eli.bendersky
· 14 years ago
7f3b7bd
todo fix
by eli.bendersky
· 14 years ago
6ed80a6
Issue 33: fix c-to-c.py generation of casts
by eli.bendersky
· 14 years ago
15cb270
generated README
by eli.bendersky
· 14 years ago
84a6a63
changed license notices to BSD in all files
by eli.bendersky
· 14 years ago
13d6ca8
added license file
by eli.bendersky
· 14 years ago
128ac07
Issue 29: some typos in CParser methods
by eli.bendersky
· 14 years ago
3b52ac0
Issue 27: added c99 integer types to fake headers
by eli.bendersky
· 14 years ago
728e688
Added tag release_v2.03 for changeset 45ca943e3f4b
by eli.bendersky
· 14 years ago
b56e8f8
preparing for release 2.03
by eli.bendersky
· 14 years ago
b36f5bb
c-to-c: some precedence bug fixes
by eli.bendersky
· 14 years ago
dcb859c
c-to-c: implemented named initializers
by eli.bendersky
· 14 years ago
abb96e6
c-to-c: support for more statements, plus structs and unions
by eli.bendersky
· 14 years ago
e6ecb1a
added if & dowhile
by eli.bendersky
· 14 years ago
724b1cc
updated TODO with latest issue fix added some nodes to c-to-c.py example
by eli.bendersky
· 14 years ago
fc96e5e
fixing issue 23: coords of casts
by eli.bendersky
· 14 years ago
ae36e96
a couple more statements implemented
by eli.bendersky
· 14 years ago
3ae9f7a
in c-to-c.py example: some statements + enums + structs implemented
by eli.bendersky
· 14 years ago
afcfaac
some more implemented in c-to-c.py
by eli.bendersky
· 14 years ago
d5ba345
began skeleton implementation of c-to-c.py example
by eli.bendersky
· 14 years ago
Next »