aboutsummaryrefslogtreecommitdiff
path: root/Lib/r
AgeCommit message (Expand)Author
2013-07-14change to allow file SEXP return valuesjoequant
2013-01-07add boost_shared_ptr for Rjoequant
2013-01-06r changes to handle external pointersjoequant
2012-09-07Fix for gcc warning -Wunused-value without triggering -Wunused-parameterWilliam S Fulton
2012-08-26make ExternalReference slot ref to contain referenceJoseph Wang
2012-08-20Revert r13601 as it breaks older versions of RWilliam S Fulton
2012-08-12change R components so that pointers are visible through refJoseph Wang
2012-08-08add pair to stl.iJoseph Wang
2012-06-11Move contributor names to where they belongWilliam S Fulton
2012-06-10add std_vector items`Joseph Wang
2012-04-15remove spurtious printfJoseph Wang
2012-04-14Add back in %traits_enum removed in rev 12961 and probably fix iterating thro...William S Fulton
2012-03-29check in R-swig changes that implement vector conversions to and Joseph Wang
2012-03-27Fix comment typoOlly Betts
2012-03-25fix typo in int definitionJoseph Wang
2012-03-25don't free if the pointer is marked as outputJoseph Wang
2012-03-24Remove trailing semicolon from do { ... } while(0) idiomOlly Betts
2012-03-23change to make funcptr.ctest workJoseph Wang
2012-03-21fix typos and add more typecheckJoseph Wang
2012-03-20Fix missing stddef.h when %import of STL containers. Was causing compile fail...William S Fulton
2012-03-18use type checks to order r outputsJoseph Wang
2012-03-18add list to R backendJoseph Wang
2012-03-13Fix #3475492 - iterating through std::vector wrappers of enumerations.William S Fulton
2011-11-30R tidy up removing C++ commentsWilliam S Fulton
2011-03-29Apply patch #3239076 from Marie White fixing strings for R >= 2.7.0William S Fulton
2010-05-09change call for R to use mkCharLen where it exists (R versions >=Joseph Wang
2010-05-05Memory leak fix handling const std::string & inputs, reported by Will Nolan.William S Fulton
2010-04-23minor formatting changeWilliam S Fulton
2010-04-01Change typemap matching rules for the default type (SWIGTYPE) to follow templ...William S Fulton
2009-11-10add std_mapJoseph Wang
2009-11-04first pass at making fcompact work with RJoseph Wang
2009-01-12put in integer fixesJoseph Wang
2009-01-11Fix integer handling in r. unsigned values where getting handledJoseph Wang
2008-12-30remove duplicate SWIGR macroWilliam S Fulton
2008-12-29change as(...,"integer") to as.integer to force conversion into integersJoseph Wang
2008-11-28UTL - Fix some incorrect acceptance of types in the STL, eg a double * elemen...William S Fulton
2008-08-31change Rf_warning to warning. Looks like a typoJoseph Wang
2008-06-19add complete list of R reserved wordsWilliam S Fulton
2008-06-19Add R keyword support. Rename keywords for successful compilation of Java and...William S Fulton
2008-05-20Fix problem that was causing breakage in pre-2.7 RJoseph Wang
2008-05-08remove numerical conversion in corecionsJoseph Wang
2008-04-26remove numeric coercion which seems to be unnecessaryJoseph Wang
2008-04-26Add R 2.7 callsJoseph Wang
2008-04-26Put in ifdef for 2.7Joseph Wang
2008-04-26change CHAR method since mkCharEnc doesn't do what I thought it did in 2.6Joseph Wang
2008-02-12Set S4 flag which should fix the problem in R 2.6 that some S4 methods Joseph Wang
2008-02-10Add newmemory parameter for SWIG_TypeCastWilliam S Fulton
2007-11-14Fix off by 1 memory allocationWilliam S Fulton
2007-11-14Fix C errorsWilliam S Fulton
2007-11-14Fix C errorsWilliam S Fulton