| minor edits and comments |
|
More...
|
about 16 years ago
|
| less dumb exception code in non gcc compilers |
|
More...
|
about 16 years ago
|
| adapt unit test to absence of c++0x in Rcpp:::CxxFlags() |
|
More...
|
about 16 years ago
|
| discove c++0x by compiling a discovery script |
|
More...
|
about 16 years ago
|
| when we use Rf_length from R, call it as ::Rf_length to make sure we get the top-level namespace |
|
More...
|
about 16 years ago
|
| added DTL's paper |
|
More...
|
about 16 years ago
|
| bib files sorted (thanks, Emacs mode!) and some entries cleaned (Emacs too) |
|
More...
|
about 16 years ago
|
| use the __GXX_EXPERIMENTAL_CXX0X__ macro to better shield c++0x features |
|
More...
|
about 16 years ago
|
| + Environment::new_child() |
|
More...
|
about 16 years ago
|
| correct code for ExpressionVector::eval( env ) and extra unit test |
|
More...
|
about 16 years ago
|
| +ExpressionVector::eval() |
|
More...
|
about 16 years ago
|
| new constructor ExpressionVector( string ) that parses the string |
|
More...
|
about 16 years ago
|
| cache the Rcpp namespace |
|
More...
|
about 16 years ago
|
| added c++ code example in skeleton, use the Makevars hack |
|
More...
|
about 16 years ago
|
| use a simplified version of tryCatch since we only need one handler |
|
More...
|
about 16 years ago
|
| s/cpp.package.skeleton/Rcpp.package.skeleton/g |
|
More...
|
about 16 years ago
|
| revert exception handling to use tryCatch again |
|
More...
|
about 16 years ago
|
| same optimization for integer, raw, logical and complex vectors |
|
More...
|
about 16 years ago
|
| reflecting perf optimization |
|
More...
|
about 16 years ago
|
| caching in NumericVector to improve dramatically performance of operator[] |
|
More...
|
about 16 years ago
|
| rework evaluator to use the 'geterrmessage' thing suggested by L.Gautier and M. Morgan |
|
More...
|
about 16 years ago
|
| minimal version of cpp.package.skeleton |
|
More...
|
about 16 years ago
|
| added url where I blog about Rcpp |
|
More...
|
about 16 years ago
|
| using VectorBase to reduce code size |
|
More...
|
about 16 years ago
|
| +Rcpp::VectorBase |
|
More...
|
about 16 years ago
|
| more inlining |
|
More...
|
about 16 years ago
|
| +Environment::Binding templted conversion operator, NumericVector::operator[] inline |
|
More...
|
about 16 years ago
|
| updated INDEX for release 0.7.2 |
|
More...
|
about 16 years ago
|
| new release 0.7.2 |
|
More...
|
about 16 years ago
|
| no longer include doxygen-generated documentation as it is too large |
|
More...
|
about 16 years ago
|