William S Fulton
|
e97181ebc0
|
Add missing typecheck typemaps for std::auto_ptr and std::unique_ptr
To fix overloading when using these types.
|
2022-09-17 10:23:51 +01:00 |
|
William S Fulton
|
7934561874
|
Test/fixes to handle NULL pointer for unique_ptr/auto_ptr
Also add missing unique_ptr tests for Lua and Racket.
|
2022-08-31 19:42:55 +01:00 |
|
William S Fulton
|
e139a36511
|
SWIGTYPE && input typemaps now assume object has been moved
Replicated Java implementation.
Fully implemented for:
- C#
- D
- Guile
- Javascript (UTL)
- Lua
- MzScheme
- Octave (UTL)
- Perl (UTL)
- PHP
- Python (UTL)
- Ruby (UTL)
- Tcl (UTL)
PHP std::auto_ptr std::unique_ptr minor tweaks and testcase corrections
|
2022-08-31 19:40:14 +01:00 |
|
William S Fulton
|
63632f80fb
|
Correct raw pointer handling test for virtual inheritance
|
2022-08-11 18:44:36 +01:00 |
|
William S Fulton
|
fa9c7a7197
|
Add PHP support for std::unique_ptr and std::auto_ptr
Equivalent to Python/Ruby implementations.
|
2022-08-06 18:34:26 +01:00 |
|