Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
FORMUS3IC_LAS3
/
embb
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
9751b5a6
authored
Mar 26, 2015
by
Marcus Winter
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
scripts: added mtapi_network_c and mtapi_opencl_c to cpplint script
parent
779135d5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
scripts/run_cpplint.sh
+2
-2
No files found.
scripts/run_cpplint.sh
View file @
9751b5a6
...
@@ -79,7 +79,7 @@ retval=0
...
@@ -79,7 +79,7 @@ retval=0
##Excluded files
##Excluded files
RAND_FILES
=(
embb_mtapi_test_group.cc embb_mtapi_test_queue.cc embb_mtapi_test_task.cc queue_test-inl.h
)
RAND_FILES
=(
embb_mtapi_test_group.cc embb_mtapi_test_queue.cc embb_mtapi_test_task.cc queue_test-inl.h
)
for
project
in
base_c mtapi_c base_cpp mtapi_cpp tasks_cpp algorithms_cpp containers_cpp dataflow_cpp
for
project
in
base_c mtapi_c
mtapi_network_c mtapi_opencl_c
base_cpp mtapi_cpp tasks_cpp algorithms_cpp containers_cpp dataflow_cpp
do
do
echo
"-> Doing project:
$project
"
echo
"-> Doing project:
$project
"
dir
=
$d
/
$project
dir
=
$d
/
$project
...
@@ -88,7 +88,7 @@ do
...
@@ -88,7 +88,7 @@ do
echo
echo
usage
usage
fi
fi
for
file
in
`
find
$dir
-name
"*.cc"
-o
-name
"*.h"
-o
-name
"*inl.h"
-o
-name
"*.c
"
`
for
file
in
`
find
$dir
\(
-name
"*.cc"
-o
-name
"*.h"
-o
-name
"*inl.h"
-o
-name
"*.c"
\)
-and
-not
-path
"*/src/CL/*
"
`
do
do
echo
"--> Run cpplint on file
$file
"
echo
"--> Run cpplint on file
$file
"
current_rules
=
$EXCLUDED_RULES
current_rules
=
$EXCLUDED_RULES
...
...
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