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
88919 285 d 7 h luke /trunk/src/include/ Move declarations for INTEGER0 and friends from Rinternals.h to Defn.h.  
85847 907 d 5 h kalibera /trunk/src/include/R_ext/ For safety, do not evaluate expr on empty vector in ITERATE_BY_REGION_PARTIAL
and ITERATE_BY_REGION_PARTIAL_REV.
 
80262 1910 d 1 h lawrence /trunk/ Optimize [any]duplicated() for known-to-be-sorted integer and real vectors, courtesy of Gabriel Becker via PR#17993  
77369 2456 d 11 h kalibera /trunk/src/include/R_ext/ Suppress compiler warning when idx is unused in expr of ITERATE_BY_REGION.  
77331 2467 d 4 h kalibera /trunk/src/include/R_ext/ Fix starting offset and batch size in ITERATE_BY_REGION_PARTIAL (reported by Wang
Jiefei).
 
76854 2563 d 3 h luke /trunk/ Merged in Gabe Becker's second patch for ALTREP printing.  
73718 3178 d 11 h luke /trunk/src/ Drop second argument from DATAPTR_OR_NULL and return a const pointer.  
73635 3194 d 1 h luke /trunk/src/include/R_ext/ Renamed buffer for region iteration and increased size to 512,  
73412 3223 d 4 h luke /trunk/src/include/R_ext/ Added region iteration macro from ALTREP.  
71657 3542 d 5 h plummer /trunk/src/include/ Clarify license for LGPL headers.  
68949 4005 d 7 h ripley /trunk/src/ use https  
68663 4029 d 22 h luke /trunk/src/ Reduce use of mod operator for recycling to improve performance; from
Tomas Kalibara. Addresses a performance degredation introduced in
rbind/cbind when long vector support was added.
 
63917 4701 d 1 h luke /trunk/src/include/R_ext/ Added iteration macros for implementing vectorized operations with
proper recycling and interrupt check.