-
Notifications
You must be signed in to change notification settings - Fork 636
Comparing changes
Open a pull request
base repository: eliben/pycparser
base: release_v2.22
head repository: eliben/pycparser
compare: release_v2.23
- 16 commits
- 21 files changed
- 12 contributors
Commits on Mar 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 28c9658 - Browse repository at this point
Copy the full SHA 28c9658View commit details
Commits on Apr 15, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 7847544 - Browse repository at this point
Copy the full SHA 7847544View commit details
Commits on Jun 23, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ab00af8 - Browse repository at this point
Copy the full SHA ab00af8View commit details
Commits on Aug 5, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 8241847 - Browse repository at this point
Copy the full SHA 8241847View commit details
Commits on Aug 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 86030fe - Browse repository at this point
Copy the full SHA 86030feView commit details
Commits on Dec 20, 2024
-
Configuration menu - View commit details
-
Copy full SHA for ede7539 - Browse repository at this point
Copy the full SHA ede7539View commit details
Commits on Jan 10, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 42b5423 - Browse repository at this point
Copy the full SHA 42b5423View commit details
Commits on Jan 13, 2025
-
Support for labels with no statement (#562)
* Add possibility to omit semicolon in labeled statement * Add extra rule to properly parse semicolons so that the ASTs remain equal. Add test corroborating equality of ASTs * Remove unnecesary rule for labeled statements * Update label test to check the structure of the AST --------- Co-authored-by: Ignacio Tiraboschi <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7ae671d - Browse repository at this point
Copy the full SHA 7ae671dView commit details
Commits on Feb 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 9cecc09 - Browse repository at this point
Copy the full SHA 9cecc09View commit details
Commits on Mar 18, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 037bd31 - Browse repository at this point
Copy the full SHA 037bd31View commit details
Commits on Mar 19, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 2215299 - Browse repository at this point
Copy the full SHA 2215299View commit details
Commits on Apr 2, 2025
-
Explicit error for comments, with README link (#569)
* Explicit error for comments, with user hint * naming, README * adding tests * Remove reference to current clang behavior
Configuration menu - View commit details
-
Copy full SHA for 156eae7 - Browse repository at this point
Copy the full SHA 156eae7View commit details
Commits on Apr 5, 2025
-
showemptyattrs option on Node.show() (#570)
* hideemptyattrs option on Node.show() * slight simplification * prefer positive logic
Configuration menu - View commit details
-
Copy full SHA for f04fdcd - Browse repository at this point
Copy the full SHA f04fdcdView commit details
Commits on Jul 21, 2025
-
Add fake typedefs for GNU Extension 128-bit integers. (#577)
Applies for GNU Extensions available on 64-bit targets. Allows pycparser to scan: int128_t, uint128_t Co-authored-by: DJ Wednesday <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 90184f1 - Browse repository at this point
Copy the full SHA 90184f1View commit details
Commits on Aug 18, 2025
-
Typedef for __kernel_sa_family_t in _fake_typedefs.h (#578)
This typedef that exists in the real `linux/socket.h` is masked by the `fake_libc_include` hierarchy. Having it in place allows to successfully parse a large number of Linux kernel headers necessary for netlink operations. This is very useful for Python projects that communicate with the kernel over netlink socket. In particular, this project: https://github.com/ionos-cloud/netlinklib/tree/main/netlinklib plans to use pyparser for parsing strcts defined in the kernel headers. Signed-off-by: Eugene Crosser <[email protected]> Co-authored-by: Eugene Crosser <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 7b24736 - Browse repository at this point
Copy the full SHA 7b24736View commit details
Commits on Sep 9, 2025
-
Configuration menu - View commit details
-
Copy full SHA for 5b60167 - Browse repository at this point
Copy the full SHA 5b60167View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff release_v2.22...release_v2.23