Skip to content

Commit e7af4a9

Browse files
committed
added ChangeLog and NEWS entries for #157
1 parent 3a01649 commit e7af4a9

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
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+
17
2014-07-14 Kevin Ushey <kevinushey@gmail.com>
28

39
* inst/unitTests/runit.Matrix.R: DimNames Proxy

inst/NEWS.Rd

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,8 @@
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{

0 commit comments

Comments
 (0)