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
75453 2840 d 7 h luke /branches/R-conflicts/ Create branch for experimenting with search path conflict resolution.  
71840 3504 d 9 h kalibera /trunk/ Prevent unnecessary compilation of functions at serialization time with R_COMPILE_PKGS=1. Now R_COMPILE_PKGS has no direct impact on R, but it still advises INSTALL to enable/disable package compilation when needed. Compilation of base packages is now done using _R_COMPILE_PKGS_.  
59853 5125 d 10 h ripley /trunk/ some cleaning up  
56483 5483 d 14 h ripley /trunk/src/library/ more non-byte-compilation options  
56471 5485 d 14 h ripley /trunk/ tweaks to the build process on Windows  
56468 5485 d 17 h ripley /trunk/src/library/ start porting Rlazy[comp] to Windows  
56263 5504 d 2 h ripley /trunk/ avoid substitution  
56260 5504 d 6 h ripley /trunk/ avoid recompiling packages with unchanged R code  
56257 5504 d 10 h ripley /trunk/ move selecting byte-compilation to Makefiles in individual packages  
53405 5756 d 8 h ripley /trunk/ make base packages in a way more like Unix  
53401 5756 d 12 h ripley /trunk/src/ clean up, by using a Makeconf file and not mixing CFLAGS/OPTFLAGS  
51224 5987 d 8 h ripley /trunk/src/library/methods/ add dependence  
51075 6022 d 2 h ripley /trunk/ more on use of BINDIR (but not yet complete)  
49839 6149 d 16 h ripley /trunk/ tidy up  
49115 6197 d 18 h ripley /trunk/ move to new help system  
47737 6392 d 7 h ripley /trunk/src/library/ missing lists  
47735 6392 d 7 h ripley /trunk/ merge in modularized Makefiles  
47696 6395 d 5 h ripley /trunk/src/ part two of Unix-like package build system  
47694 6395 d 7 h ripley /trunk/src/ first pass at a more-Unix like build system for packages