|
1 | | -2013-09-20 Romain Francois <romain@r-enthusiasts.com> |
| 1 | +2013-09-19 Dirk Eddelbuettel <edd@debian.org> |
| 2 | + |
| 3 | + * inst/include/Rcpp/longlong.h: Unbreak long long by making it (as |
| 4 | + before) conditional on g++ (or clang) as well as C++11. The condition |
| 5 | + can be OR'ed with another suitably-defined variable, but the default |
| 6 | + has to be off as CRAN compliance has to remain the standard |
| 7 | + |
| 8 | +2013-09-19 Romain Francois <romain@r-enthusiasts.com> |
2 | 9 |
|
3 | 10 | * include/Rcpp/longlong.h: isolate all handling of long long |
4 | 11 | in a separate file which we might choose not to include by default |
5 | 12 |
|
6 | | -2013-09-19 Romain Francois <romain@r-enthusiasts.com> |
7 | | - |
8 | | - * include/Rcpp/traits/r_sexptype_traits.h : unsigned int wrapped as REALSXP |
9 | | - long standing feature request from Murray. |
| 13 | + * include/Rcpp/traits/r_sexptype_traits.h : unsigned int wrapped as |
| 14 | + REALSXP long standing feature request from Murray. |
10 | 15 | * R/Attributes.R : Added the helper demangle and sizeof functions |
11 | 16 | * man/demangle.Rd : Documentation for demangle and sizeof |
12 | | - * include/Rcpp/platform/compiler.h : less restritive support of long long |
13 | | - types. But still behind a test for gcc and a test for the availability |
14 | | - of the type, and the __extension__. -pedantic does not warn about it |
| 17 | + * include/Rcpp/platform/compiler.h : less restritive support of long |
| 18 | + long types. But still behind a test for gcc and a test for the |
| 19 | + availability of the type, and the __extension__. -pedantic does not |
| 20 | + warn about it |
15 | 21 |
|
16 | 22 | 2013-09-18 JJ Allaire <jj@rstudio.org> |
17 | 23 |
|
18 | | - * R/Attributes.R: Don't search the inline package as a fallback when loading plugins for the the Rcpp::plugins attribute |
| 24 | + * R/Attributes.R: Don't search the inline package as a fallback when |
| 25 | + loading plugins for the the Rcpp::plugins attribute |
19 | 26 |
|
20 | 27 | 2013-09-18 Romain Francois <romain@r-enthusiasts.com> |
21 | 28 |
|
22 | | - * vignettes/Rcpp-package.Rnw: Updating the vignette. Setting attributes to TRUE |
23 | | - by default. |
24 | | - * R/Rcpp.package.skeleton.R: Setting attributes to TRUE by default. This is |
25 | | - what we should encourage people to use. |
| 29 | + * vignettes/Rcpp-package.Rnw: Updating the vignette. Setting |
| 30 | + attributes to TRUE by default. |
| 31 | + * R/Rcpp.package.skeleton.R: Setting attributes to TRUE by |
| 32 | + default. This is what we should encourage people to use. |
26 | 33 | * include/Rcpp/as.h: add as<char> specialization |
27 | | - * include/Rcpp/sugar/functions/diff.h : rework the implementation of diff |
28 | | - so that it works even when we don't know the previous value |
29 | | - * unitTests/runit.sugar.R : |
| 34 | + * include/Rcpp/sugar/functions/diff.h : rework the implementation of |
| 35 | + diff so that it works even when we don't know the previous value |
| 36 | + * unitTests/runit.sugar.R : |
30 | 37 | * unitTests/cpp/sugar.cpp : |
31 | 38 | * include/Rcpp/sugar/functions/range.h : factored out of minmax.h |
32 | 39 | * include/Rcpp/sugar/functions/min.h : factored out of minmax.h |
33 | 40 | * include/Rcpp/sugar/functions/max.h : factored out of minmax.h |
34 | 41 | * TODO : 3 less items |
35 | | - |
| 42 | + |
36 | 43 | 2013-09-17 JJ Allaire <jj@rstudio.org> |
37 | 44 |
|
38 | 45 | * R/Attributes.R: Call inlineCxxPlugin and Rcpp.plugin.maker without |
|
0 commit comments