Skip to content
Snippets Groups Projects
  1. Mar 10, 2021
  2. Mar 04, 2021
  3. Mar 03, 2021
  4. Feb 09, 2021
  5. Nov 14, 2020
  6. Nov 13, 2020
  7. Nov 12, 2020
  8. Nov 10, 2020
    • Guilhem Saurel's avatar
      add missing include · ccdff19b
      Guilhem Saurel authored
      On 16.04, fix:
      …/dynamic-graph-python-4.0.0/src/dynamic_graph/dynamic-graph-py.cc: In function 'void exposeCommand()':
      …/dynamic-graph-python-4.0.0/src/dynamic_graph/dynamic-graph-py.cc:191:24: error: 'raw_function' is not a member of 'bp'
      .def("__call__", bp::raw_function(dg::python::entity::executeCmd, 1), "execute the command")
      ^
      ccdff19b
    • Guilhem Saurel's avatar
      [CMake] Require C++14 · a01d703d
      Guilhem Saurel authored
      On 16.04, fix:
      …/dynamic-graph-python-4.0.0/include/dynamic-graph/python/module.hh:47:26: error: 'exposeEntity' function uses 'auto' type specifier without trailing return type
      inline auto exposeEntity() {
      ^
      a01d703d
    • Guilhem Saurel's avatar
      add missing include · 25e6aaa4
      Guilhem Saurel authored
      On 16.04, fix:
      …/dynamic-graph-python-4.0.0/include/dynamic-graph/python/dynamic-graph-py.hh:35:25: error: 'stl_input_iterator' is not a member of 'bp'
      return std::vector(bp::stl_input_iterator(iterable), bp::stl_input_iterator());
      ^
      25e6aaa4
  9. Nov 09, 2020
  10. Sep 27, 2020
  11. Sep 03, 2020
  12. Aug 28, 2020
  13. Aug 26, 2020
  14. Aug 24, 2020
Loading