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
+
1
11
2020-02-13 Dirk Eddelbuettel <edd@debian.org>
2
12
3
13
* README.md: Add a Debian badge
Original file line number Diff line number Diff line change 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
- \ghpr {1036 } and \ghpr {1042 }).
13
+ \ghpr {1036 }, \ ghpr { 1042 } and \ghpr {1044 }).
14
14
\item Finalizer calls clear external pointer first (Kirill M üller and
15
15
Dirk in \ghpr {1038 }).
16
16
\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 {
86
86
trace.attr (" class" ) = " Rcpp_stack_trace" ;
87
87
rcpp_set_stack_trace (trace); // #nocov end
88
88
}
89
- };
89
+ }
You can’t perform that action at this time.
0 commit comments