summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #548 from dmigous/547_objc_bool_always_truegsoc2012-objcWilliam S Fulton2015-12-231-1/+1
|\ | | | | objc.swg: fixed check of pointer to boolean. Fixes #547
| * objc.swg: fixed check of pointer to boolean. Fixes #547Dmitry Belous2015-10-261-1/+1
|/
* Correct objective C Travis installWilliam S Fulton2013-09-201-1/+1
|
* Add objective C Travis testingWilliam S Fulton2013-09-201-27/+31
|
* Grab .travis.yml from trunkWilliam S Fulton2013-09-201-0/+58
|
* Fixed interface files of testcases for Objective C.Swati Sharma2012-08-205-6/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13684 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed typemaps for some primitive types.Swati Sharma2012-08-202-35/+57
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13683 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for the broken example.Swati Sharma2012-08-191-1/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13662 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed typemaps for Strings.Swati Sharma2012-08-191-6/+6
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13660 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for globals.Swati Sharma2012-08-181-2/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13652 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for static constants.Swati Sharma2012-08-181-2/+11
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13651 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed typemap for member to class pointer.Swati Sharma2012-08-161-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13631 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed typemap for Member Function pointer.Swati Sharma2012-08-161-1/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13630 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Removed testcase.Swati Sharma2012-08-161-15/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13629 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed 'dynamic_cast' testcase for Objective C.Swati Sharma2012-08-161-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13628 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed out typemap for the objects returned by value.Swati Sharma2012-08-121-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13600 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed error for static member function runtime test.Swati Sharma2012-08-121-1/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13599 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added Swig Interface Library files.Swati Sharma2012-08-112-0/+75
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13596 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added a Swig Interface Library file.Swati Sharma2012-08-111-0/+34
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13595 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed objective-C out typemaps for primitive types.Swati Sharma2012-08-111-7/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13594 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed runtime test for constover.Swati Sharma2012-08-111-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13593 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed runtime test for voidtest.Swati Sharma2012-08-111-3/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13592 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added and Fixed some typemaps.Swati Sharma2012-08-101-2/+8
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13590 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed errors in typemap library for pointer & reference.Swati Sharma2012-08-101-8/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13589 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added Exception Handling support for Objective-C.Swati Sharma2012-08-104-0/+139
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13588 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added typemap for constant pointer.Swati Sharma2012-08-091-0/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13575 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for the proxy memberfunction name.Swati Sharma2012-08-091-2/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13574 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Removed Warnings during Objective-C Compilation.Swati Sharma2012-08-081-9/+3
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13570 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Modified aggregate testcase runme.m file.Swati Sharma2012-08-081-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13569 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added contract Support.Swati Sharma2012-08-082-1/+15
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13564 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Undoing last change:rev 13501.Swati Sharma2012-08-065-24/+24
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13529 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Indented Objective C Module code.Swati Sharma2012-08-051-1490/+1456
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13515 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed runme files for Examples.Swati Sharma2012-08-045-24/+24
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13501 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Changed proxyfunctionname from name to symname.Swati Sharma2012-08-042-2/+2
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13500 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added missing typemap for object references.Swati Sharma2012-08-041-2/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13499 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Added 'in' typemap for pointers.Swati Sharma2012-08-041-0/+15
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13498 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Removed redundant header file.Swati Sharma2012-08-041-1/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13497 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed Error for strings-Invalid conversion from NSString to char* and ↵Swati Sharma2012-08-041-2/+2
| | | | | | vice-versa. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13496 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed Error for Enums.Swati Sharma2012-08-041-4/+4
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13495 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for Bools.Swati Sharma2012-08-042-5/+5
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13494 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for Static member functionSwati Sharma2012-08-041-10/+20
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13493 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fixed Error for null keyword.Swati Sharma2012-08-042-3/+1
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13492 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for enums.Swati Sharma2012-07-301-6/+16
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13433 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix for enums.Swati Sharma2012-07-301-9/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13432 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Fix toprovide support for the funcptrSwati Sharma2012-07-263-41/+74
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13403 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Changes in testcases with respect to the Refactored Objective C module codeSwati Sharma2012-07-259-21/+21
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13399 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Changes in testcases with respect to the Refactored Objective C module codeSwati Sharma2012-07-258-41/+42
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13398 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Changes with respect to Refactored Module CodeSwati Sharma2012-07-251-9/+9
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13397 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Changed Examples runme.m files for Refactored Objective C ModuleSwati Sharma2012-07-2316-129/+303
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13393 626c5289-ae23-0410-ae9c-e8d60b6d4f22
* Removed native and Extend ExamplesSwati Sharma2012-07-238-165/+0
| | | | git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2012-objc@13392 626c5289-ae23-0410-ae9c-e8d60b6d4f22