- 19 Feb, 2019 1 commit
-
-
Sylvain Berfini authored
-
- 24 Jan, 2019 1 commit
-
-
François Grisez authored
clone() methods sytematically took a reference on the freshly created object whereas these had their reference counter set to one already. This commit prevents the wrapper generator take an extra reference by passing false as 'takeRef' argument of cPtrToSharedPtr(). This commit also introduce a new property for abstractapi.Method objects, which tells whether the method returns an allocated object.
-
- 12 Dec, 2018 1 commit
-
-
jehan authored
-
- 26 Nov, 2018 1 commit
-
-
Nicolas Michon authored
-
- 05 Sep, 2018 1 commit
-
-
Sylvain Berfini authored
-
- 24 Aug, 2018 1 commit
-
-
François Grisez authored
-
- 23 Aug, 2018 1 commit
-
-
François Grisez authored
-
- 18 Jun, 2018 1 commit
-
-
François Grisez authored
(cherry picked from commit 8a946552)
-
- 13 Jun, 2018 1 commit
-
-
Ghislain MARY authored
-
- 17 May, 2018 1 commit
-
-
François Grisez authored
-
- 14 May, 2018 1 commit
-
-
François Grisez authored
-
- 09 May, 2018 1 commit
-
-
François Grisez authored
-
- 30 Apr, 2018 1 commit
-
-
Sylvain Berfini authored
-
- 19 Apr, 2018 1 commit
-
-
Ghislain MARY authored
-
- 10 Apr, 2018 1 commit
-
-
François Grisez authored
-
- 09 Mar, 2018 1 commit
-
-
François Grisez authored
-
- 06 Mar, 2018 1 commit
-
-
François Grisez authored
-
- 02 Mar, 2018 1 commit
-
-
François Grisez authored
-
- 27 Feb, 2018 1 commit
-
-
François Grisez authored
-
- 26 Feb, 2018 2 commits
-
-
François Grisez authored
-
François Grisez authored
-
- 08 Feb, 2018 1 commit
-
-
François Grisez authored
This reverts commit 7d621c5b and proposes a way to fix the generation with Python 2 without breaking abstractapi's interface.
-
- 07 Feb, 2018 1 commit
-
-
Sylvain Berfini authored
-
- 06 Feb, 2018 2 commits
-
-
François Grisez authored
-
François Grisez authored
* Support of enums declared inside classes. * Moving of Java translation code into abstractapi.py in order to have Java's API in the generated multi-language documentation.
-
- 12 Jan, 2018 1 commit
-
-
Sylvain Berfini authored
-
- 12 Dec, 2017 1 commit
-
-
Ronan authored
-
- 06 Dec, 2017 1 commit
-
-
François Grisez authored
-
- 04 Dec, 2017 1 commit
-
-
Ghislain MARY authored
-
- 23 Nov, 2017 1 commit
-
-
François Grisez authored
-
- 16 Nov, 2017 1 commit
-
-
François Grisez authored
-
- 13 Nov, 2017 1 commit
-
-
François Grisez authored
-
- 31 Oct, 2017 1 commit
-
-
François Grisez authored
-
- 27 Oct, 2017 1 commit
-
-
François Grisez authored
-
- 24 Oct, 2017 1 commit
-
-
Ronan authored
-
- 19 Oct, 2017 1 commit
-
-
François Grisez authored
[Abstract API] Blacklists linphone_factory_create_core_2() and linphone_factory_cerate_core_with_config_2() while parsing This must be done since these functions must be manually wrapped for each targeted language.
-
- 17 Oct, 2017 1 commit
-
-
François Grisez authored
[Abstract API] Blacklists linphone_factory_create_core_2() and linphone_factory_cerate_core_with_config_2() while parsing This must be done since these functions must be manually wrapped for each targeted language.
-
- 12 Oct, 2017 1 commit
-
-
Sylvain Berfini authored
Do not wrap IMEE + fix java wrapper compil when using -j + fixed classBl in abstractAPI tool + various fixes for jni layer of java wrapper
-
- 10 Oct, 2017 1 commit
-
-
François Grisez authored
-
- 09 Oct, 2017 1 commit
-
-
Sylvain Berfini authored
-