summaryrefslogtreecommitdiff
path: root/Examples
Commit message (Expand)AuthorAgeFilesLines
* Fix garbage line number and empty file name reporting for some '}' or ')' err...William S Fulton2012-12-163-1/+19
* Testcase correction for missing virtual destructorWilliam S Fulton2012-12-161-0/+1
* Make php example C90 compliantWilliam S Fulton2012-12-153-5/+14
* Detect mono C# compiler on newer linux distributionsWilliam S Fulton2012-12-151-1/+1
* Apply patch 3530444Klaus Kämpf2012-12-151-6/+6
* Temporary workaround for testcase failing in PHPWilliam S Fulton2012-12-151-0/+18
* Ruby: Replace all occurences of STR2CSTR macro with calls to StringValuePtrKlaus Kämpf2012-12-144-6/+6
* Ruby 1.9: Add current dir to load path when running RubyKlaus Kämpf2012-12-141-1/+1
* CFFI - Fix some string constants are incorrectWilliam S Fulton2012-12-141-0/+1
* Add Android install options for optional storage to SD CardWilliam S Fulton2012-12-143-3/+6
* Add runtime test for %implicitconvWilliam S Fulton2012-12-082-2/+74
* octave: prevent writing to history file when running testsKarl Wette2012-11-281-1/+1
* octave: Simplified module loading.Karl Wette2012-11-281-43/+6
* Add test added a short while backWilliam S Fulton2012-11-131-0/+1
* Tweak test so it works if test-suite is run using -copyctorWilliam S Fulton2012-11-132-2/+2
* Fix director typemap searching so that a typemap specified with a name will b...William S Fulton2012-10-271-0/+48
* New director test highlighting a proble in GoWilliam S Fulton2012-10-262-0/+23
* Support special variable expansion in %extend.William S Fulton2012-10-113-0/+47
* Two additional special variable are expanded in %exception - $parentnameWilliam S Fulton2012-10-112-5/+38
* Adjust for change in the size of the Go type int. Until some time inIan Lance Taylor2012-10-051-2/+3
* Add new warning if an empty template declaration is used on a base class, min...William S Fulton2012-09-142-0/+12
* Add a testcase for the Curiously Recurring Template Pattern - CRTPWilliam S Fulton2012-09-133-0/+85
* Android docs on examples update and cosmetic change to Android extendWilliam S Fulton2012-09-131-0/+1
* Apply patch for Java to fix direct use of a weak global reference in director...William S Fulton2012-09-131-2/+0
* Add text streamer to Android example to replace missing stdoutWilliam S Fulton2012-09-134-6/+44
* Add Android runtime exampleWilliam S Fulton2012-09-132-53/+67
* Add extend example for AndroidWilliam S Fulton2012-09-1315-0/+430
* Fix (char *STRING, size_t LENGTH) typemaps to accept NULL stringWilliam S Fulton2012-09-072-6/+18
* Call gcc for C in RJoseph Wang2012-08-261-1/+1
* back out of previous change. There seem to be version dependentJoseph Wang2012-08-201-3/+3
* use print to output sprintfJoseph Wang2012-08-181-3/+3
* Add discard and add methods to std::set and std::multiset wrappers so that py...William S Fulton2012-08-151-0/+8
* Fix additio of assumeoverride testcaseWilliam S Fulton2012-08-132-1/+1
* Add assumeoverride feature option for Java directors to improve performance w...William S Fulton2012-08-133-0/+58
* Fix somes typosSylvestre Ledru2012-08-082-12/+12
* Fix invalid code sometimes being generated for C# director methods with many ...William S Fulton2012-08-051-0/+17
* Restore previously broken testsWilliam S Fulton2012-08-041-5/+5
* Fix using declarations and templates. %template was putting theWilliam S Fulton2012-08-047-0/+284
* Fix using declarations combined with using directives with forward classWilliam S Fulton2012-08-047-0/+262
* Fix symbol table bug with combinations of using directives and using declarat...William S Fulton2012-06-253-0/+114
* Fix bug 3529601 - seg fault when a protected method has the directorWilliam S Fulton2012-05-292-0/+28
* Fix seg fault attempting to warn about illegal destructors - introduced in re...William S Fulton2012-05-281-13/+13
* attempt to fix test againWilliam S Fulton2012-05-241-2/+2
* test fix againWilliam S Fulton2012-05-241-0/+6
* test fixWilliam S Fulton2012-05-241-1/+0
* [octave] skip part of module_load test for older OctavesKarl Wette2012-05-241-0/+6
* Test fixWilliam S Fulton2012-05-241-1/+4
* Fix SF#3528035, a regression introduced by the fix for SF#3428833.Olly Betts2012-05-232-0/+17
* [PHP] Fix getters for template members. (SF#3428833)Olly Betts2012-05-183-0/+48
* Comment out use of call-time pass by reference, which has been deprecated forOlly Betts2012-05-181-7/+8