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 <
[email protected] >
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 <
[email protected] >
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 <
[email protected] >
26
+
27
+ * inst/include/Rcpp/String.h: Correct Rcpp::String for Rcpp::Nullable
28
+
1
29
2016-03-27 Qin Wenfeng <
[email protected] >
2
30
3
31
* R/Attributes.R: Support R 3.3.0 Windows new toolchain
Original file line number Diff line number Diff line change 7
7
\itemize {
8
8
\item Changes in Rcpp API :
9
9
\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
11
11
used by Alpine Linux (Sergio Marques in PR \ghpr {449 }).
12
12
}
13
13
\item Changes in Rcpp Attributes :
14
14
\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 }).
16
16
}
17
17
\item Changes in Rcpp Modules :
18
18
\itemize {
You can’t perform that action at this time.
0 commit comments