-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1171 from slaclab/pre-release
Release Candidate v2.49.0
- Loading branch information
Showing
47 changed files
with
1,903 additions
and
120,272 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,6 +3,7 @@ | |
|
||
# Compiled source files | ||
*.o | ||
*.so | ||
*.pyc | ||
*.db | ||
*.swp | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
####################################################### | ||
# CPPLINT.cfg | ||
####################################################### | ||
|
||
# Increase the max number of characters on a given line | ||
linelength=250 | ||
|
||
# List of filters to apply | ||
filter=-legal/copyright | ||
|
||
# Disable the build/header_guard check | ||
# Note changing header guard has wrong style | ||
# E.g. from __SSI_PRINTF__ to INCLUDE_ROGUE_UTILITIES_MODULE_H_ | ||
filter=-build/header_guard | ||
|
||
# Disable the readability/casting check | ||
# Because we are using C code | ||
filter=-readability/casting | ||
|
||
# Disable the build/include_subdir check | ||
# Because headers are organized in same directory and C code | ||
filter=-build/include_subdir |
Oops, something went wrong.