Skip to content

Commit 3896bd7

Browse files
committed
entries for #454 and #453
1 parent 43831ae commit 3896bd7

File tree

2 files changed

+30
-2
lines changed

2 files changed

+30
-2
lines changed

ChangeLog

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
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+
129
2016-03-27 Qin Wenfeng <[email protected]>
230

331
* R/Attributes.R: Support R 3.3.0 Windows new toolchain

inst/NEWS.Rd

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@
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{

0 commit comments

Comments
 (0)