- Dec 27, 2011
-
-
Francois Keith authored
-
- Dec 23, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
This reverts commit b055ba73. This commits seems to have side effects. Revert it temporarily.
-
- Dec 11, 2011
-
-
Nicolas Mansard authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
Florent Lamiraux authored
Use PyObject_IsTrue to test a boolean in C/Python API, call print as a function.
-
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
-
- Jun 21, 2011
-
- Jun 20, 2011
-
-
Florent Lamiraux authored
global variables g_pool and g_factory have been replaced by PoolStorage::getInstance and FactoryStorage::getInstance static methods.
-
- Jun 07, 2011
-
-
Florent Lamiraux authored
-
Florent Lamiraux authored
When help was invoked with a wrong command name, the interpreter failed with segmentation fault.
-
- Apr 14, 2011
-
-
- Mar 21, 2011
-
-
Florent Lamiraux authored
-
- Mar 15, 2011
-
-
-
-
Florent Lamiraux authored
-
- Mar 14, 2011
-
-
- Mar 10, 2011
-
-
Florent Lamiraux authored
This avoids to miss exceptions and to terminate the python interpreter.
-
- Mar 09, 2011
-
-
- Mar 04, 2011
-
-
Duong Dang authored
-
- Feb 21, 2011
-
-
Florent Lamiraux authored
-
- Feb 16, 2011
-
-
-
-
Corrected a syntax error in an exception raising + remove the shortcut .m from the class basic definition.
-
- Feb 14, 2011
-
-
-
-
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.
-
- Feb 11, 2011
-
-
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.
-
-
- Feb 10, 2011
-
-
Florent Lamiraux authored
This is required in order to make import of module dl succeed.
-