- 11 Dec, 2011 5 commits
-
-
Florent Lamiraux authored
-
olivier stasse authored
Python packages are now installed in site-packages instead of dist-packages.
-
olivier stasse authored
-
Nicolas Mansard authored
Minor changes in matlab display. Add a functor member to explicit the callable of optionalparentethis.
-
Thomas Moulard authored
-
- 21 Jun, 2011 1 commit
-
-
Florent Lamiraux authored
-
- 20 Jun, 2011 1 commit
-
-
Florent Lamiraux authored
global variables g_pool and g_factory have been replaced by PoolStorage::getInstance and FactoryStorage::getInstance static methods.
-
- 07 Jun, 2011 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
When help was invoked with a wrong command name, the interpreter failed with segmentation fault.
-
- 14 Apr, 2011 1 commit
-
-
- 21 Mar, 2011 2 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Merge branches 'topic/jrl-mal' and 'topic/jrl-mal' of ssh://github.com/jrl-umi3218/dynamic-graph-python into topic/jrl-mal
-
- 15 Mar, 2011 4 commits
-
-
-
-
-
Florent Lamiraux authored
-
- 14 Mar, 2011 2 commits
-
-
Conflicts: src/entity-py.cc src/signal-base-py.cc
-
-
- 10 Mar, 2011 1 commit
-
-
Florent Lamiraux authored
This avoids to miss exceptions and to terminate the python interpreter.
-
- 09 Mar, 2011 1 commit
-
-
- 04 Mar, 2011 1 commit
-
-
Duong Dang authored
-
- 21 Feb, 2011 1 commit
-
-
Florent Lamiraux authored
-
- 16 Feb, 2011 4 commits
-
-
-
-
-
Corrected a syntax error in an exception raising + remove the shortcut .m from the class basic definition.
-
- 14 Feb, 2011 4 commits
-
-
-
-
Remove the script shortcuts from the basic definition of Entity.
-
Added the setattrpath function to handle for command name with . inside, like: robot.periodicCall.addSignal.
-
- 11 Feb, 2011 8 commits
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
-
-
-
Changed the call to create_entity: when the required creation names already exists, check is the existing object is of the same class. If it is, returns the existing object instead of creating a new oine.
-
-
-
- 10 Feb, 2011 1 commit
-
-
Florent Lamiraux authored
This is required in order to make import of module dl succeed.
-
- 08 Feb, 2011 1 commit
-
-
Florent Lamiraux authored
-