Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release Candidate v2.49.0 #1171

Draft
wants to merge 47 commits into
base: master
Choose a base branch
from
Draft

Release Candidate v2.49.0 #1171

wants to merge 47 commits into from

Conversation

slacrherbst and others added 30 commits November 3, 2022 21:46
Adding rssi_network_analyzer.py
Found C system header after other header. Should be: ssi_printf.h, c system, c++ system, other.  [build/include_order]
Disable the build/header_guard check
Disable the readability/casting check
Tab found; better to use spaces  [whitespace/tab]
Extra space before ( in function call  [whitespace/parens]
…d obsolete to axi/simlink/src/VhpiGeneric.c/.h
Weird number of spaces at line-start.  [whitespace/indent]
Missing space after ,  [whitespace/comma]
Disable the build/include_subdir check
At least two spaces is best between code and comments  [whitespace/comments]
Redundant blank line at the end of a code block should be deleted.  [whitespace/blank_line]
Missing spaces around XXX operator [whitespace/operators]
If an else has a brace on one side, it should have it on both  [readability/braces]
'time.h' already included at ./axi/simlink/src/RogueTcpStream.c:13  [build/include]
'time.h' already included at ./axi/simlink/src/RogueTcpStream.c:13  [whitespace/braces]
Could not find a newline character at the end of the file.  [whitespace/ending_newline]
Else clause should never be on same line as else (use 2 lines)  [whitespace/newline]
Semicolon defining empty statement. Use {} instead.  [whitespace/semicolon]
Use int16/int64/etc, rather than the C type long  [runtime/int]
Almost always, snprintf is better than strcpy  [runtime/printf]
Never use sprintf. Use snprintf instead.  [runtime/printf]
@ruck314 ruck314 changed the title Release Candidate v2.48.2 Release Candidate v2.49.0 Jul 7, 2024
ruck314 added 10 commits July 7, 2024 15:19
Weird number of spaces at line-start.  [whitespace/indent]
…EQ_G

### Description
- AXIS_CLK_FREQ_G is misleading name because generic is associated with the xvcClk (not axisClk) at surf.UdpDebugBridgeWrapper
- Renaming this generic to XVC_CLK_FREQ_G
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants