summaryrefslogtreecommitdiff
path: root/Source/Modules/r.cxx
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove unused variableWilliam S Fulton2014-04-221-1/+0
* Fix R unions seg faultWilliam S Fulton2013-12-141-1/+1
* Remove cvs/svn Id stringsWilliam S Fulton2013-01-121-2/+0
* add finalizer for class fix. It was missing from earlierJoseph Wang2012-12-121-1/+1
* Fix Strcmp - it didn't have consistent null pointer handling - revert to what...William S Fulton2012-12-021-2/+2
* Remove some unused code and pointless variable assignmentsWilliam S Fulton2012-11-231-1/+1
* Remove unnecessary null checks or fix potential null dereferencesWilliam S Fulton2012-11-201-29/+33
* Resource leak fixes (or hiding them from Coverity static analysis tool by usi...William S Fulton2012-11-141-0/+1
* Remove DohClose (Close) and replace with calls to DohDelete (Delete) to fix s...William S Fulton2012-11-141-5/+1
* Fix some subtle named output typemap lookup misses, the fully qualified name ...William S Fulton2012-11-131-1/+1
* make ExternalReference slot ref to contain referenceJoseph Wang2012-08-261-0/+2
* Revert r13601 as it breaks older versions of RWilliam S Fulton2012-08-201-5/+1
* change R components so that pointers are visible through refJoseph Wang2012-08-121-1/+5
* Fix use of deleted memory in R moduleWilliam S Fulton2012-08-081-1/+0
* change method of passing arguments into R overloading codeJoseph Wang2012-03-181-3/+2
* add rtypecheckJoseph Wang2012-03-181-29/+73
* switch on debugs in debug modeJoseph Wang2012-03-181-0/+7
* change stderr -> stdout for debug messagesJoseph Wang2012-03-181-40/+40
* Remove numerous hard coded 'result' variable name in generated c/c++ wrappers...William S Fulton2011-10-301-10/+9
* Remove redundant code highlighted by warnings in gcc-4.6William S Fulton2011-03-141-21/+3
* Better consistency in usage displayWilliam S Fulton2011-03-091-3/+6
* R - SF #3168676 Fix %rename not working for member variables and methods. Add...William S Fulton2011-02-041-1/+1
* [R] Improve error message for missing argtypesJoseph Wang2010-10-171-1/+2
* [R] Fix failure in overloaded functions which was breakingJoseph Wang2010-10-171-1/+13
* code style: fix inconsistent NULL pointer comparisonsWilliam S Fulton2010-06-171-1/+1
* Add support for the Go programming language.Ian Lance Taylor2010-06-101-0/+2
* add R garbage collection and newfreeJoseph Wang2010-05-121-4/+20
* Remove some R debugging outputWilliam S Fulton2010-04-011-2/+2
* SWIG license change - Source moves to GPLv3William S Fulton2010-02-271-2/+6
* remove some dead code using which should be using SwigType_typedef_resolve_al...William S Fulton2010-01-201-40/+1
* Fix a few inconsistencies in reporting of file/line numberings including modi...William S Fulton2010-01-091-47/+45
* Add typemaps used debugging option (-debug-tmused). Fix missing file/line num...William S Fulton2010-01-041-5/+2
* add std_mapJoseph Wang2009-11-101-17/+17
* first pass at making fcompact work with RJoseph Wang2009-11-041-17/+17
* fix some overloaded warning messages when templates are usedWilliam S Fulton2009-07-261-18/+10
* add new %begin directive for inserting code at top of wrapper fileWilliam S Fulton2009-02-201-8/+9
* All languages now define a macro in the generated C/C++ wrapper file indicati...William S Fulton2008-12-301-4/+6
* add missing language specific preprocessor define where missing for some lang...William S Fulton2008-12-291-1/+1
* create a common banner header for all target language specific filesWilliam S Fulton2008-12-291-3/+2
* customised ccache support: read the CCACHE_OUTFILES env variable and if exist...William S Fulton2008-11-031-3/+3