summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* html correctionsv2.0.5rel-2.0.5William S Fulton2012-04-192-2/+4
* Fix symbol name clash under windows in testcaseWilliam S Fulton2012-04-191-6/+6
* warning fix using vc++William S Fulton2012-04-191-1/+1
* Add 2.0.5 release dateWilliam S Fulton2012-04-194-5/+5
* * revert perl5 li_typemaps run tests due to Windows regressions.Robert Stone2012-04-182-86/+62
* Add release notes summary for 2.0.5William S Fulton2012-04-171-0/+13
* [D] Reverted part of #3502431 mistakenly applied in r12948.David Nadlinger2012-04-172-8/+7
* Go back to using free/malloc rather than realloc as may be slowerWilliam S Fulton2012-04-171-4/+4
* testcase fix for vc++William S Fulton2012-04-171-11/+11
* signed unsigned fixWilliam S Fulton2012-04-161-6/+6
* Some test-suite fixes for visual studioWilliam S Fulton2012-04-164-3/+15
* Make octave_dim tests pass for octave version != 3.2.4Karl Wette2012-04-152-4/+6
* Fixed segfault-on-exit in octave 3.2.4Karl Wette2012-04-151-1/+3
* Fix a few warnings/errors in the test-suite using Solaris compilerWilliam S Fulton2012-04-155-8/+18
* Rename r_base_test to overload_method as it is a useful test for all languagesWilliam S Fulton2012-04-154-6/+6
* One test per line in MakefileWilliam S Fulton2012-04-151-2/+8
* add test to confirm fix to sourceforge 3478922Joseph Wang2012-04-153-1/+34
* remove spurtious printfJoseph Wang2012-04-151-1/+0
* Add back in %traits_enum removed in rev 12961 and probably fix iterating thro...William S Fulton2012-04-142-5/+43
* Remove annoying echo of compiler invocation by R CMD SHLIBWilliam S Fulton2012-04-141-2/+3
* As std_list.i is not available in many language, put this python specific tes...William S Fulton2012-04-142-1/+1
* Apply patch #3517435 from Miles Bader - prefer to use Lua_pushglobaltableWilliam S Fulton2012-04-143-5/+13
* Diagnostics for erratically failing test caseWilliam S Fulton2012-04-141-1/+1
* Revert rev 12835 as it introduces a failure in the test-suite (primitive_type...William S Fulton2012-04-143-7/+4
* Remove run tests which should have been done in rev 12953 (reverting %shared_...William S Fulton2012-04-141-6/+8
* nspace tests result in a warning if %nspace not supported where before it som...William S Fulton2012-04-144-1/+9
* Apply patch #3517769 from Robin Stocker to fix compile error on MacRuby using...William S Fulton2012-04-142-1/+4
* Apply patch #3511009 from Leif Middelschulte for slightly optimised char * va...William S Fulton2012-04-132-6/+9
* Apply #3219676 from Shane Liesegang which adds: - support for %factory - a __...William S Fulton2012-04-134-0/+55
* Apply #3513569 which adds a catchlist to the xml outputWilliam S Fulton2012-04-132-3/+8
* Don't use non-portable "==" in shell tests.Vadim Zeitlin2012-04-092-9/+9
* Lua 5.2.x is definitely supported nowOlly Betts2012-04-081-4/+3
* Drop warning the SWIG-generated wrappers for Lua have only been tested usingOlly Betts2012-04-081-1/+1
* [Lua] Add support for Lua 5.2 (patch SF#3514593 from Miles Bader)Olly Betts2012-04-0518-20/+73
* Fix typosOlly Betts2012-04-051-8/+7
* Remove superfluous ; after closing } of if statementOlly Betts2012-04-051-1/+1
* Remove isarray variable which is set but never used (fixes GCC 4.6Olly Betts2012-04-051-2/+0
* Fix bad change from r12830.Olly Betts2012-04-041-1/+1
* Add JNI checking when running Java test-suiteWilliam S Fulton2012-03-291-1/+2
* check in R-swig changes that implement vector conversions to and Joseph Wang2012-03-294-5/+297
* Update examples to talk about a version of Perl which we actually stillOlly Betts2012-03-271-73/+71
* Fix comment typoOlly Betts2012-03-271-1/+1
* update changelogXavier Delacour2012-03-261-0/+4
* add extra logic to the octave_swig_type::dims(void) method: it checks if the ...Xavier Delacour2012-03-264-2/+231
* make is_object return true for swig types (patch from jgillis, sf 3424833)Xavier Delacour2012-03-261-0/+7
* Revert 12776, 12777 - %shared_ptr fixes with typedef. It breaks li_boost_shar...William S Fulton2012-03-253-55/+33
* Cosmetic comment in makefileWilliam S Fulton2012-03-251-1/+1
* fix typo in int definitionJoseph Wang2012-03-251-2/+3
* don't free if the pointer is marked as outputJoseph Wang2012-03-251-2/+11
* Remove trailing semicolon from do { ... } while(0) idiomOlly Betts2012-03-241-2/+2