openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
C
cparser
Settings
|
Report Duplicate
2
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
12 months
ago. based on code collected
12 months
ago.
Jan 18, 2023 — Jan 18, 2024
Showing page 131 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
fix put_back in lexer
Matthias Braun
More...
over 17 years ago
Test multiline commits Line2
Matthias Braun
More...
over 17 years ago
More work on cparser: - cleanup some lexer code - allow some usual non-c99 constructs (implicit function, implicit int type) - parse float constants
Matthias Braun
More...
over 17 years ago
Write the ANSI word "restrict" instead if "__restrict" in print_type_qualifiers().
Christoph Mallon
More...
over 17 years ago
Older GCCs do not know -Wextra. Only use -W.
Christoph Mallon
More...
over 17 years ago
Factorise and indent code for printing atomic types.
Christoph Mallon
More...
over 17 years ago
- implemented decimal floating pointer numbers in lexer - reworked declaration parser - started working on array types
Matthias Braun
More...
over 17 years ago
filter trigraphs in advance and simplify lexer code because of that
Matthias Braun
More...
over 17 years ago
support for more builtins, additional bugfixes
Matthias Braun
More...
over 17 years ago
fix parameter names being taken from first declaration not currently parse declaration
Matthias Braun
More...
over 17 years ago
- countless bugfixes - implement octal and hexadecimal escape sequences - implemented more gcc extensions
Matthias Braun
More...
over 17 years ago
improvements in statement parsing, improvements in ast printing
Matthias Braun
More...
over 17 years ago
fix bug in method type hashing
Matthias Braun
More...
over 17 years ago
corrected type identities and handling of declaration/definitions
Matthias Braun
More...
over 17 years ago
improved union/struct parsing
Matthias Braun
More...
over 17 years ago
improvements for handling of function parameters
Matthias Braun
More...
over 17 years ago
improved support for enums
Matthias Braun
More...
over 17 years ago
handle multiple strings in a row
Matthias Braun
More...
over 17 years ago
improve parsing of function pointers
Matthias Braun
More...
over 17 years ago
add --print_ast option
Matthias Braun
More...
over 17 years ago
improve ast printing
Matthias Braun
More...
over 17 years ago
improve type printing
Matthias Braun
More...
over 17 years ago
improved parsing of function declarators
Matthias Braun
More...
over 17 years ago
improved representation of method types
Matthias Braun
More...
over 17 years ago
fix compound type comparison
Matthias Braun
More...
over 17 years ago
support for writing functions and function types in fluffy export
Matthias Braun
More...
over 17 years ago
add TODO point
Matthias Braun
More...
over 17 years ago
more bugfixes, started working on a fluffy declaration exporter
Matthias Braun
More...
over 17 years ago
bugfixes for context/symbol-declaration mapping
Matthias Braun
More...
over 17 years ago
refactored lexer code
Matthias Braun
More...
over 17 years ago
←
1
2
…
124
125
126
127
128
129
130
131
132
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree