|
10 | 10 | \item Rcpp::exceptions can now be constructed without a call stack (Jim |
11 | 11 | Hester in \ghpr{663} addressing \ghit{664}). |
12 | 12 | \item Somewhat spurious compiler messages under very verbose settings are |
13 | | - now suppressed (Kirill Mueller in \ghpr{670}, \ghpr{671} and \ghpr{672}). |
| 13 | + now suppressed (Kirill Mueller in \ghpr{670}, \ghpr{671}, \ghpr{672}, |
| 14 | + \ghpr{687}, \ghpr{688}, \ghpr{691}). |
14 | 15 | \item Refreshed the included \code{tinyformat} template library |
15 | 16 | (James Balamuta in \ghpr{674} addressing \ghit{673}). |
16 | 17 | \item Added \code{printf}-like syntax support for exception classes and |
|
20 | 21 | information. (James Balamuta in \ghpr{676} and \ghpr{677} addressing |
21 | 22 | \ghit{184}). |
22 | 23 | \item One more instance of \code{Rf_mkString} is protected from garbage |
23 | | - collection (Dirk in \ghpr{684} addressing \ghit{683}). |
| 24 | + collection (Dirk in \ghpr{686} addressing \ghit{685}). |
24 | 25 | \item Several compiler warnings for \code{-Wconversions} are no longer |
25 | 26 | generated (Kirill Mueller in \ghpr{687} and \ghpr{688}) |
26 | 27 | \item Two exception specification that are no longer tolerated by |
|
40 | 41 | } |
41 | 42 | \item Changes in Rcpp Attributes: |
42 | 43 | \itemize{ |
43 | | - \item Automatically generate native routine registrations. |
| 44 | + \item Automatically generate native routine registrations (JJ in \ghpr{694}) |
44 | 45 | \item The plugins for C++11, C++14, C++17 now set the values R 3.4.0 or |
45 | 46 | later expects; a plugin for C++98 was added (Dirk in \ghpr{684} addressing |
46 | 47 | \ghit{683}). |
47 | 48 | } |
48 | 49 | \item Changes in Rcpp support functions: |
49 | 50 | \itemize{ |
50 | | - \item The \code{Rcpp.package.skeleton()} function now create a package |
51 | | - registration file provided R 3.4.0 or later is used |
| 51 | + \item The \code{Rcpp.package.skeleton()} function now creates a package |
| 52 | + registration file provided R 3.4.0 or later is used (Dirk in \ghpr{692}) |
52 | 53 | } |
53 | 54 | } |
54 | 55 | } |
|
0 commit comments