swig/Lib/php
Nihal da53351cac Refactor code and introduce some functionalities.
Code Refactor
- Refactor code for return type of SWIGTYPE
- Workaround for Namespaced classes.
- Refactor code of SWIG_SetZval to take care of objects in class constructor.
- Introduce SWIG_generalize_object to generalize each object to swig object wrapper.
- Catch feature:immutable instead of feature:warnfilter - 462 for missing setter.
- Refactor code to create PHP objects for all instances of value, reference and pointer return types of C++ objects.
- Introduce getAccessMode to get the Access Mode of a method for generating Wrapper.
- Refactor free_object creation to include need_free condition. This is to check if there is a need to free. (Virtual Protected Destructors)
- Support for feature:exceptionclass. Extends class Exception.
- Improve condition check in Director class constructor to distinguish between, extended class creation or not.
  Swig::Director::swig_is_overridden_method is used.
2017-08-12 10:11:47 +05:30
..
const.i Remove SWIG_Get_Type function usage in class constants. 2017-07-19 20:49:40 +05:30
director.swg SWIG Director Support with Class Structure. Refactor Code to support rename. 2017-08-01 11:01:15 +05:30
factory.i Refactor code and introduce some functionalities. 2017-08-12 10:11:47 +05:30
globalvar.i [PHP] Add support for PHP7. 2016-11-30 13:05:59 +13:00
php.swg Refactor code and introduce some functionalities. 2017-08-12 10:11:47 +05:30
phpinit.swg [PHP] Fix minor misindentation in generated wrapper 2016-12-01 12:02:52 +13:00
phpkw.swg [PHP] Add support for PHP7. 2016-11-30 13:05:59 +13:00
phppointers.i [PHP] Add support for PHP7. 2016-11-30 13:05:59 +13:00
phprun.swg Refactor code and introduce some functionalities. 2017-08-12 10:11:47 +05:30
std_common.i merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
std_deque.i WARN_* constants are user visible, so keep existing WARN_PHP4_* for 2008-07-03 00:09:56 +00:00
std_map.i Fix some language's std::map wrappers to recognise difference_type, size_type, key_type and mapped_type. 2012-05-15 19:51:06 +00:00
std_pair.i merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
std_string.i [PHP] Add support for PHP7. 2016-11-30 13:05:59 +13:00
std_vector.i Work around differences in clang libc++ std::vector<bool>::const_reference 2014-02-04 16:00:12 -05:00
stl.i merge revisions 11872:11876 from trunk to gsoc2009-matevz branch - license changes 2010-03-06 00:51:54 +00:00
typemaps.i [PHP] Add support for PHP7. 2016-11-30 13:05:59 +13:00
utils.i [PHP] Add support for PHP7. 2016-11-30 13:05:59 +13:00