- Dec 27, 2011
-
-
Francois Keith authored
-
Francois Keith authored
This reverts commit 037d7b9cbba692c3a666030faf8283c89704a277.
-
Francois Keith authored
Because of _dgesvd_, the module wrap needs to link with lapack
-
Francois Keith authored
-
- Dec 11, 2011
-
-
Florent Lamiraux authored
-
olivier stasse authored
Python packages are now installed in site-packages instead of dist-packages.
-
Thomas Moulard authored
-
- Feb 14, 2011
-
-
Added the setattrpath function to handle for command name with . inside, like: robot.periodicCall.addSignal.
-
- Feb 11, 2011
-
-
- Feb 10, 2011
-
-
Florent Lamiraux authored
This is required in order to make import of module dl succeed.
-
- Feb 02, 2011
-
-
- Jan 28, 2011
-
-
Florent Lamiraux authored
-
- Jan 27, 2011
-
-
- Jan 23, 2011
-
-
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.
-
- Jan 20, 2011
-
-
Thomas Moulard authored
-
- Jan 01, 2011
-
-
florent authored
* src/CMakeLists.txt, * src/dynamic-graph-py.cc.
-
- Oct 19, 2010
-
-
florent authored
* src/CMakeLists.txt, * src/dynamic-graph-py.cc, * src/factory-py.cc: new.
-
- Jun 28, 2010
-
-
florent authored
* src/CMakeLists.txt, * src/dynamic-graph-py.cc, * src/dynamic_graph/__init__.py, * src/dynamic_graph/entity.py: new, * src/dynamic_graph/signal_base.py: new, * src/entity-py.cc: new, * src/signal-base-py.cc: new.
-
- Jun 23, 2010