Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Stack Of Tasks
dynamic-graph-python
Commits
54e8fbd0
Commit
54e8fbd0
authored
Feb 09, 2021
by
Guilhem Saurel
Browse files
Merge branch 'master' into devel
parents
191ac46a
c01d3e86
Pipeline
#13123
passed with stage
in 8 minutes and 36 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
CMakeLists.txt
View file @
54e8fbd0
...
...
@@ -37,6 +37,12 @@ IF(BUILD_TESTING)
FIND_PACKAGE
(
Boost REQUIRED COMPONENTS unit_test_framework
)
ENDIF
(
BUILD_TESTING
)
IF
(
Boost_VERSION GREATER 107299 OR Boost_VERSION_MACRO GREATER 107299
)
# Silence a warning about a deprecated use of boost bind by boost >= 1.73
# without dropping support for boost < 1.73
ADD_DEFINITIONS
(
-DBOOST_BIND_GLOBAL_PLACEHOLDERS
)
ENDIF
()
# Main Library
SET
(
${
PROJECT_NAME
}
_HEADERS
include/
${
CUSTOM_HEADER_DIR
}
/api.hh
...
...
cmake
@
0428d826
Compare
59d817dc
...
0428d826
Subproject commit
59d817dca29527e98bdbef555e09f25358810cae
Subproject commit
0428d826ca92afb5933b7cb9deb521f2f4d8cfa1
include/dynamic-graph/python/signal-wrapper.hh
View file @
54e8fbd0
...
...
@@ -5,6 +5,7 @@
#define DGPY_SIGNAL_WRAPPER
#include
<boost/python.hpp>
#include
<boost/bind.hpp>
#include
<dynamic-graph/linear-algebra.h>
#include
<dynamic-graph/signal.h>
...
...
tests/custom_entity.cpp
View file @
54e8fbd0
...
...
@@ -6,6 +6,7 @@
#define ENABLE_RT_LOG
#include
"custom_entity.h"
#include
<boost/bind.hpp>
#include
<dynamic-graph/command-bind.h>
#include
<dynamic-graph/entity.h>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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