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
43096 6870 d 1 h urbaneks /branches/R-ObjC/ experimental branch of R where all R objects are also ObjC objects  
42307 6942 d 12 h ripley /trunk/src/ change reference to GPL  
41899 6987 d 14 h ripley /trunk/ tidy up and document R_AllocStringBuffer
make use of it, or tidy up usage
 
41894 6989 d 7 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41784 6995 d 12 h ripley /trunk/src/ more 'const char *'  
41687 7005 d 8 h ripley /trunk/src/main/ patch from Seth Falcon to r41495  
41686 7005 d 8 h ripley /trunk/ more improvements to warning/error messages  
41631 7009 d 15 h ripley /trunk/src/ work on inlining
- allow C99 model
- use static inlining in units where function is used a lot
export isS4, asS4 (don't use them internally, rather macros)
work around an optimization bug in currnt gcc pre-4.3.0
 
41495 7020 d 1 h rgentlem /trunk/src/ a large number of changes to alter the behavior of CHARSXPs so that
they are unique and hashed. This will have some effect on run time, but
for any application which uses a lot of names (like big arrays with
row or column names) the savings are often impressive
 
41229 7040 d 6 h ripley /trunk/src/main/ fix buffer overflow  
40705 7104 d 14 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
40704 7105 d 10 h ripley /trunk/src/main/ more on marked character strings  
39866 7196 d 8 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.
 
36990 7508 d 0 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7524 d 5 h ripley /trunk/ update FSF address  
35903 7590 d 4 h ripley /trunk/ more on C stack checking  
35590 7619 d 14 h ripley /trunk/ format was dropping dims (and dimnames) on 0-diml matrices  
35414 7641 d 0 h ripley /trunk/src/main/ -Wall  
35371 7643 d 8 h ripley /trunk/ add S-like 'scientific' argument to format.default  
35290 7651 d 9 h ripley /trunk/src/ some tidying up
format.data.frame now returns character cols as AsIs rather than factor.
 

Show All