summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-231-20/+2
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-231-558/+468
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-232-1875/+1729
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-231-2/+11
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-232-59/+0
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-231-0/+55
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-231-0/+243
* Refactored Objective C Module code and TypemapsSwati Sharma2012-07-231-0/+125
* Refactored Objective C Module Code and TypemapsSwati Sharma2012-07-231-0/+37
* Refactored Objective C module code and typemapsSwati Sharma2012-07-231-0/+12
* Added Testcases to Objective C test-suiteSwati Sharma2012-07-169-0/+120
* Undoing bool change:rev 13268.Swati Sharma2012-07-091-15/+0
* Added more runtime tests in Objective C test-suite.Swati Sharma2012-07-099-0/+162
* Added testcases in Objective C test-suiteSwati Sharma2012-07-099-0/+146
* Removed warning while executing testcases and examples.'oresult is used unint...Swati Sharma2012-07-091-2/+2
* Fixed Objective C BOOL error by adding out typemap for it.Swati Sharma2012-07-091-0/+15
* Fixed error in testcasesSwati Sharma2012-07-062-5/+8
* Fixed error for bool typemap.'No' was not declared in this scopeSwati Sharma2012-07-031-1/+1
* Fixed error for the test-suite Makefile on Linux.Swati Sharma2012-07-031-4/+6
* Fixed Typo in objc.swg.Missing semicolonSwati Sharma2012-07-011-3/+3
* Fixed error.Invalid conversion from void* to NSString*Swati Sharma2012-07-011-2/+2
* Added some more testcases in Objective C test-suiteSwati Sharma2012-07-016-0/+85
* Added runtime tests in Objective C test-suiteSwati Sharma2012-07-015-0/+99
* Added runtime tests for 'template and typedef' in Objective C test-suite.Swati Sharma2012-06-245-0/+151
* Added some runtime test in Objective C test-suite.Swati Sharma2012-06-236-0/+108
* Fixed Broken Example(Reference).Added code in runme.m file.Swati Sharma2012-06-181-1/+42
* Added some more testcases to test Objective C functionality.Swati Sharma2012-06-173-0/+39
* Add testcases to test some basic functionalities of Objective CSwati Sharma2012-06-165-0/+68
* Fixed Broken Examples(Variables,Templates).Added code in runme.m files.Swati Sharma2012-06-162-1/+88
* Changed Objective C Structure-Renamed generated files and extension,Proper su...Swati Sharma2012-06-1029-118/+90
* Proper handling and naming of variables in Example/Makefile.inSwati Sharma2012-06-101-18/+19
* Fixed Broken Examples(Callback,Constants)-Added code in runme.m filesSwati Sharma2012-06-102-2/+24
* Fixed Typo in the typemap file-NString should be NSStringSwati Sharma2012-06-091-3/+3
* Removed warning during Compilation of Objective-C Examples on Linux-suggest p...Swati Sharma2012-06-031-5/+5
* GNUstep Compilation Fix for LinuxSwati Sharma2012-06-032-11/+14
* Compilation fix for the Examples which don't have Source fileSwati Sharma2012-06-031-5/+3
* Set swigCMemOwn to YES to allow the deletion of the allocated C++ objectSwati Sharma2012-06-031-1/+1
* Makefile is generated from Makefile.in. Hence, not required to be checked inSwati Sharma2012-06-021-74/+0
* Test-suite MakefileSwati Sharma2012-06-021-19/+23
* Removed redundancy of targets and added 'make check' supportSwati Sharma2012-05-2813-83/+56
* Removed warnings during Objective C module compilationSwati Sharma2012-05-281-10/+0
* Fixed incorrect linking of *.m filesSwati Sharma2012-05-2412-24/+24
* First checkinSwati Sharma2012-05-101-2/+1
* Changes Ashish Sharma2012-05-101-2/+3
* Merged trunk revisions 12684:13025 to gsoc2009-ashishs99Ashish Sharma2012-05-09409-8999/+14474
|\
| * swig-2.0.6 release date and summaryv2.0.6rel-2.0.6William S Fulton2012-04-295-6/+9
| * Warning fixes using clangWilliam S Fulton2012-04-293-5/+5
| * HTML doc section updateWilliam S Fulton2012-04-283-7/+13
| * Fix %fragment error in docs and improve preprocessing and delimiters section ...William S Fulton2012-04-282-5/+15
| * char **STRING_ARRAY typemaps fixed to handle null pointersWilliam S Fulton2012-04-283-21/+36