| +Rcpp::ComplexVector |
|
More...
|
about 16 years ago
|
| minor update of Promise |
|
More...
|
about 16 years ago
|
| + Rcpp::Promise |
|
More...
|
about 16 years ago
|
| RObject::attr now returns RObject instead of SEXP |
|
More...
|
about 16 years ago
|
| new class Rcpp::ExpressionVector |
|
More...
|
about 16 years ago
|
| added constructors to CharacterVector |
|
More...
|
about 16 years ago
|
| small cleanup |
|
More...
|
about 16 years ago
|
| improve the Proxy class in Rcpp::GenericVector with a templated operator= so that we get wrap to work for us, see the test.List.template unit test |
|
More...
|
about 16 years ago
|
| implement the proxy pattern for GenericVector to get the comfort of operator[] |
|
More...
|
about 16 years ago
|
| + Rcpp::CharacterVector |
|
More...
|
about 16 years ago
|
| wrap the result in an RObject |
|
More...
|
about 16 years ago
|
| commited too fast |
|
More...
|
about 16 years ago
|
| added simple class Rcpp::WeakReference to manage WEAKREFSXP |
|
More...
|
about 16 years ago
|
| minor LaTeX tweak to get more stuff onto each page |
|
More...
|
about 16 years ago
|
| shield initializer_list stuff with HAS_INIT_LISTS |
|
More...
|
about 16 years ago
|
| blah, typo fix |
|
More...
|
about 16 years ago
|
| protect logTxt by #ifndef to no re-define if know (which helps suppress a warning for RInside) |
|
More...
|
about 16 years ago
|
| less code duplication |
|
More...
|
about 16 years ago
|
| wrap( std::initializer_list<> ) |
|
More...
|
about 16 years ago
|
| + Rcpp::GenericVector (draft) |
|
More...
|
about 16 years ago
|
| +Rcpp::LogicalVector |
|
More...
|
about 16 years ago
|
| + Rcpp::RawVector |
|
More...
|
about 16 years ago
|
| new class Rcpp::NumericVector |
|
More...
|
about 16 years ago
|
| move all not_compatible exception classes to RObject |
|
More...
|
about 16 years ago
|
| added Rcpp::IntegerVector |
|
More...
|
about 16 years ago
|
| not use variadic template constructs inside the code so that it compiles on GCC < 4.3 |
|
More...
|
about 16 years ago
|
| not use variadic template constructs inside the code so that it compiles on GCC < 4.3 |
|
More...
|
about 16 years ago
|
| improve conditional compiling logic |
|
More...
|
about 16 years ago
|
| new class Rcpp::Function |
|
More...
|
about 16 years ago
|
| new class Rcpp::Pairlist |
|
More...
|
about 16 years ago
|