File tree Expand file tree Collapse file tree 2 files changed +30
-2
lines changed
Expand file tree Collapse file tree 2 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 1+ 2016-04-02 Dirk Eddelbuettel <edd@debian.org>
2+
3+ * ChangeLog: Added entries for PRs 453 and 454
4+ * inst/NEWS.Rd: Add two missing \item uses
5+
6+ 2016-03-31 Romain Francois <romain@r-enthusiasts.com>
7+
8+ * R/Modules.R: New top-level functions copy, destruct and is_destructed
9+ * NAMESPACE: New functions copy, destruct and is_destructed exported
10+ * man/copy.Rd: New manual page
11+ * man/destruct.Rd: Ditto
12+
13+ * inst/include/Rcpp/module/class.h: Add copy constructortor + destructor
14+ * inst/include/Rcpp/module/class_Base.h: Ditto
15+ * src/Module.cpp: Ditto
16+ * src/Rcpp_init.cpp: Ditto
17+ * src/internal.h: Ditto
18+
19+ * inst/include/Rcpp/traits/traits.h: New trait detecting copy contructor
20+ * inst/include/Rcpp/traits/has_copy_constructor.h: Ditto
21+
22+ * inst/unitTests/runit.Module.R: Test new copy constructor and destructor
23+ * inst/unitTests/cpp/Module.cpp: Ditto
24+
25+ 2016-03-29 Daniel C. Dillon <dcdillon@gmail.com>
26+
27+ * inst/include/Rcpp/String.h: Correct Rcpp::String for Rcpp::Nullable
28+
1292016-03-27 Qin Wenfeng <mail@qinwenfeng.com>
230
331 * R/Attributes.R: Support R 3.3.0 Windows new toolchain
Original file line number Diff line number Diff line change 77 \itemize {
88 \item Changes in Rcpp API :
99 \itemize {
10- The checks for different C library implementations now also check for Musl
10+ \ item The checks for different C library implementations now also check for Musl
1111 used by Alpine Linux (Sergio Marques in PR \ghpr {449 }).
1212 }
1313 \item Changes in Rcpp Attributes :
1414 \itemize {
15- R 3.3.0 Windows with Rtools 3.3 is now supported (Qin Wenfeng in PR \ghpr {451 }).
15+ \ item R 3.3.0 Windows with Rtools 3.3 is now supported (Qin Wenfeng in PR \ghpr {451 }).
1616 }
1717 \item Changes in Rcpp Modules :
1818 \itemize {
You can’t perform that action at this time.
0 commit comments