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
52864 5808 d 21 h urbaneks /branches/R-exp-R5/ Experinental branch implementing "R5" ideas - extending S language to
create a more intuitive object system
 
52219 5896 d 7 h murdoch /trunk/ Change graphics device callback initEvent to eventHelper
Add support of graphics events to X11 device
 
52104 5907 d 21 h ripley /trunk/src/ have R_ProcessEvents on all platforms  
52084 5910 d 15 h ripley /trunk/src/main/ need to condition R_ProcessEvents  
52081 5910 d 21 h murdoch /trunk/ New graphics event handling  
45667 6653 d 0 h ripley /trunk/src/main/ remove old comments on i18n if no longer relevant  
45446 6672 d 0 h ripley /trunk/src/main/ whitespace cleanup  
44299 6752 d 5 h ripley /trunk/src/ introduce pDevDesc for NewDescDev*  
44261 6754 d 5 h ripley /trunk/src/ remove some unnecessary uses of <Graphics.h>
modernize rproxy_dev
 
43533 6820 d 23 h ripley /trunk/ fix PR#10453  
42307 6944 d 3 h ripley /trunk/src/ change reference to GPL  
41909 6988 d 7 h ripley /trunk/src/ move gevents routines to a public header.
tidy up header inclusions
 
41894 6990 d 22 h ripley /trunk/ deriv was returning double not int dims
make use of mkString and ScalarXXX to simplify code
 
41890 6991 d 4 h ripley /trunk/src/main/ add const  
41852 6992 d 19 h ripley /trunk/src/ tidy up graphics events, don't use prompt as format string  
41686 7007 d 0 h ripley /trunk/ more improvements to warning/error messages  
40705 7106 d 5 h ripley /trunk/ bugfix in duplicate on CHARSXPs
more use of translateChar
 
39866 7197 d 23 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 7509 d 15 h ripley /trunk/ reduce the number of visible symbols in libR.so from 1806 to 1136  
36820 7525 d 20 h ripley /trunk/ update FSF address  

Show All