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
42208 6955 d 4 h murdoch /branches/djm-source/ Recreate branch from trunk  
41975 6980 d 10 h ripley /trunk/src/ clean up after making lazyLoadDBfetch primitive  
40319 7151 d 11 h ripley /trunk/ more efficiency tweaks on data frames  
40307 7153 d 2 h ripley /trunk/ tweaks to 'compact' rownames, including 'automatic' ones and performance tweaks  
40137 7171 d 19 h maechler /trunk/ .Call("R_shortRowNames", .) => fast dim.data.frame(); more to come  
39866 7196 d 3 h duncan /trunk/src/ The following are half the files changed to compile R with C++.
These are the simple, safe changes that keep the stricter compiler happy.

Change variable new to _new, class to klass, this to This or _this, template to Template, not to Not.
Remove some duplicate routine declarations.
Modernize some K&R routine parameter definitions.
Make explicit the signature for some routine pointer types.
Declare mode in creating connection as a const char * const.
Correct some routine declarations.
Add a throw to some routine definitions if in C++ to match built-in definitions.
Made the Clinkage explicit for rwarnc, rexitc. Use enum labels/constants where necessary.

The goals of using g++ are
a) to use a stricter compiler to discover anomolies in our code,
b) be able to use g++ -fdump-translation-unit so that we can more readily
do code analysis on the routines, variables, expressions and at the very
least allow me to identify the use of global variables automatically
and propose refactoring strategies,
c) to explore the pros and cons of using an Object Oriented programming
language C++ as the base language to get extensibility at the system level
and take advantage of some higher-level language features such as exceptions.
 
39433 7249 d 22 h ripley /trunk/src/ revert r39426 as Hmisc calls R_rowsum in PACKAGE=base  
39426 7250 d 5 h ripley /trunk/src/ remove legacy R_rowsum  
39348 7254 d 9 h ripley /trunk/src/ migrate R_get_primitive from methods to base, add sanity check  
39077 7267 d 2 h jmc /trunk/ introduce S4 object bit and document it  
39004 7272 d 9 h ripley /trunk/src/ easier not to move r2dtable as rcont.o needs to be pulled in  
39002 7272 d 9 h ripley /trunk/ migrate r2dtable to package stats  
38044 7381 d 5 h ripley /trunk/ add na.rm argument to rowsum  
37126 7494 d 4 h ripley /trunk/ remove some code left over from La.eigen
allow a tolerance on the test for real eigenvalues in La_rs.
add some notes on accuracy issues in eigen.
 
36990 7507 d 20 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36902 7515 d 16 h duncan /trunk/src/ Registration information now also available from getNativeSymbolInfo() and used in the loadNamespace() call when loading a library and creating R symbols for the routines.  
36820 7524 d 0 h ripley /trunk/ update FSF address  
35002 7676 d 6 h ripley /trunk/ rationalization of header files  
35001 7676 d 7 h ripley /trunk/src/ move chull.c to grDevices now the R code has been moved.
begin to tidy up Applic.h
 
34893 7696 d 6 h maechler /trunk/src/main/ oops: belongs to r34890  

Show All