File tree Expand file tree Collapse file tree 2 files changed +8
-0
lines changed
Expand file tree Collapse file tree 2 files changed +8
-0
lines changed Original file line number Diff line number Diff line change 1+ 2014-07-25 Romain Francois <romain@r-enthusiasts.com>
2+
3+ * inst/include/Rcpp/Benchmark/Timer.h: Added new static method
4+ get_timers() to return a vector of timers useful for multithreaded
5+ contexts; also removed two unused old member functions (cf #157)
6+
172014-07-14 Kevin Ushey <kevinushey@gmail.com>
28
39 * inst/unitTests/runit.Matrix.R: DimNames Proxy
Original file line number Diff line number Diff line change 99 \item The deprecation of \code {RCPP_FUNCTION_ * } which was announced with
1010 release 0.10.5 last year is proceeding as planned , and the file
1111 \code {macros / preprocessor_generated.h } has been removed.
12+ \item The \code {Timer } class has a new method providing a set of timers
13+ which is useful in multhithreaded contexts.
1214 }
1315 \item Changes in Rcpp Sugar :
1416 \itemize {
You can’t perform that action at this time.
0 commit comments