R
R-packages
Català-Valencià – Catalan
中文 – Chinese (Simplified)
中文 – Chinese (Traditional)
Česky – Czech
Dansk – Danish
Nederlands – Dutch
English – English
Suomi – Finnish
Français – French
Deutsch – German
עברית – Hebrew
हिंदी – Hindi
Magyar – Hungarian
Bahasa Indonesia – Indonesian
Italiano – Italian
日本語 – Japanese
한국어 – Korean
Македонски – Macedonian
मराठी – Marathi
Norsk – Norwegian
Polski – Polish
Português – Portuguese
Português – Portuguese (Brazil)
Русский – Russian
Slovenčina – Slovak
Slovenščina – Slovenian
Español – Spanish
Svenska – Swedish
Türkçe – Turkish
Українська – Ukrainian
Oëzbekcha – Uzbek
The R Project SVN
R
(root)
/
branches
/
R-bool
/
src
/
include
/
R_ext
/
Altrep.h
– Rev 87966
Rev
Show changed files
|
Details
|
Compare with Previous
|
Blame
|
RSS feed
Filtering Options
From rev
To rev
Max revs
Search history for
Show All
Rev
Age
Author
Path
Log message
Diff
87966
501 d 18 h
ripley
/branches/R-bool/
create R-bool branch
87075
698 d 16 h
kalibera
/trunk/src/
Avoid including headers from extern C blocks to reduce the risk of breakage
with C++ compilers.
86467
827 d 6 h
luke
/trunk/src/include/R_ext/
ALTREP is an experimental API that can be used in packages with caution.
86459
827 d 15 h
ripley
/trunk/src/include/R_ext/
explicitly state what is not API
84208
1206 d 10 h
ripley
/trunk/src/include/R_ext/
needs defn of Rcomplex and can be included directly in packages
83914
1246 d 4 h
luke
/trunk/
ALTREP now supports \code{VECSXP} vectors.
Contributed by Gabor Csardi in PR17620.
75481
2835 d 7 h
luke
/trunk/src/
Added ALTREP support from Gabe Becker for logical, comples, and raw vectors.
75414
2849 d 21 h
luke
/trunk/src/
Made R_ext/Altrep.h more C++ friendly. Suggested by Michael Sannella.
74405
3058 d 6 h
luke
/trunk/
All sort veriants now make use of ALTREP meta-data; from Gabe Becker.
74229
3094 d 0 h
luke
/trunk/src/include/R_ext/
Merged in some definitions from ALTREP.
74224
3094 d 6 h
luke
/trunk/src/
Added support for ALTINTEER and ALTREAL Sum, Min, Max methods.
73718
3179 d 14 h
luke
/trunk/src/
Drop second argument from DATAPTR_OR_NULL and return a const pointer.
73472
3218 d 9 h
luke
/trunk/src/
Merged in the rest of the basic ALTREP framework.