Skip to content
Snippets Groups Projects
  1. Nov 14, 2020
  2. Nov 13, 2020
  3. Nov 12, 2020
  4. 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
  5. Nov 09, 2020
  6. Sep 27, 2020
  7. Sep 03, 2020
  8. Aug 28, 2020
  9. Aug 26, 2020
  10. Aug 24, 2020
  11. Jul 24, 2020
  12. Jul 23, 2020
  13. Jul 20, 2020
Loading