File tree Expand file tree Collapse file tree 3 files changed +12
-2
lines changed
Expand file tree Collapse file tree 3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 1+ 2020-02-24 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * inst/include/Rcpp/exceptions_impl.h: Remove spurious semicolon
4+
5+ 2020-02-23 Dirk Eddelbuettel <edd@debian.org>
6+
7+ * inst/include/Rcpp/generated/Vector__create.h: Added #nocov tags
8+ * inst/include/Rcpp/exceptions_impl.h: Idem
9+ * src/api.cpp: Idem plus some whitespace realignment
10+
1112020-02-13 Dirk Eddelbuettel <edd@debian.org>
212
313 * README.md: Add a Debian badge
Original file line number Diff line number Diff line change 1010 \item Safer \code {Rcpp_list * }, \code {Rcpp_lang * } and
1111 \code {Function.operator()} (Romain in \ghpr {1014 }, \ghit {1015 }).
1212 \item A number of \code {# nocov} markers were added (Dirk in
13- \ghpr {1036 } and \ghpr {1042 }).
13+ \ghpr {1036 }, \ ghpr { 1042 } and \ghpr {1044 }).
1414 \item Finalizer calls clear external pointer first (Kirill M üller and
1515 Dirk in \ghpr {1038 }).
1616 \item Scalar operations with a rhs matrix no longer change the
Original file line number Diff line number Diff line change @@ -86,4 +86,4 @@ namespace Rcpp {
8686 trace.attr (" class" ) = " Rcpp_stack_trace" ;
8787 rcpp_set_stack_trace (trace); // #nocov end
8888 }
89- };
89+ }
You can’t perform that action at this time.
0 commit comments