|
9 | 9 | \itemize{ |
10 | 10 | \item The random number \code{Generator} class no longer inhreits from |
11 | 11 | \code{RNGScope} (Kevin in \ghpr{837} fixing \ghit{836}). |
| 12 | + \item The optional \code{Timer} class header now undefines |
| 13 | + \code{FALSE} which was seen to have side-effects on some platforms |
| 14 | + (Romain in \ghpr{847} fixing \ghpr{846}). |
12 | 15 | } |
13 | 16 | \item Changes in Rcpp Documentation: |
14 | 17 | \itemize{ |
15 | 18 | \item Two internal links to the introduction published in JSS have been |
16 | 19 | updated to the changed filename given the newer TAS introduction. |
| 20 | + \item Some remaining backticks were replaced with straight quotes |
| 21 | + (Ralf Stubner in \ghpr{845}). |
17 | 22 | } |
18 | 23 | } |
19 | 24 | } |
|
63 | 68 | catching, returns, restarts, debugger exit) are appropriately |
64 | 69 | detected and handled, e.g. the C++ stack unwinds correctly |
65 | 70 | (Lionel in \ghpr{789}). [ Committed but subsequently disabled in release |
66 | | - 0.12.15 ] |
| 71 | + 0.12.15 ] |
67 | 72 | \item The new function \code{Rcpp_fast_eval()} can be used for |
68 | 73 | performance-sensitive evaluation of R code. Unlike |
69 | 74 | \code{Rcpp_eval()}, it does not try to catch errors with |
|
74 | 79 | \code{Rcpp_eval()}. On old R versions \code{Rcpp_fast_eval()} |
75 | 80 | falls back to \code{Rcpp_eval()} so it is safe to use against any |
76 | 81 | versions of R (Lionel in \ghpr{789}). [ Committed but subsequently |
77 | | - disabled in release 0.12.15 ] |
| 82 | + disabled in release 0.12.15 ] |
78 | 83 | \item Overly-clever checks for \code{NA} have been removed (Kevin in |
79 | 84 | \ghpr{790}). |
80 | 85 | \item The included tinyformat has been updated to the current version, |
|
89 | 94 | \item Rearrange stack unwind test code, keep test disabled for now (Lionel |
90 | 95 | in \ghpr{801}). |
91 | 96 | \item Further condition away protect unwind behind #define (Dirk in |
92 | | - \ghpr{802}). |
| 97 | + \ghpr{802}). |
93 | 98 | } |
94 | 99 | \item Changes in Rcpp Attributes: |
95 | 100 | \itemize{ |
|
0 commit comments