summaryrefslogtreecommitdiff
path: root/Lib/r
Commit message (Expand)AuthorAgeFilesLines
* R rtypecheck typemapsWilliam S Fulton2022-11-051-3/+37
* Overloading fixes for R and rtypecheck typemapWilliam S Fulton2022-11-051-0/+6
* Fix memory leak in R shared_ptr wrappersWilliam S Fulton2022-11-052-6/+16
* R shared_ptr fixesWilliam S Fulton2022-10-241-0/+19
* R - Add support for std::vector<std::vector<std::string>>William S Fulton2022-10-171-3/+35
* Correct new Raise functions to be staticWilliam S Fulton2022-10-141-1/+1
* Remove STRING_VALUE to keep supporting older versions of RWilliam S Fulton2022-10-141-1/+1
* Add missing SWIGTYPE *const& typemapsWilliam S Fulton2022-10-131-2/+7
* Javascript, Octave, R - Improve exceptions for %catchesWilliam S Fulton2022-09-191-3/+7
* Provide SWIGTYPE MOVE typemaps in swigmove.iWilliam S Fulton2022-09-161-0/+1
* Cosmetic stray semi-colon removal after %typemap using quotesWilliam S Fulton2022-08-313-28/+28
* More move semantics improvementsWilliam S Fulton2022-07-041-2/+2
* Performance optimisation for directors for classes passed by valueWilliam S Fulton2022-07-041-1/+1
* Renames performed by `%namewarn` with `rename=` are printed in warning messageSeth R Johnson2022-02-061-2/+2
* fixed some missing semicolons. Each one caused a compile error in generated codekhoran2020-03-251-5/+5
* Minor refactor of R error handling codeWilliam S Fulton2020-01-311-34/+32
* Fix R memory leak on exceptionArnaud Barré2020-01-302-4/+43
* Fix R return by C++11 const ref enum classesWilliam S Fulton2019-03-181-1/+1
* FIX: references to enums now functioningRichard Beare2019-03-082-4/+8
* Setting enum values with calls to the C code.Richard Beare2019-03-081-1/+1
* Create a consistent stl.i library fileWilliam S Fulton2019-02-121-9/+8
* Fix overloading for non-pointers and NULL - RWilliam S Fulton2018-12-302-2/+2
* Add std_shared_ptr.i for Scilab and R as boost_shared_ptr.i is already availableWilliam S Fulton2018-03-091-0/+2
* add new tests and coercion files for null fix #1124Joseph C Wang2017-11-261-5/+12
* fix null changes to work with C90 compilersJoseph C Wang2017-11-261-1/+2
* fix #1124 - return R_NilValue for null pointer objectsJoseph C Wang2017-11-241-0/+3
* Enhancements for directorin typemapsWilliam S Fulton2017-10-161-29/+29
* Director shared_ptr typemaps for scripting languagesWilliam S Fulton2017-10-131-0/+82
* R memory handling standardisationWilliam S Fulton2017-10-131-4/+2
* Scilab, R and Octave shared_ptr typemaps null fixWilliam S Fulton2017-10-111-4/+3
* Octave and R shared_ptr typemaps updateWilliam S Fulton2017-10-111-7/+18
* Fix overloading of shared_ptr method overloadingWilliam S Fulton2017-09-231-1/+1
* Fix various comment and documentation typosOlly Betts2017-08-132-2/+2
* as() no longer uses memset and always throws.Mike Romberg2017-07-201-11/+5
* Fix warning in generated code - traits_asptr.William S Fulton2017-06-131-1/+1
* Consistent whitespace amongst all the shared_ptr and intrusive_ptr typemapsWilliam S Fulton2017-04-201-11/+11
* Remove illegal operator overload names in RWilliam S Fulton2016-12-221-38/+0
* Revert "Merge pull request #853 from ivannp/underscores"William S Fulton2016-12-221-26/+38
* Renamed all operators beginning with underscore.Ivan Popivanov2016-12-171-38/+26
* 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