summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add 3.0.11 release datev3.0.11rel-3.0.11William S Fulton2016-12-294-4/+4
* Consistent referencing of issues in the changes file.William S Fulton2016-12-272-12/+15
* Add release notesWilliam S Fulton2016-12-272-1/+7
* Add %feature("csdirectordelegatemodifiers") for C#William S Fulton2016-12-243-2/+36
* Fix documented C# director class example to reflect the generated codeWilliam S Fulton2016-12-241-2/+2
* Remove cdata.i module not supported messageWilliam S Fulton2016-12-241-2/+0
* Fix Python 2 builtin tp_hash hashfunc closure regression when using "python:s...William S Fulton2016-12-234-3/+35
* Remove illegal operator overload names in RWilliam S Fulton2016-12-222-40/+2
* Revert "Merge pull request #853 from ivannp/underscores"William S Fulton2016-12-224-68/+38
* Add further information into changes file about recent %rename template fixWilliam S Fulton2016-12-221-0/+20
* add fixesJoseph C Wang2016-12-211-0/+2
* Merge pull request #853 from ivannp/underscoresJoseph Wang2016-12-214-38/+68
|\
| * Renamed all operators beginning with underscore.Ivan Popivanov2016-12-174-38/+68
* | add fixes to changesJoseph C Wang2016-12-211-0/+5
* | Merge pull request #839 from richardbeare/RsetMethodsJoseph Wang2016-12-211-6/+15
|\ \
| * | Corrected generation of "set" methods for R.Richard Beare2016-11-231-3/+7
| * | Corrected generation of "set" methods for R.Richard Beare2016-11-231-4/+9
* | | Fix GCC 7 warningsOlly Betts2016-12-213-7/+5
* | | Fix isfinite() checks to work with all C++11 compilersOlly Betts2016-12-212-2/+19
* | | Note "POTENTIAL INCOMPATIBILITY" re php5 lang subdirOlly Betts2016-12-211-5/+15
* | | Suppress incorrect warning when a keyword is used in template classesWilliam S Fulton2016-12-205-3/+116
* | | [Scilab] fix compilation, missing returnSimon Marchetto2016-12-201-2/+3
* | | [Scilab] put typemap int/double check into function (to reduce generated code...Simon Marchetto2016-12-191-8/+16
* | | [Scilab] fix test scilab_pointer_conversion_function for scilab 5.3.3Simon Marchetto2016-12-191-2/+2
* | | scilab: cleanSimon Marchetto2016-12-191-3/+1
* | | Fix doc typoOlly Betts2016-12-191-1/+1
* | | Merge branch 'ezralanglois-fix-memory-leak'William S Fulton2016-12-184-10/+30
|\ \ \
| * | | Replicate Python memory leak fix in std::pair for Octave and RubyWilliam S Fulton2016-12-184-12/+24
| * | | Fix memory leak in std::pair Python bindingRobert Langlois2016-12-171-2/+10
| | |/ | |/|
* | | Zero initialize %array_functions and %array_classWilliam S Fulton2016-12-184-2/+13
* | | Zero initialize newly created arraysWilliam S Fulton2016-12-183-5/+14
* | | Add test and changes entry for Python -builtin %array_class fixWilliam S Fulton2016-12-189-8/+51
* | | Fix %array_class in carrays.i for Python -builtinTsutomu IKEGAMI2016-12-181-41/+1
* | | Minor Java html doc correctionWilliam S Fulton2016-12-181-1/+1
|/ /
* | Fix old date in CHANGES.current entryOlly Betts2016-12-161-1/+1
* | Added support for guile's native pointer typeBrian Caine2016-12-165-19/+50
* | scilab: SWIG_ptr() accepts mlist typed pointers and converts them to pointersSimon Marchetto2016-12-153-18/+46
* | [php] Improve %feature("director:except") docsOlly Betts2016-12-151-6/+14
* | Fix "set but not used" warningOlly Betts2016-12-131-1/+1
* | SWIG_Tcl_ObjectDelete: Fix potential NULL pointer dereferencesOlly Betts2016-12-131-1/+2
* | Fix comment typoOlly Betts2016-12-131-1/+1
* | Fix "set but not used" warningOlly Betts2016-12-131-1/+1
* | Remove dead assignmentOlly Betts2016-12-131-1/+0
* | Remove pointless casting away of constOlly Betts2016-12-131-1/+1
* | Suppress unused parameter warning properlyOlly Betts2016-12-131-2/+1
* | Install newer version of pep8 on TravisWilliam S Fulton2016-12-111-1/+1
* | Detect pep8 for both python 2 and python 3 and show versionWilliam S Fulton2016-12-111-0/+8
* | Fix pep8 E265 error in testcaseVadim Zeitlin2016-12-111-4/+4
* | [CI] Remove PHP 7.1 from allow_failuresOlly Betts2016-12-061-6/+0
* | Fix reference example under PHP 7.1Olly Betts2016-12-061-0/+12