summaryrefslogtreecommitdiff
path: root/Examples/android
Commit message (Collapse)AuthorAgeFilesLines
* Remove use of preinst-swig scriptWilliam S Fulton2015-08-213-9/+15
| | | | | | | | | | | | | Complete the prototype removal in ca1431. The script prevents SWIGTOOL=gdb from working as gdb can't be used to debug a shell script, it requires a binary. Add support for SWIGTOOL in all the examples. SWIG_LIB_DIR and SWIGEXE must now instead be set by all Makefiles. See issue #473.
* Fix out of source clean-android-examplesWilliam S Fulton2014-05-153-3/+3
|
* Allow examples and test-suite to be built out of source treeKarl Wette2014-05-113-9/+9
| | | | | | | | | | | | | | | | | | | | | | | - Examples/Makefile.in rules use SRCDIR as the relative source directory - ./config.status replicates Examples/ source directory tree in build directory, and copies each Makefile to build directory, prefixed with a header which sets SRCDIR to source directory - Examples/test-suite/.../Makefile.in set SRCDIR from Autoconf-set srcdir - Examples/test-suite/errors/Makefile.in needs to filter out source directory from SWIG error messages - Lua: embedded interpreters are passed location of run-time test - Python: copy run-time scripts to build directory because of 2to3 conversion; import_packages example copies __init__.py from source directory; test-suite sets SCRIPTDIR to location of run-time tests - Javascript: binding.gyp renamed to binding.gyp.in so that $srcdir can be substituted with SRCDIR; removed './' from require() statements so that NODE_PATH can be used to point Node.js to build directory
* Whitespace cleanup of Example MakefilesKarl Wette2014-04-162-2/+2
|
* Further cleaning up of class examplesOlly Betts2014-02-242-14/+14
|
* Fix typosOlly Betts2013-09-251-1/+1
|
* Android makefiles rewrite to use common codeWilliam S Fulton2013-04-193-33/+33
|
* Tidy up android example makefiles and fix clean targetWilliam S Fulton2013-04-193-25/+13
|
* Add Android install options for optional storage to SD CardWilliam S Fulton2012-12-143-3/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13961 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Android docs on examples update and cosmetic change to Android extendWilliam S Fulton2012-09-131-0/+1
| | | | | | example. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13835 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Apply patch for Java to fix direct use of a weak global reference in ↵William S Fulton2012-09-131-2/+0
| | | | | | directors sometimes causing seg faults especially on Android. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13834 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add text streamer to Android example to replace missing stdoutWilliam S Fulton2012-09-134-6/+44
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13833 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add Android runtime exampleWilliam S Fulton2012-09-132-53/+67
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13832 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add extend example for AndroidWilliam S Fulton2012-09-1315-0/+430
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13831 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Add Android examplesWilliam S Fulton2011-12-1028-0/+770
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@12866 626c5289-ae23-0410-ae9c-e8d60b6d4f22