Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
A
Actor Framework
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Metrics
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
cpp-libs
Actor Framework
Commits
89b1e997
Commit
89b1e997
authored
May 31, 2012
by
neverlord
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed mixed case libprocess
parent
30e36a07
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
benchmarks/mixed_case_libprocess.cpp
benchmarks/mixed_case_libprocess.cpp
+1
-1
benchmarks/mk_mixed_case_libprocess.sh
benchmarks/mk_mixed_case_libprocess.sh
+1
-1
No files found.
benchmarks/mixed_case_libprocess.cpp
View file @
89b1e997
...
...
@@ -52,7 +52,7 @@ public:
{
}
virtual
~
chain_link
()
=
default
;
virtual
~
chain_link
()
{
}
virtual
void
token
(
int
v
)
{
...
...
benchmarks/mk_mixed_case_libprocess.sh
View file @
89b1e997
...
...
@@ -75,5 +75,5 @@ else
fi
LIBDIRS
=
"-L
$(
dirname
"
$LIBFILE
"
)
-L
$(
dirname
"
$LIBGLOGFILE
"
)
-L
$(
dirname
"
$LIBEVFILE
"
)
"
verbose_exec
"
$CXX
-
std=c++11
$CXXFLAGS
-Imesos/third_party/libprocess/include/
$LIBDIRS
-lprocess -lglog -lev mixed_case_libprocess.cpp -o mixed_case_libprocess
"
verbose_exec
"
$CXX
-
-std=c++0x
$CXXFLAGS
-Imesos/third_party/libprocess/include/
$LIBDIRS
mixed_case_libprocess.cpp -o mixed_case_libprocess -lprocess -lglog -lev
"
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