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
0dab8a1a
Commit
0dab8a1a
authored
Sep 05, 2014
by
Dominik Charousset
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Enforce naming schemes for CAF sublibraries
parent
a6dd2bc4
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
.gitmodules
.gitmodules
+2
-2
CMakeLists.txt
CMakeLists.txt
+4
-4
libcaf_probe
libcaf_probe
+0
-0
libcaf_probe_event
libcaf_probe_event
+0
-0
No files found.
.gitmodules
View file @
0dab8a1a
...
@@ -2,13 +2,13 @@
...
@@ -2,13 +2,13 @@
path = benchmarks
path = benchmarks
url = https://github.com/actor-framework/benchmarks.git
url = https://github.com/actor-framework/benchmarks.git
[submodule "probe-event"]
[submodule "probe-event"]
path =
probe-
event
path =
libcaf_probe_
event
url = https://github.com/actor-framework/probe-event.git
url = https://github.com/actor-framework/probe-event.git
[submodule "nexus"]
[submodule "nexus"]
path = nexus
path = nexus
url = https://github.com/actor-framework/nexus.git
url = https://github.com/actor-framework/nexus.git
[submodule "probe"]
[submodule "probe"]
path = probe
path =
libcaf_
probe
url = https://github.com/actor-framework/probe.git
url = https://github.com/actor-framework/probe.git
[submodule "shell"]
[submodule "shell"]
path = shell
path = shell
...
...
CMakeLists.txt
View file @
0dab8a1a
...
@@ -210,12 +210,12 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/libcaf_opencl/caf)
...
@@ -210,12 +210,12 @@ if(EXISTS ${CMAKE_SOURCE_DIR}/libcaf_opencl/caf)
endif
()
endif
()
# path to probe-event headers (if submodule is loaded)
# path to probe-event headers (if submodule is loaded)
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/
probe-
event/caf"
)
if
(
EXISTS
"
${
CMAKE_SOURCE_DIR
}
/
libcaf_probe_
event/caf"
)
set
(
LIBCAF_INCLUDE_DIRS
set
(
LIBCAF_INCLUDE_DIRS
${
CMAKE_SOURCE_DIR
}
/
probe-
event/
${
LIBCAF_INCLUDE_DIRS
}
)
${
CMAKE_SOURCE_DIR
}
/
libcaf_probe_
event/
${
LIBCAF_INCLUDE_DIRS
}
)
# make files from probe-event show up in IDE
# make files from probe-event show up in IDE
file
(
GLOB PROBE_EVENTS_HDRS
file
(
GLOB PROBE_EVENTS_HDRS
"
${
CMAKE_SOURCE_DIR
}
/
probe-
event/caf/probe_event/*.hpp"
)
"
${
CMAKE_SOURCE_DIR
}
/
libcaf_probe_
event/caf/probe_event/*.hpp"
)
add_custom_target
(
caf_probe_events_dummy SOURCES
${
PROBE_EVENTS_HDRS
}
)
add_custom_target
(
caf_probe_events_dummy SOURCES
${
PROBE_EVENTS_HDRS
}
)
set
(
CAF_HAS_PROBE_EVENTS yes
)
set
(
CAF_HAS_PROBE_EVENTS yes
)
endif
()
endif
()
...
@@ -309,7 +309,7 @@ if(NOT CAF_NO_PROBE AND EXISTS "${CMAKE_SOURCE_DIR}/probe/caf/")
...
@@ -309,7 +309,7 @@ if(NOT CAF_NO_PROBE AND EXISTS "${CMAKE_SOURCE_DIR}/probe/caf/")
set
(
CAF_NO_PROBE yes
)
set
(
CAF_NO_PROBE yes
)
else
()
else
()
message
(
STATUS
"Enter subdirectory probe"
)
message
(
STATUS
"Enter subdirectory probe"
)
add_subdirectory
(
probe
)
add_subdirectory
(
libcaf_
probe
)
if
(
CAF_BUILD_STATIC_ONLY OR CAF_BUILD_STATIC
)
if
(
CAF_BUILD_STATIC_ONLY OR CAF_BUILD_STATIC
)
add_dependencies
(
libcaf_probeStatic libcaf_ioStatic
)
add_dependencies
(
libcaf_probeStatic libcaf_ioStatic
)
endif
()
endif
()
...
...
libcaf_probe
@
8f5f7fca
File moved
libcaf_probe_event
@
f11a3057
File moved
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