https://github.com/aliceo2group/o2codechecker
AliceO2 Custom Static Analysis Tools
Science Score: 26.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
○DOI references
-
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (5.2%) to scientific vocabulary
Last synced: 10 months ago
·
JSON representation
Repository
AliceO2 Custom Static Analysis Tools
Basic Info
- Host: GitHub
- Owner: AliceO2Group
- Language: C++
- Default Branch: master
- Size: 204 KB
Statistics
- Stars: 3
- Watchers: 5
- Forks: 9
- Open Issues: 5
- Releases: 6
Created over 9 years ago
· Last pushed 10 months ago
Metadata Files
Readme
README.md
O2CodeChecker
A prototype for a standalone code checker for the AliceO2 project
It offers: * code checks based on clang-tidy and existing components * standalone CMake infrastructure for compilation outside of llvm/clang source tree
Requirements/Building
- llvm + clang + clang extra tools (release 3_9) required
- (recommended to use
alibuild build clangwhich will give you the right version)
- (recommended to use
- build using
cmake -DLLVM_DIR=PATH_TO_LLVM_CMAKE_CONFIG -DClang_DIR=PATH_TO_CLANG_CONFIG
Usage
In the build directory of AliceO2 (containing the CMake compilations database in form of compile_command.json), run
run_O2CodeChecker.py -clang-tidy-binary `which O2codecheck` -checks=*,alice*
Owner
- Name: AliceO2Group
- Login: AliceO2Group
- Kind: organization
- Repositories: 55
- Profile: https://github.com/AliceO2Group
GitHub Events
Total
- Watch event: 1
- Delete event: 2
- Issue comment event: 3
- Push event: 3
- Pull request event: 1
- Create event: 3
Last Year
- Watch event: 1
- Delete event: 2
- Issue comment event: 3
- Push event: 3
- Pull request event: 1
- Create event: 3
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 0
- Total pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 17 days
- Total issue authors: 0
- Total pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 4.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 0
- Pull requests: 1
- Average time to close issues: N/A
- Average time to close pull requests: 17 days
- Issue authors: 0
- Pull request authors: 1
- Average comments per issue: 0
- Average comments per pull request: 4.0
- Merged pull requests: 1
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
Pull Request Authors
- ktf (1)
- davidrohr (1)