3
I Use This!
Moderate Activity

Commits : Listings

Analyzed 1 day ago. based on code collected 2 days ago.
Mar 23, 2025 — Mar 23, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
another -Wall induces change -- does the else branch need a throw or a return? More... about 16 years ago
include the txt unit test report in the vignette
romain_francois
as romain
More... about 16 years ago
move some logic back in the Rd file RcppUnitTests
romain_francois
as romain
More... about 16 years ago
fixed a copy and paste
romain_francois
as romain
More... about 16 years ago
added some PROTECT, use verbose=FALSE in cfunction
romain_francois
as romain
More... about 16 years ago
no more wrap template and Environment gains remove
romain_francois
as romain
More... about 16 years ago
remove two more unused variables so that g++ -Wall is quiet More... about 16 years ago
+Environment::parent()
romain_francois
as romain
More... about 16 years ago
added setSymbol methods to Language
romain_francois
as romain
More... about 16 years ago
generic as converter: as<int>, as<double>, ...
romain_francois
as romain
More... about 16 years ago
factoring wrap out of RObject
romain_francois
as romain
More... about 16 years ago
+Named class, pairlist variadic templates, grow template
romain_francois
as romain
More... about 16 years ago
fixed Symbol( SYMSXP ) constructor
romain_francois
as romain
More... about 16 years ago
cleanup the GC system
romain_francois
as romain
More... about 16 years ago
added Language and Symbol class. use C++0x features
romain_francois
as romain
More... about 16 years ago
grrr -- doxyfile had a 'recursive: no' so we don't have documentation for the src/Rcpp/ directory in the just-released tarball More... about 16 years ago
new release 0.7.1 More... about 16 years ago
reorder Evaluator() initializations to match member variable listing order (g++ warning) More... about 16 years ago
removed the typedif RcppSexp since now this is a proper (yet deprecated) class
romain_francois
as romain
More... about 16 years ago
bring back RcppSexp (as a deprecated class)
romain_francois
as romain
More... about 16 years ago
added fourth example for namespace use via cfunction More... about 16 years ago
removed orphan item in changelog
romain_francois
as romain
More... about 16 years ago
replace RObject::RObject constructors with RObject::wrap functions
romain_francois
as romain
More... about 16 years ago
s/protect/preserve
romain_francois
as romain
More... about 16 years ago
added Rcpp::Evaluator class
romain_francois
as romain
More... about 16 years ago
added simple typedef to provide backwards compatibility with Rcpp 0.7.0 More... about 16 years ago
property change
romain_francois
as romain
More... about 16 years ago
some more methods in Rcpp::Environment
romain_francois
as romain
More... about 16 years ago
volatile file no longer needed (except we get a warning)
romain_francois
as romain
More... about 16 years ago
fix the Rcpp-unitTests Rd markup (only include the txt file it is available)
romain_francois
as romain
More... about 16 years ago