- Jul 28, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Florent Lamiraux authored
-
Florent Lamiraux authored
-
- Mar 30, 2022
-
-
Guilhem Saurel authored
-
- Sep 13, 2021
-
-
Guilhem Saurel authored
-
- Sep 27, 2020
-
-
Joseph Mirabel authored
-
- Aug 24, 2020
-
-
Guilhem Saurel authored
-
- Jul 23, 2020
-
-
Guilhem Saurel authored
-
- Jun 30, 2020
-
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
Joseph Mirabel authored
-
- Dec 05, 2019
-
-
Guilhem Saurel authored
to fix #39 also in Python2
-
Guilhem Saurel authored
-
Guilhem Saurel authored
As PyState_AddModule is not yet called in the module definition, PyState_FindModule will not work, so for Python 3 we need to get the module from the methods definition to retrieve a pointer to dgpyError. Fix #39
-
- Oct 29, 2019
-
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
Guilhem Saurel authored
-
- Jul 30, 2018
-
-
Joseph Mirabel authored
* as a container of the signals created with create_signal_wrapper. * This makes them available to other entities via the pool.
-
Joseph Mirabel authored
-
- Apr 06, 2016
-
-
Rohan Budhiraja authored
-
- Nov 29, 2013
-
-
Florent Lamiraux authored
isPluged -> isPlugged.
-
- Jul 15, 2013
-
-
Florent Lamiraux authored
- add isPlugged and getPlugged methods, - add property getter name.
-
- Jul 09, 2013
-
-
olivier stasse authored
-
- Jul 30, 2012
-
-
-
If a signal contains a data deriving from Vector or Matrix, cast content into Matrix or Vector using plug machinery.
-
- Mar 14, 2012
-
-
Thomas Moulard authored
-
- Mar 07, 2012
-
-
Florent Lamiraux authored
Throwing an exception in the C/Python API makes the python interpreter terminate. The correct way is to catch C++ exception and to raise python errors with the same message.
-
- Dec 23, 2011
-
-
Florent Lamiraux authored
This reverts commit b055ba73. This commits seems to have side effects. Revert it temporarily.
-
- Dec 11, 2011
-
-
Nicolas Mansard 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.
-
- Feb 02, 2011
-
-
- Jan 31, 2011
-
-
Florent Lamiraux authored
-
- Jan 27, 2011
-
-
Added some specific convertion for vector, matrix and double signal, from C to Python (to avoid unnecessary convertion through strings.
-