Skip to content
Snippets Groups Projects
  1. Feb 09, 2021
  2. Nov 13, 2020
  3. Nov 10, 2020
    • 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
  4. Sep 27, 2020
  5. Sep 03, 2020
  6. Aug 28, 2020
  7. Aug 24, 2020
  8. Jun 30, 2020
  9. Mar 19, 2020
  10. Dec 05, 2019
  11. Oct 29, 2019
  12. Jul 30, 2018
  13. Aug 22, 2014
  14. Mar 17, 2014
  15. Sep 07, 2012
  16. Dec 27, 2011
  17. Mar 04, 2011
  18. Feb 11, 2011
  19. Feb 08, 2011
  20. Jan 27, 2011
  21. Jan 26, 2011
  22. Jan 23, 2011
    • Florent Lamiraux's avatar
      Implement on-board python interpreter · d2859450
      Florent Lamiraux authored
      	  Executable dg-python emulates a minimal python interpreter.
      	  The interpreter is able to
      	    - execute single statements: (import, print,...),
      	    - evaluate expressions.
      	  Expressions and statements are separated by semi-colons. Several
      	  statements and/or evaluations between two semi-colons yield an
      	  undefined behavior.
      d2859450
Loading