summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rel-1.3.36v1.3.36rel-1.3.36William S Fulton2008-06-243473-0/+398774
* use rsync and ssh to upload releases to SourceForge as ftp no longer worksWilliam S Fulton2008-06-241-4/+4
* correct comment about deprecated optionWilliam S Fulton2008-06-241-2/+2
* remove deprecated -c commandline option (runtime library generation)William S Fulton2008-06-243-5/+8
* update for 1.3.36 releaseWilliam S Fulton2008-06-244-8/+15
* More info about numobjects addedWilliam S Fulton2008-06-241-3/+8
* variable name hiding fixWilliam S Fulton2008-06-241-13/+13
* variable name changes to remove php keywordsWilliam S Fulton2008-06-2412-19/+19
* zap last entryWilliam S Fulton2008-06-241-5/+1
* Fix cosmetic typo in string constant.Olly Betts2008-06-241-1/+1
* Clean up dead and unused code in SwigToPhpType(), and rename toOlly Betts2008-06-241-15/+4
* [PHP] Fix typemap_namespace.i to not try to copy a non-existent typemap.Olly Betts2008-06-242-1/+5
* [PHP] Fix assertion failure when handling %typemap(in,numinputs=0)Olly Betts2008-06-242-0/+8
* [PHP] Fix segfault when wrapping a non-class function marked withOlly Betts2008-06-232-1/+6
* Fix bad use of Python API (untested, since I can't even compile this code onOlly Betts2008-06-231-1/+1
* fix typoWilliam S Fulton2008-06-233-3/+3
* correct message display when running the partialcheck-test-suite make targetWilliam S Fulton2008-06-234-11/+11
* fix partialcheck-test-suite and parallel make for r, chicken, tcl and phpWilliam S Fulton2008-06-235-29/+17
* Suppress unused methods warning for VC++William S Fulton2008-06-221-0/+6
* fix unused parms in last commit for C codeWilliam S Fulton2008-06-221-2/+2
* more docs on defining macros for the thread hanging problemWilliam S Fulton2008-06-221-0/+11
* documentation sections updateWilliam S Fulton2008-06-222-1/+4
* Another fix for the JVM hanging on exit problem when using directorsWilliam S Fulton2008-06-223-2/+21
* various warning fixesWilliam S Fulton2008-06-215-17/+22
* Fix virtual destructorWilliam S Fulton2008-06-212-2/+2
* Fix unused parameter warnings in python when using gcc's -W -Wall optionsWilliam S Fulton2008-06-212-4/+6
* Fix Ruby C++ example dependencies in dsp filesWilliam S Fulton2008-06-217-14/+14
* remove unnecessary variable int the char **STRING_ARRAY out typemapWilliam S Fulton2008-06-211-1/+1
* Fix crashing in the Ruby reject method in the STL wrappersWilliam S Fulton2008-06-211-0/+3
* Fix crashing in the Ruby reject method in the STL wrappersWilliam S Fulton2008-06-211-2/+4
* 'byte' is already used in Ruby on windows, so use another keywordWilliam S Fulton2008-06-211-1/+1
* minor vc++ /W4 warning fixesWilliam S Fulton2008-06-216-0/+16
* Remove some vc++ /W4 warningsWilliam S Fulton2008-06-2120-148/+142
* Lua example warning removal fixes for vc++William S Fulton2008-06-214-7/+26
* remove raise as keyword test- it conflicts with _raise in LIBCMT on windowsWilliam S Fulton2008-06-211-3/+3
* better terminology for static typesWilliam S Fulton2008-06-212-3/+4
* add complete list of R reserved wordsWilliam S Fulton2008-06-191-4/+19
* Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton2008-06-1914-16/+53
* [lua] bugfix 1938142 (bool& and bool* support)Mark Gossage2008-06-174-2/+67
* fixed keyword_rename.ctest tese case, caused by a mistake in Swig/naming.cHaoyu Bai2008-06-073-2/+6
* Added a test case for keyword renaming.Haoyu Bai2008-06-073-0/+32
* Fix enums when using -noproxyWilliam S Fulton2008-06-023-2/+5
* Fix samename testcase for c# and javaWilliam S Fulton2008-06-021-2/+11
* Fix typo in handling of /*@SWIG[...]*/ comments in the scanner. This justOlly Betts2008-05-301-1/+1
* Fixed SF #1976978, apply the macros for primitive types to std::wstringHaoyu Bai2008-05-302-0/+5
* Fix variable wrappers when using -noproxyWilliam S Fulton2008-05-293-31/+41
* Fixed SF #1971977: typo in pycontainer.swg (related to -extranative option)Haoyu Bai2008-05-282-2/+5
* Fix variable wrappers when using -proxy. Patch from Jan JezabekWilliam S Fulton2008-05-281-1/+3
* The perl5 minherit runtime test will work better if the classes are Robert Stone2008-05-261-1/+1
* run test cases in the Perl set by the --with-perl5 configure option.Robert Stone2008-05-261-1/+1