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
73719 3178 d 11 h luke /branches/ALTREP/src/ Merged changes from trunk through 73718.  
73639 3192 d 21 h luke /branches/ALTREP/src/ Merged changes from trunk through 73638.  
73413 3223 d 5 h luke /branches/ALTREP/src/include/R_ext/ White space adjustments.  
72039 3467 d 17 h gmbecker /branches/ALTREP/src/ initial checkin of method table extension and altvec classes. more work to be done  
71676 3534 d 0 h luke /branches/ALTREP/ merged changes from trunk through 71675.  
71308 3598 d 1 h luke /branches/ALTREP/ Create ALTREP branch.  
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 2 h luke /trunk/src/include/R_ext/ Added iteration macros for implementing vectorized operations with
proper recycling and interrupt check.