summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* PHP: handle -prefix when checking if a class has been subclassed or notv1.3.40rel-1.3.40Miklos Vajna2009-08-181-1/+1
* Remove 'under construction' notesWilliam S Fulton2009-08-183-10/+0
* add 1.3.40 release dateWilliam S Fulton2009-08-183-5/+5
* Clear up confusion that typemaps can contain C/C++ as well as target language...William S Fulton2009-08-182-7/+11
* PHP: remove unneeded ctor from the director_extend testcaseMiklos Vajna2009-08-181-5/+0
* fix warningsWilliam S Fulton2009-08-181-20/+20
* Complete summary for 1.3.40William S Fulton2009-08-181-0/+4
* Remove C# 3.0 requirement to run testWilliam S Fulton2009-08-181-3/+4
* warning fixWilliam S Fulton2009-08-171-2/+2
* Fix for r11557 rename of max to maximumWilliam S Fulton2009-08-173-6/+6
* Start "What's New?" list for 1.3.40.Olly Betts2009-08-171-0/+4
* [Perl] Add "#undef do_exec" to our clean up of Perl global namespace pollution.Olly Betts2009-08-172-0/+7
* [PHP] Fix to wrap a resource returned by __get() in a PHP object (SF#2549217).Olly Betts2009-08-172-10/+16
* Only have an array for properties in the base class, not in derived classes.Olly Betts2009-08-171-10/+30
* Remove some superfluous "else"s in generated PHP code.Olly Betts2009-08-171-8/+8
* remove failing runtime tests director_exception_runme.m and director_finalize...Xavier Delacour2009-08-173-114/+1
* Add note that a previous change fixed SF#2524029.Olly Betts2009-08-171-0/+1
* Add callback and extend; fix error in alphabetical ordering.Olly Betts2009-08-171-1/+3
* Rename back - William wants this consistent across all the languages and it'sOlly Betts2009-08-176-0/+0
* Explain the poor name.Olly Betts2009-08-171-1/+5
* Remove bogus stuff about memory leaks - nothing in this testcase leaks.Olly Betts2009-08-172-36/+8
* Rename the "extend" example to "directors" as it tests directors not %extend.Olly Betts2009-08-176-0/+0
* Fix #2797485 After doing a 'make clean', install fails if yodl2man or yodl2ht...William S Fulton2009-08-173-3/+10
* Convert to use proxy classes.Olly Betts2009-08-175-28/+25
* Add semicolons to remove unwanted statement outputWilliam S Fulton2009-08-162-4/+4
* Fix testcase to minimal testing, most of it contained test code not relevant ...William S Fulton2009-08-161-152/+3
* PHP: remove '// Sample test file' comments from runme filesMiklos Vajna2009-08-1627-27/+0
* remove debug print statementsWilliam S Fulton2009-08-161-15/+0
* Add missing commit message for Xavier's Octave 3.2 supportWilliam S Fulton2009-08-161-0/+3
* Octave: Caught exceptions display the type of the C++ exception instead of th...William S Fulton2009-08-163-12/+15
* PHP: Optimize the previous commit a bit.Miklos Vajna2009-08-161-1/+1
* PHP: fix for the valuewrapper_base testcaseMiklos Vajna2009-08-161-0/+3
* Suppress g++ warning when compiled as c++ (for Octave)William S Fulton2009-08-161-0/+6
* more efficient python test-suite cleanWilliam S Fulton2009-08-161-1/+2
* fix lextype testcase when compiled as c++ as is the case with octaveWilliam S Fulton2009-08-161-2/+2
* Fix testcase commentWilliam S Fulton2009-08-161-1/+1
* Fix classes not being added into Java method's throws clause when %catches is...William S Fulton2009-08-165-3/+22
* Fix exception handling when %catches is used in C#William S Fulton2009-08-158-23/+163
* Fix %template seg fault on some cases of overloading the templated method.William S Fulton2009-08-154-1/+34
* Fix valuewrapper_base_runme.php for PHP5. Still fails though.Olly Betts2009-08-151-1/+1
* Fix pointer_reference_runme.php for PHP5 - now passes.Olly Betts2009-08-151-5/+6
* Refactor the recent support for wrapping static member variables for PHP5 so itOlly Betts2009-08-151-37/+30
* try not to require -api option in octaveXavier Delacour2009-08-152-2/+24
* Add Ruby missing methods for vector<bool> specializationWilliam S Fulton2009-08-153-24/+12
* remove redundant if not __cplusplus for directorin typemap - directors are al...William S Fulton2009-08-141-8/+0
* Fill in missing bit about the begin sectionWilliam S Fulton2009-08-141-0/+4
* Add some notes about \%extend and constructorsWilliam S Fulton2009-08-141-0/+4
* SWIG_ConvertPtrAndOwn() into the runtime for PerlWilliam S Fulton2009-08-142-3/+22
* Minor cleanups.Olly Betts2009-08-141-3/+4
* [PHP] PHP5 now wraps static member variables as documented.Olly Betts2009-08-142-68/+39