Skip to content

Commit 7a207bf

Browse files
committed
add ChangeLog entries
1 parent 75eb049 commit 7a207bf

File tree

1 file changed

+27
-0
lines changed

1 file changed

+27
-0
lines changed

ChangeLog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,37 @@
1+
2021-01-17 Iñaki Ucar <[email protected]>
2+
3+
* inst/include/Rcpp/String.h: Use Rcpp_{Preserve,Release}Object
4+
throughout which connects to Rcpp_precious_* routines
5+
* inst/include/Rcpp/exceptions.h: Use Rcpp_ReleaseObject
6+
* inst/include/Rcpp/routines.h: Several corrections and refinements
7+
* inst/include/Rcpp/storage/PreserveStorage.h: Ditto
8+
* inst/include/Rcpp/traits/named_object.h: Ditto
9+
* inst/include/Rcpp/unwuindProtect.h: Ditto
10+
* inst/include/RcppCommon.h: Ditto
11+
* src/barrier.cpp: Ditto
12+
113
2021-01-17 Dirk Eddelbuettel <[email protected]>
214

315
* DESCRIPTION (Version, Date): Roll minor version
416
* inst/include/Rcpp/config.h: Idem
517

18+
[ these were originally committed 17 May 2020 and have been rebased ]
19+
* src/barrier.cpp: Implement Rcpp_precious_{init,teardown,preserve,remove}
20+
* src/init.c: Register cpp_precious_{init,teardown,preserve,remove}
21+
and call from R_{init,unload}_Rcpp
22+
* inst/include/Rcpp/routines.h: Declare Rcpp_precious_{init,teardown,
23+
preserve,remove}
24+
* inst/include/Rcpp/exceptions.h: Use Rcpp_precious_remove
25+
* inst/include/Rcpp/traits/named_object.h: Use
26+
Rcpp_precious_{preserve,remove}
27+
* inst/include/Rcpp/unwuindProtect.h: Use Rcpp_precious_preserve
28+
* inst/include/RcppCommon.h: Use Rcpp_precious_{preserve,remove}
29+
630
2021-01-16 Dirk Eddelbuettel <[email protected]>
731

32+
* DESCRIPTION (Version, Date): Roll minor version
33+
* inst/include/Rcpp/config.h: Idem
34+
835
* tests/tinytest.R: Test for CODECOV when deciding to run extensive
936
tests or just a subset, and set CI=true to enable run full set
1037

0 commit comments

Comments
 (0)