summaryrefslogtreecommitdiff
path: root/Examples/java
Commit message (Expand)AuthorAgeFilesLines
* Fix gcc -Waddress warning in variables examplesWilliam S Fulton2013-10-181-1/+1
* Fix typosOlly Betts2013-09-251-1/+1
* Move javac compile for examples into common Makefile for examplesWilliam S Fulton2013-04-1914-14/+28
* Run java examples during 'make check-examples'William S Fulton2013-04-1914-70/+56
* Fix Visual Studio examples to work when SWIG is unzipped into a directory con...William S Fulton2013-01-153-6/+6
* fix SWIG naming conventionWilliam S Fulton2009-08-211-1/+1
* rename java run tests from main to runme for consistency across the languagesWilliam S Fulton2008-11-1726-30/+30
* shadow->proxy terminlogy updateWilliam S Fulton2008-04-291-2/+2
* eol-style set to CRLFWilliam S Fulton2007-10-183-478/+478
* Remove cvs $Header$William S Fulton2007-10-1714-28/+0
* Remove obscure mpointer example and replace with member_pointer.i testcase an...William S Fulton2007-08-096-194/+0
* Remove cvsignore files: this is stored on svn:igonre property nowJohn Lenz2006-12-0315-197/+0
* use $self special variable instead of self in %extendWilliam S Fulton2006-11-082-4/+4
* Remove confusing comments and add in extra clarification - Bug #1534931William S Fulton2006-10-112-15/+3
* clearer example - patch #1524059William S Fulton2006-09-151-6/+8
* links added - patch #1524088William S Fulton2006-09-151-1/+3
* links added - patch #1524096William S Fulton2006-09-151-0/+2
* links added - patch #1524076William S Fulton2006-09-151-3/+4
* remove sprintf deprecated messageWilliam S Fulton2006-03-052-0/+10
* remove extra void * cast which hides type punned aliasing gcc warningWilliam S Fulton2006-03-041-1/+1
* Fix for Visual Studio Express 2005 without database support installed - no ne...William S Fulton2006-02-073-12/+12
* update for mailing listsWilliam S Fulton2006-02-071-1/+1
* force examples to use preinst-swig, as is done in the test-suiteMarcelo Matus2005-11-2715-15/+15
* fix extern declarationsWilliam S Fulton2005-06-285-3/+27
* Fixes to remove "dereferencing type-punned pointer will break strict-aliasing...William S Fulton2005-05-131-1/+1
* html fixesWilliam S Fulton2004-11-023-11/+11
* fixes for spaces in path to javacWilliam S Fulton2004-11-013-6/+6
* missing #include addedWilliam S Fulton2004-08-301-0/+1
* Test const char [] instead of const char *William S Fulton2004-06-153-3/+2
* Update for new enum wrapping which uses the typesafe enum patternWilliam S Fulton2004-05-313-25/+18
* Memory management fixes and comment correctionsWilliam S Fulton2004-01-201-21/+14
* Added missing deleteWilliam S Fulton2004-01-201-1/+1
* Added missing testsWilliam S Fulton2004-01-201-6/+5
* Warning fixesWilliam S Fulton2004-01-074-4/+6
* *** empty log message ***William S Fulton2003-09-181-0/+14
* *** empty log message ***William S Fulton2003-09-141-0/+1
* New example based on Python versionWilliam S Fulton2003-09-086-0/+209
* Minor tidyup modsWilliam S Fulton2003-09-082-2/+1
* missing run testWilliam S Fulton2003-09-081-0/+61
* callback addedWilliam S Fulton2003-09-061-0/+1
* New director exampleWilliam S Fulton2003-09-066-0/+102
* VC++ project file for this exampleWilliam S Fulton2003-05-211-0/+158
* jni code correctionWilliam S Fulton2003-05-021-1/+1
* Removed deprecated pragmasWilliam S Fulton2003-04-032-1/+5
* remove unnecessary header file as it causes linking problems on MingwWilliam S Fulton2003-03-191-1/+0
* Define M_PI if not defined in math.hWilliam S Fulton2003-03-171-0/+3
* Corrected scope for C variable declaration in typemapWilliam S Fulton2003-03-171-4/+3
* -noproxy commandline option not necessaryWilliam S Fulton2003-02-262-2/+2
* VC++ pollutionWilliam S Fulton2003-02-2513-60/+97
* Fixes for StringBuffer typemap exampleWilliam S Fulton2003-02-251-24/+38