summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Only Travis test C# on monotouch branchmonotouchWilliam S Fulton2013-09-201-22/+22
* Add monotouch branch for Travis testingWilliam S Fulton2013-09-201-0/+1
* Add .travis.yml file for testing under TravisWilliam S Fulton2013-09-201-0/+58
* Further MonoTouch / Xamarin.iOS support - for directors.William S Fulton2013-04-251-9/+13
* Further support for C# on MonoTouch / Xamarin.iOS - for wcharWilliam S Fulton2013-04-241-0/+2
* Basic support for C# on MonoTouch / Xamarin.iOSWilliam S Fulton2013-02-281-0/+35
* Uncomment testing of overloading of const char arrays which was fixed in svn ...William S Fulton2013-02-211-2/+0
* Cosmetic changes in SwigType_add_qualifierWilliam S Fulton2013-02-211-16/+10
* Fix SWIG's handling of qualified (e.g. const) variables of array typeKarl Wette2013-02-194-0/+153
* Fix qualifier parsing in SwigType_add_qualifier()Karl Wette2013-02-191-36/+42
* Fix C code where a typedef name was used for constructor and destructor names...William S Fulton2013-02-186-2/+65
* Tweak to changes noteWilliam S Fulton2013-02-181-1/+1
* Use "(void)" instead of "()" when wrapping no-argument extension functions.Karl Wette2013-02-182-1/+40
* Restrict the name used in %extend to be just the struct/class name and not a ...William S Fulton2013-02-1810-20/+134
* CFFI - Fix missing package before &body - patch #22tpapp2013-02-092-4/+7
* Remove unnecessary file/line setting in parserWilliam S Fulton2013-02-041-4/+0
* Ensure 'javapackage' typemap is used as it stopped working from version 2.0.5William S Fulton2013-01-303-4/+8
* Apply patch SF #334 - Fix Python default value conversions TRUE->True, FALSE-...William S Fulton2013-01-294-11/+6
* Apply patch SF #335 - Truly ignore constructors in directors with %ignore and...William S Fulton2013-01-293-13/+38
* Fix MAKE variable expansion in pcre-build.sh.Vadim Zeitlin2013-01-251-2/+2
* Merge branch 'master' of github.com:swig/swigWilliam S Fulton2013-01-192-4/+4
|\
| * Merge pull request #17 from tristan0x/fix-test-suite-if-custom-javaWilliam S Fulton2013-01-181-2/+2
| |\
| | * use executables path set at ./configure timeTristan Carel2013-01-171-2/+2
| * | Merge pull request #16 from tristan0x/static-pcre-buildWilliam S Fulton2013-01-181-2/+2
| |\ \
| | * | Prefer $MAKE if specified in environmentTristan Carel2013-01-171-2/+2
| | |/
* | | Suppress warning in testcaseWilliam S Fulton2013-01-191-1/+4
* | | Repair typo from previous commit.Brant K. Kyser2013-01-191-1/+1
|/ /
* | Cosmetic makefile changeWilliam S Fulton2013-01-191-2/+2
* | Tidy up last few commits for Java new jniclasspackage pragmaWilliam S Fulton2013-01-194-6/+29
* | Whitespace fixupWilliam S Fulton2013-01-191-37/+37
* | Java test-suite change to make it possible to not specify a namespace. Re-add...William S Fulton2013-01-181-1/+4
* | Revert Java test-suite makefile to adf51b5249e6b1a7a11fc3adcc01ed196d6c9135William S Fulton2013-01-181-29/+19
* | Use NSPACE_SEPARATOR rather than literal.Brant K. Kyser2013-01-171-1/+1
* | Fix issue with using directors with the nspace feature without the -package c...Brant K. Kyser2013-01-171-10/+10
* | Fix issue with using directors with the nspace feature without the -package c...Brant K. Kyser2013-01-171-3/+7
* | Update documentation regarding the use of the nspace feature in java without ...Brant K. Kyser2013-01-171-11/+5
* | imclass_class_package variable names seems to have class in it one too many t...Brant K. Kyser2013-01-171-16/+16
* | Remove comment about previously outstanding TODO that has been cleaned up.Brant K. Kyser2013-01-171-4/+0
* | Modify java test-suite Makefile to run the java_nspacewithoutpackage test wit...Brant K. Kyser2013-01-171-11/+12
* | Fix issue of package directory not being created when using jniclasspackage p...Brant K. Kyser2013-01-171-36/+49
* | Add test case for using nspace without -package. TODO: Fix Makefile.in to act...Brant K. Kyser2013-01-172-0/+35
* | fix variable names and makefile logic to correctly set PKGDIRSETUP and SWIGOP...marvingreenberg2013-01-171-24/+22
* | Allow certain tests to compile without -package optionmarvingreenberg2013-01-171-20/+34
* | Add jniclasspackage pragma & change error regarding use of nspace without -pa...Brant K. Kyser2013-01-172-9/+33
|/
* Minor update to test-suite README help filesWilliam S Fulton2013-01-172-0/+13
* Make testdir a generic special directory for testcases that require subdirect...William S Fulton2013-01-179-8/+8
|\
| * moved testdir/* to testdir/inctest/* under Examples/test-suite/Paweł Tomulik2013-01-139-8/+8
* | Merge pull request #13 from ptomulik/lang-incdirWilliam S Fulton2013-01-161-5/+6
|\ \
| * | updated info on lang-specific subdirs in Doc/Manual/Library.htmlPaweł Tomulik2013-01-131-5/+6
| |/
* | Fix Visual Studio examples to work when SWIG is unzipped into a directory con...William S Fulton2013-01-1538-74/+77