summaryrefslogtreecommitdiff
path: root/Source/Modules/r.cxx
Commit message (Expand)AuthorAgeFilesLines
* Fix further missing semicolons in R code.William S Fulton2020-06-021-1/+1
* fixed some missing semicolons. Each one caused a compile error in generated codekhoran2020-03-251-1/+1
* Fix R memory leak on exceptionArnaud BarreĢ2020-01-301-4/+19
* Remove redundant code from r.cxxWilliam S Fulton2020-01-301-115/+2
* Fix display of template classnames in generated R codeWilliam S Fulton2020-01-301-4/+5
* Removed some remaining commented sectionsRichard Beare2019-08-301-74/+2
* moved registration routine and use swig_name_getRichard Beare2019-04-101-7/+2
* calling Swig_name_setgetRichard Beare2019-04-101-2/+5
* Used Swig_name_register so that Swig_name_wrapper producesRichard Beare2019-04-101-1/+4
* Removed last instance of using Strcmp to check for a set/getRichard Beare2019-04-101-5/+1
* Alternative version of using memberlist processing. This clarifies theRichard Beare2019-04-101-21/+59
* commenting out unused codeRichard Beare2019-04-101-0/+10
* first pass at removing string comparisons for set/get methodsRichard Beare2019-04-101-36/+57
* trial changing member list processingRichard Beare2019-04-101-16/+71
* Remove unused code in r.cxxWilliam S Fulton2019-03-181-12/+0
* ENH:Richard Beare2019-03-111-20/+4
* FIX: references to enums now functioningRichard Beare2019-03-081-54/+29
* Reformat comments in R moduleRichard Beare2019-03-081-153/+172
* Code style changes post reviewRichard Beare2019-03-081-19/+21
* ENH: R Module: Enumerations with values set by calls to C code, allowingRichard Beare2019-03-081-14/+54
* Setting enum values with calls to the C code.Richard Beare2019-03-081-57/+139
* Fix overloading for non-pointers and NULL - RWilliam S Fulton2018-12-301-23/+15
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-131-12/+7
* Revert "Remove -cppcast and -nocppcast command line options"William S Fulton2018-11-061-7/+12
* Remove -cppcast and -nocppcast command line optionsWilliam S Fulton2018-11-061-12/+7
* R memory handling standardisationWilliam S Fulton2017-10-131-5/+5
* change r to allow logical enums. add change to CHANGES.currentJoseph C Wang2017-10-101-2/+11
* [R] Improve handling of enumsOlly Betts2017-10-071-15/+28
* Merge branch 'r_fixes_2' of https://github.com/fschlimb/swigJoseph C Wang2017-10-011-374/+667
|\
| * smart-pointer classes deriving from parent smart-pointersFrank Schlimbach2017-08-311-394/+397
| * constructors now returning smart pointers (if class declared as such)Frank Schlimbach2017-08-311-0/+9
| * fixing smart-pointer and NAMESPACE supportFrank Schlimbach2017-08-311-4/+22
| * - allowing R package names with containing dosts ('.')Frank Schlimbach2017-08-311-5/+11
* | Remove code duplication of Swig_overload_rankWilliam S Fulton2017-09-111-256/+0
|/
* Fix various comment and documentation typosOlly Betts2017-08-131-1/+1
* Fix R function pointer wrappers containing lvalue and rvalue reference parame...William S Fulton2017-06-161-11/+20
* 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 #697 - miscounting comma in member listsJoseph C Wang2016-11-121-3/+3
* Add support for "ret" typemap where missing and improve documentation on it.William S Fulton2016-09-291-0/+7
* Fix SWIG overloading warning display for R and allegroclWilliam S Fulton2016-05-281-3/+6
* Fix assertion for some languages when wrapping a C++11 enum class that is pri...William S Fulton2016-03-311-0/+3
* Prevent redefinition warnings when compiling with SWIG<module> definedPetre Eftime2015-12-221-3/+1
* Revert "Merge pull request #494 from richardbeare/enumR2015B"Joseph C Wang2015-08-111-1028/+1053
* This is a modification to support use of tricky enumerations in R. ItRichard Beare2015-08-101-1053/+1028
* Fix r.cxx build breakWilliam S Fulton2015-06-121-0/+1
* R - Remove constantWrapper message wrapping constantsWilliam S Fulton2015-06-121-0/+10
* Clearer warning message for badly constructed typecheck typemapsWilliam S Fulton2015-04-141-2/+2
* Eliminate needless casting away const from string constantsOlly Betts2014-04-301-1/+1
* Fix typosOlly Betts2014-04-291-1/+1