|
10 | 10 | \item Safer \code{Rcpp_list*}, \code{Rcpp_lang*} and |
11 | 11 | \code{Function.operator()} (Romain in \ghpr{1014}, \ghit{1015}). |
12 | 12 | \item A number of \code{#nocov} markers were added (Dirk in |
13 | | - \ghprP1036}). |
| 13 | + \ghpr{1036}). |
| 14 | + \item Finalizer calls clear external pointer first (Kirill Müller and |
| 15 | + Dirk in \ghpr{1038}). |
14 | 16 | } |
15 | 17 | \item Changes in Rcpp Attributes: |
16 | 18 | \itemize{ |
|
22 | 24 | \item Unavailable packages referred to in \code{LinkingTo} are now |
23 | 25 | reported (Dirk in \ghpr{1027} fixing \ghit{1026}). |
24 | 26 | \item The \code{sourceCpp} function can now create a debug DLL on |
25 | | - Windows (Dirk in \ghpr{1037} fixing \ghit{ghit}). |
| 27 | + Windows (Dirk in \ghpr{1037} fixing \ghit{1035}). |
26 | 28 | } |
27 | 29 | \item Changes in Rcpp Documentation: |
28 | 30 | \itemize{ |
|
202 | 204 | \itemize{ |
203 | 205 | \item The \code{no_init()} accessor for vectors and matrices is |
204 | 206 | now wrapped in \code{Shield<>()} to not trigger \code{rchk} |
205 | | - warnings (Kirill Mueller in \ghpr{893} addressing \ghit{892}). |
| 207 | + warnings (Kirill Müller in \ghpr{893} addressing \ghit{892}). |
206 | 208 | \item \code{STRICT_R_HEADERS} will be defined twelve months from |
207 | 209 | now; until then we protect it via \code{RCPP_NO_STRICT_HEADERS} |
208 | 210 | which can then be used to avoid the definition; downstream |
|
337 | 339 | \item Changes in Rcpp Attributes: |
338 | 340 | \itemize{ |
339 | 341 | \item Code generated with \code{cppFunction()} now uses \code{.Call()} |
340 | | - directly (Kirill Mueller in \ghpr{813} addressing \ghit{795}). |
| 342 | + directly (Kirill Müller in \ghpr{813} addressing \ghit{795}). |
341 | 343 | } |
342 | 344 | \item Changes in Rcpp Documentation: |
343 | 345 | \itemize{ |
|
507 | 509 | \item Rcpp::exceptions can now be constructed without a call stack (Jim |
508 | 510 | Hester in \ghpr{663} addressing \ghit{664}). |
509 | 511 | \item Somewhat spurious compiler messages under very verbose settings are |
510 | | - now suppressed (Kirill Mueller in \ghpr{670}, \ghpr{671}, \ghpr{672}, |
| 512 | + now suppressed (Kirill Müller in \ghpr{670}, \ghpr{671}, \ghpr{672}, |
511 | 513 | \ghpr{687}, \ghpr{688}, \ghpr{691}). |
512 | 514 | \item Refreshed the included \code{tinyformat} template library |
513 | 515 | (James Balamuta in \ghpr{674} addressing \ghit{673}). |
|
813 | 815 | \code{Nullable} class (Dan in PR \ghpr{423} closing \ghit{421}) |
814 | 816 | \item The \code{Nullable<>::operator SEXP()} and |
815 | 817 | \code{Nullable<>::get()} now also work for \code{const} objects |
816 | | - (Kirill Mueller in PR \ghpr{417}). |
| 818 | + (Kirill Müller in PR \ghpr{417}). |
817 | 819 | \item A subsetting error was fixed (Qiang via \ghpr{432} closing |
818 | 820 | \ghit{431}). |
819 | 821 | } |
|
0 commit comments