summaryrefslogtreecommitdiff
path: root/Lib/r
Commit message (Expand)AuthorAgeFilesLines
* Fix #555 - Add stdio.hJoseph C Wang2016-11-121-0/+1
* Writing R extensions says:Richard Beare2016-08-051-11/+11
* UTL STL container descriptor checksWilliam S Fulton2016-07-281-1/+2
* Remove unused code in R wrappersWilliam S Fulton2016-06-051-4/+0
* cleaned up constantsRichard Beare2016-04-211-45/+52
* R delete an old trace statementRichard Beare2016-04-191-2/+1
* Missing definitions for vector referencesRichard Beare2016-04-191-27/+27
* run test and copying typemaps to std::stringRichard Beare2016-04-051-4/+14
* added R string vector to C++ std::vector of stringsRichard Beare2016-04-051-2/+36
* Merge pull request #633 from sbpcs59/masterjoequant2016-03-261-2/+2
|\
| * Suppress message at package load - Creating a generic function for ‘printâ€...sbpcs592016-03-101-2/+2
* | Support for more numeric types in std::vector for R.Richard Beare2016-03-151-29/+444
|/
* Don't use long long if it isn't availableAlec Cooper2016-01-061-4/+16
* Fix STL wrappers to not generate <: digraphs.William S Fulton2015-12-121-8/+8
* shared_ptr typemap error message fix for global variablesWilliam S Fulton2015-09-251-2/+4
* suppress warning for ExternalReference printJoseph C Wang2015-07-041-2/+2
* R - fix duplicate generation of 'self' parameter.William S Fulton2015-06-121-0/+4
* R - Call to SWIG_createNewRef in copyToC was incorrectly named.William S Fulton2015-06-121-2/+2
* Fix R Lib files and testcase failing due to new preprocessor checksWilliam S Fulton2014-10-292-24/+12
* Fix Visual Studio compile error in C++ wrappers due to #include <exception> w...William S Fulton2013-10-171-1/+1
* Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-10-102-1/+10
|\
| * Guile OUTPUT typemap fixWilliam S Fulton2013-09-151-1/+8
| * change to allow file SEXP return valuesjoequant2013-07-141-0/+2
* | Merge branch 'master' into gsoc2009-matevzWilliam S Fulton2013-01-2811-62/+1177
|\ \ | |/
| * add boost_shared_ptr for Rjoequant2013-01-072-0/+314
| * r changes to handle external pointersjoequant2013-01-062-9/+12
| * Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton2012-09-071-1/+1
| * make ExternalReference slot ref to contain referenceJoseph Wang2012-08-261-42/+120
| * Revert r13601 as it breaks older versions of RWilliam S Fulton2012-08-201-30/+16
| * change R components so that pointers are visible through refJoseph Wang2012-08-121-16/+30
| * add pair to stl.iJoseph Wang2012-08-081-0/+2
| * Move contributor names to where they belongWilliam S Fulton2012-06-111-1/+0
| * add std_vector items`Joseph Wang2012-06-101-89/+427
| * 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-141-4/+42
| * check in R-swig changes that implement vector conversions to and Joseph Wang2012-03-293-5/+293
| * Fix comment typoOlly Betts2012-03-271-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
| * change to make funcptr.ctest workJoseph Wang2012-03-231-0/+2
| * fix typos and add more typecheckJoseph Wang2012-03-211-1/+7
| * Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton2012-03-201-1/+1
| * use type checks to order r outputsJoseph Wang2012-03-182-2/+38
| * add list to R backendJoseph Wang2012-03-181-0/+5
| * Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton2012-03-131-0/+4
| * R tidy up removing C++ commentsWilliam S Fulton2011-11-302-13/+6
| * Apply patch #3239076 from Marie White fixing strings for R >= 2.7.0William S Fulton2011-03-291-3/+3
* | Add rvalue reference typemapsWilliam S Fulton2013-01-241-1/+14
|/
* change call for R to use mkCharLen where it exists (R versions >=Joseph Wang2010-05-091-0/+11