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
cc65
Settings
|
Report Duplicate
1
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Activity Not Available
Commits
: Listings
Analyzed
about 1 year
ago. based on code collected
about 1 year
ago.
Jan 16, 2023 — Jan 16, 2024
Showing page 7 of 365
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Fix ACIA check so we don't enable RX/TX with IRQs on
Colin Leroy-Mira
More...
over 1 year ago
Updated documentation on string literal translation in asm() and _Static_assert().
acqn
More...
over 1 year ago
Fixed array subscript with a bit-field with patch by kugelfuhr.
acqn
More...
over 1 year ago
don't use a label in the bgt macro, as that may cause subtle problems. fixes #2222
mrdudz
More...
over 1 year ago
Put back 6551 test as a last verification
Colin Leroy-Mira
More...
over 1 year ago
Merge pull request #2224 from acqn/DeclCleanUp
Bob Andrews
More...
over 1 year ago
changed "inline assembler statement" to "inline assembler expression" as suggested in #2191
mrdudz
More...
over 1 year ago
Merge pull request #1799 from acqn/#1489
Bob Andrews
More...
over 1 year ago
Merge pull request #2223 from acqn/VSLineEndingFix
Bob Andrews
More...
over 1 year ago
Fixed timing of #pragma charmap. Now it is immediately applied and affects almost all characters and string literals after it. Exceptions: - String literals as the message of a static assertion or inline assembler code (only the required one, not any optional formatted arguments) in an asm() expression are not translated with either #pragma charmap or target presets. - String literals used for preprocessor directives or as the result of stringized macro arguments are never translated.
acqn
More...
over 1 year ago
Fixed string literal concatenation with pragmas in between.
acqn
More...
over 1 year ago
Added warning on concatenated string literals in _Pragma operations.
acqn
More...
over 1 year ago
Made the intension of functions in src/cc65/declare.c less confusing.
acqn
More...
over 1 year ago
Move cli in common out path
Colin Leroy-Mira
More...
over 1 year ago
Fix logic error on parameters checks
Colin Leroy-Mira
More...
over 1 year ago
Move hardware check to ser_install
Colin Leroy-Mira
More...
over 1 year ago
Apple2 SSC: on IIgs, verify slot mode
Colin Leroy-Mira
More...
over 1 year ago
Fixed EOL settings (LF vs CRLF) for Visual Studio.
acqn
More...
over 1 year ago
General fixes for prerequisites for optimization on certain std functions. Added utility functions for extracting expression info.
acqn
More...
over 1 year ago
Address code review comments
Colin Leroy-Mira
More...
over 1 year ago
Do the IIgs check as documented
Colin Leroy-Mira
More...
over 1 year ago
Spare cycles on IRQ path
Colin Leroy-Mira
More...
over 1 year ago
Don't check firmware at $C200, as we don't use it
Colin Leroy-Mira
More...
over 1 year ago
Fix register r/w timing
Colin Leroy-Mira
More...
over 1 year ago
Better check for 6551
Colin Leroy-Mira
More...
over 1 year ago
Merge pull request #2216 from acqn/FuncDefFix
Bob Andrews
More...
over 1 year ago
Merge pull request #2212 from BrianPeek/removeabc
Bob Andrews
More...
over 1 year ago
Merge pull request #2215 from acqn/VariadicCallCheck
Bob Andrews
More...
over 1 year ago
remove abc ptrs
Brian Peek
More...
over 1 year ago
The type category in a function definition cannot be inherited from a typedef.
acqn
More...
over 1 year ago
←
1
2
3
4
5
6
7
8
9
10
11
…
364
365
→
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