- Oct 24, 2023
-
-
pre-commit-ci[bot] authored
for more information, see https://pre-commit.ci
-
Olivier Stasse authored
-
- Mar 30, 2022
-
-
Guilhem Saurel authored
-
- Sep 13, 2021
-
-
Guilhem Saurel authored
-
- Aug 24, 2020
-
-
Guilhem Saurel authored
-
- Jul 23, 2020
-
-
Guilhem Saurel authored
-
- Jun 30, 2020
-
-
Joseph Mirabel authored
-
- Feb 03, 2020
-
-
- 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
-
- Apr 15, 2019
-
-
Olivier Stasse authored
-
- Apr 14, 2019
-
-
Olivier Stasse authored
-
- Apr 12, 2019
-
-
Olivier Stasse authored
-
- Apr 11, 2019
-
-
Olivier Stasse authored
-
- Jul 30, 2018
-
-
Joseph Mirabel authored
-
- Dec 15, 2015
-
-
Rohan Budhiraja authored
-
- Mar 13, 2014
-
-
Francois Keith authored
-
- Feb 28, 2014
-
-
Francois Keith authored
-
- Oct 16, 2012
-
-
Antonio El Khoury authored
-
Thomas Moulard authored
-
- Mar 16, 2012
-
-
Florent Lamiraux authored
-
- Mar 14, 2012
-
-
Thomas Moulard authored
-
- Dec 11, 2011
-
-
Florent Lamiraux authored
-
- 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.
-
- 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.
-
- Feb 11, 2011
-
-
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.
-