Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
J
json
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
json
Commits
9fc093c9
Unverified
Commit
9fc093c9
authored
Mar 18, 2019
by
Niels Lohmann
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
👷
added targets for infer and oclint
parent
22c733e6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
0 deletions
+9
-0
Makefile
Makefile
+9
-0
No files found.
Makefile
View file @
9fc093c9
...
@@ -466,6 +466,15 @@ pvs_studio:
...
@@ -466,6 +466,15 @@ pvs_studio:
cd
pvs_studio_build
;
plog-converter
-a
'GA:1,2;64:1;CS'
-t
fullhtml PVS-Studio.log
-o
pvs
cd
pvs_studio_build
;
plog-converter
-a
'GA:1,2;64:1;CS'
-t
fullhtml PVS-Studio.log
-o
pvs
open pvs_studio_build/pvs/index.html
open pvs_studio_build/pvs/index.html
infer
:
rm
-fr
infer_build
mkdir
infer_build
cd
infer_build
;
infer compile
--
cmake ..
;
infer run
--
make
-j
4
oclint
:
oclint
$(SRCS)
-report-type
html
-enable-global-analysis
-o
oclint_report.html
-max-priority-1
=
10000
-max-priority-2
=
10000
-max-priority-3
=
10000
--
-std
=
c++11
-Iinclude
open oclint_report.html
##########################################################################
##########################################################################
# maintainer targets
# maintainer targets
##########################################################################
##########################################################################
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment