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 13 of 132
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Correct format check for '*'.
Christoph Mallon
More...
about 9 years ago
Factorise code to check the field width and precision in the format checker.
Christoph Mallon
More...
about 9 years ago
Factorise code into parse_target_triple().
Christoph Mallon
More...
about 9 years ago
Clean up spaced_arg().
Christoph Mallon
More...
about 9 years ago
Clean up equals_arg() and simplify its usage and improve error message.
Christoph Mallon
More...
about 9 years ago
Correct crash during IR construction, when true part of ?: is omitted and the result is void.
Christoph Mallon
More...
about 9 years ago
Add some build rules for libcparser.so (not built by default)
Matthias Braun
More...
about 9 years ago
include cleanup
Matthias Braun
More...
about 9 years ago
Use is_digit().
Christoph Mallon
More...
about 9 years ago
Use separator_t.
Christoph Mallon
More...
about 9 years ago
fix a bug where the parameter behind --target=foo was removed
Matthias Braun
More...
about 9 years ago
ast: Print some declaration modifiers
Matthias Braun
More...
about 9 years ago
also support --target=TRIPLE
Matthias Braun
More...
about 9 years ago
Give an error message instead of unknown argument if just the '=' is missing of an equals_arg
Matthias Braun
More...
about 9 years ago
target.c: Always initialize cpu_type in get_host_machine_triple()
Matthias Braun
More...
about 9 years ago
use XMALLOC macro instead of calloc
Matthias Braun
More...
about 9 years ago
Fix typo and reflow
Matthias Braun
More...
about 9 years ago
Move function calls into asserts to avoid warnings in optimize build.
Sebastian Buchwald
More...
about 9 years ago
Move function in front of first use.
Sebastian Buchwald
More...
about 9 years ago
Parse -target,-m32,-m64 early
Matthias Braun
More...
about 9 years ago
Change -mtarget=Triple to -target Triple
Matthias Braun
More...
about 9 years ago
Fix bug where fileno() was used on a closed file
Matthias Braun
More...
about 9 years ago
target.c: add the midipix bits for get_host_machine_triple().
Z. Gilboa
More...
about 9 years ago
add midipix as a cparser target: part I: cparser driver support.
Z. Gilboa
More...
about 9 years ago
target.c: simplify logic related to target.user_label_prefix.
Z. Gilboa
More...
about 9 years ago
target.c: fix mingw type definitions (pointer-sized integers, long double).
Z. Gilboa
More...
about 9 years ago
rename create_name_linux_elf to create_name_elf to match the new target logic.
Z. Gilboa
More...
about 9 years ago
target: Fix long size
Matthias Braun
More...
about 9 years ago
target: Actually set float_int_overflow
Matthias Braun
More...
about 9 years ago
we only have the mingw target remaining
Matthias Braun
More...
about 9 years ago
←
1
2
…
9
10
11
12
13
14
15
16
17
…
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