The R Project SVN R

Rev

Show changed files | Details | Compare with Previous | Blame | RSS feed

Filtering Options

Rev Age Author Path Log message Diff
87207 660 d 11 h maechler /branches/R-more-NS/ Create R-more-NS  
87075 697 d 11 h kalibera /trunk/src/ Avoid including headers from extern C blocks to reduce the risk of breakage
with C++ compilers.
 
86467 826 d 1 h luke /trunk/src/include/R_ext/ ALTREP is an experimental API that can be used in packages with caution.  
86459 826 d 10 h ripley /trunk/src/include/R_ext/ explicitly state what is not API  
84208 1205 d 5 h ripley /trunk/src/include/R_ext/ needs defn of Rcomplex and can be included directly in packages  
83914 1244 d 23 h luke /trunk/ ALTREP now supports \code{VECSXP} vectors.
Contributed by Gabor Csardi in PR17620.
 
75481 2834 d 2 h luke /trunk/src/ Added ALTREP support from Gabe Becker for logical, comples, and raw vectors.  
75414 2848 d 16 h luke /trunk/src/ Made R_ext/Altrep.h more C++ friendly. Suggested by Michael Sannella.  
74405 3057 d 1 h luke /trunk/ All sort veriants now make use of ALTREP meta-data; from Gabe Becker.  
74229 3092 d 19 h luke /trunk/src/include/R_ext/ Merged in some definitions from ALTREP.  
74224 3093 d 1 h luke /trunk/src/ Added support for ALTINTEER and ALTREAL Sum, Min, Max methods.  
73718 3178 d 9 h luke /trunk/src/ Drop second argument from DATAPTR_OR_NULL and return a const pointer.  
73472 3217 d 4 h luke /trunk/src/ Merged in the rest of the basic ALTREP framework.