File tree Expand file tree Collapse file tree 2 files changed +13
-6
lines changed
Expand file tree Collapse file tree 2 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 66 * README.md: Mention the Rcpp drap repo and its release candidates in
77 installation section
88
9+ 2021-01-30 Iñaki Ucar <iucar@fedoraproject.org>
10+
11+ * inst/include/test_global_rostream.R: Added test new (optionally)
12+ global Rcout and Rcerr objects
13+
9142021-01-28 Iñaki Ucar <iucar@fedoraproject.org>
1015
11- * inst/include/Rcpp/iostream/Rstreambuf.h: Support for global Rcout/Rcerr by
12- adding `-DRCPP_USE_GLOBAL_ROSTREAM` to `PKG_CPPFLAGS`. This behavior mimics
13- std::cout/cerr. Required initialization code is automatically generated.
16+ * inst/include/Rcpp/iostream/Rstreambuf.h: Support for global
17+ Rcout/Rcerr by defining `-DRCPP_USE_GLOBAL_ROSTREAM`; this mimics
18+ std::cout/cerr; initialization code is automatically generated.
1419 * inst/include/Rcpp/routines.h: Ditto
1520 * src/api.cpp: Ditto
1621 * src/attributes.cpp: Ditto
Original file line number Diff line number Diff line change 33\newcommand {\ghpr }{\href {https : // github.com / RcppCore / Rcpp / pull / # 1}{##1}}
44\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
55
6- \section {Changes in Rcpp patch release version 1.0.7 (2021 - 07 - xx )}{
6+ \section {Changes in Rcpp release version 1.0.7 (unreleased , expected 2021 - 07 - xx )}{
77 \itemize {
88 \item Changes in Rcpp API :
99 \itemize {
1212 fixing \ghit {382 } and \ghit {1081 }).
1313 \item A spuriously assigned variable was removed (Dirk in
1414 \ghpr {1138 } fixing \ghit {1137 })
15+ \item Global \code {Rcout } and \code {Rcerr } objects are supported
16+ via a compiler directive (I ñaki in \ghpr {1139 } fixing \ghit {928 })
1517 }
1618 \item Changes in Rcpp Attributes :
1719 \itemize {
2325 }
2426}
2527
26- \section {Changes in Rcpp patch release version 1.0.6 (2021 - 01 - 14 )}{
28+ \section {Changes in Rcpp release version 1.0.6 (2021 - 01 - 14 )}{
2729 \itemize {
2830 \item Changes in Rcpp API :
2931 \itemize {
5759 }
5860}
5961
60- \section {Changes in Rcpp patch release version 1.0.5 (2020 - 07 - 01 )}{
62+ \section {Changes in Rcpp release version 1.0.5 (2020 - 07 - 01 )}{
6163 \itemize {
6264 \item Changes in Rcpp API :
6365 \itemize {
You can’t perform that action at this time.
0 commit comments