|
1 | 1 | 2013-09-17 JJ Allaire <jj@rstudio.org> |
2 | 2 |
|
3 | | - * R/Attributes.R: Call inlineCxxPlugin and Rcpp.plugin.maker without qualification rather than with '...' |
| 3 | + * R/Attributes.R: Call inlineCxxPlugin and Rcpp.plugin.maker without |
| 4 | + qualification rather than with '...' |
4 | 5 |
|
5 | 6 | 2013-09-17 Dirk Eddelbuettel <edd@debian.org> |
6 | 7 |
|
7 | 8 | * NAMESPACE: Export RcppLdFlags which is often used to build Rcpp |
8 | 9 | * man/RcppLdFlags.Rd: Added required manual page |
9 | | - * R/Attributes.R: Call RcppLdFlags() via '::' instead of ':::' |
| 10 | + * R/Attributes.R: Call RcppLdFlags() via '::' instead of ':::' |
10 | 11 | * R/SHLIB.R: Ditto |
11 | 12 | * R/inline.R: Ditto |
12 | 13 |
|
|
17 | 18 | * vignettes/Rcpp-package.Rnw: Idem |
18 | 19 | * vignettes/Rcpp-quickref.Rnw: Idem |
19 | 20 | * vignettes/Rcpp-sugar.Rnw: Idem |
20 | | - |
21 | | -2013-09-16 JJ Allaire <jj@rstudio.org> |
| 21 | + |
| 22 | + * vignettes/Rcpp-package.Rnw: Altered to make use of highlight |
| 23 | + package; also no longer build embedded demo package (which upsets R |
| 24 | + CMD check under R-devel) |
| 25 | + |
| 26 | +2013-09-16 JJ Allaire <jj@rstudio.org> |
22 | 27 |
|
23 | 28 | * R/Attributes.R : Remove calls to non-exported functions from the tools package |
24 | 29 |
|
25 | | -2013-09-16 Romain Francois <romain@r-enthusiasts.com> |
| 30 | +2013-09-16 Romain Francois <romain@r-enthusiasts.com> |
26 | 31 |
|
27 | | - * include/Rcpp/internal/Exporter.h : Specific handling of containers (std::vector, |
28 | | - std::deque, and std::list so that we use their faster range constructor when |
29 | | - we can, and so let the STL optimize how data is copied |
| 32 | + * include/Rcpp/internal/Exporter.h : Specific handling of containers |
| 33 | + (std::vector, std::deque, and std::list so that we use their faster |
| 34 | + range constructor when we can, and so let the STL optimize how data |
| 35 | + is copied |
30 | 36 | * include/Rcpp/api/meat/export.h : Implementation of the above |
31 | 37 | * include/Rcpp/vector/Vector.h : added Vector( const char* ) ctor |
32 | 38 | * DESCRIPTION : bump to 0.10.4.5 (for RcppExtras) |
33 | | - |
| 39 | + |
34 | 40 | 2013-09-15 Dirk Eddelbuettel <edd@debian.org> |
35 | 41 |
|
36 | 42 | * inst/include/Rcpp/InputParameter.h (Rcpp): Add 'const' case |
|
0 commit comments