summaryrefslogtreecommitdiff
path: root/Source/Modules/r.cxx
Commit message (Expand)AuthorAgeFilesLines
* merge revisions 11872:11876 from trunk to gsoc2008-jezabek branch - license c...William S Fulton2010-03-061-2/+6
* Merged revisions 10794,10801-10809,10827-10831,10834,10846-10856,10860,10862-...Jan Jezabek2009-06-211-17/+19
* Merged revisions 10527,10530-10531,10536-10537,10539-10552,10558-10568,10574-...Jan Jezabek2008-06-241-3/+14
* Merged revisions 10418:10475 from trunk.Jan Jezabek2008-05-201-422/+20
* Fixes problems people have been having with vector/matrix argumentsJoseph Wang2008-04-271-0/+8
* R does not like variables with leading underscoresJoseph Wang2008-04-261-16/+30
* Improve wrapping of global function pointer variables for R - note that use o...William S Fulton2008-02-271-43/+35
* Use -package to change the package name. Ensure the initialization routine is...William S Fulton2007-11-141-13/+12
* Rename dll/shared object name to be the same as the module name - _wrap is no...William S Fulton2007-11-141-2/+1
* Fixes for Visual C++ for C++ codeWilliam S Fulton2007-11-111-1/+8
* Dont use the global namespace polluting methods in the R headers - provides V...William S Fulton2007-11-111-11/+10
* Remove _wrap from .R filesJoseph Wang2007-11-111-1/+1
* Fix for VC++ 6 which doesnt seem to initialise member variables which are def...William S Fulton2007-11-101-38/+38
* Windows fix (need to dllexport funtions)William S Fulton2007-11-101-1/+1
* Changes to compile with VC++6William S Fulton2007-11-101-4/+5
* Fix uninitialised variables, generation of illegal C variable names and seg f...William S Fulton2007-11-081-56/+96
* Fix so that it works for 2.6 and 2.5Joseph Wang2007-10-281-4/+4
* Change to fit 2.5.1Joseph Wang2007-10-261-5/+5
* Add "freearg" templateJoseph Wang2007-10-251-3/+26
* Tweaks to fix errors in r module codeJoseph Wang2007-10-251-5/+5
* Replace cvs $Header$ with svn $Id$William S Fulton2007-10-171-1/+1
* Fix a bunch of minor bugs found by Coverity scannerJohn Lenz2007-08-101-2/+5
* dead code fixesWilliam S Fulton2007-07-171-1/+1
* Remove unused Printf() parameters.Olly Betts2007-06-061-4/+4
* The code for list attributes was adding a spurtious comma, which causedJoseph Wang2007-06-041-1/+5
* Fix compilation with GCC 4.3 snapshot.Olly Betts2007-05-171-2/+2
* API cleanup (Parms)Dave Beazley2007-01-101-11/+11
* variable hiding warning fixWilliam S Fulton2006-11-021-8/+8
* beautify/format source code with gnu indentWilliam S Fulton2006-11-011-10/+8
* add methods call and deref for functor and dereferencing operatorsJoseph Wang2006-08-211-2/+21
* remove extern symbol that was causing errorsJoseph Wang2006-07-291-2/+0
* ensure $symname is suitably expandedWilliam S Fulton2006-07-051-0/+3
* fix compiler warningsWilliam S Fulton2006-06-291-1/+1
* -help consistent with other languagesWilliam S Fulton2006-06-291-9/+9
* Authors go in the readme file and add missing cvs $William S Fulton2006-06-291-1/+1
* Committing R-SWIGJoseph Wang2006-06-291-0/+3035