|
1 | | -2013-09-13 Romain Francois <romain@r-enthusiasts.com> |
2 | | - |
3 | | - * src/api.cpp : added "long long" to the capabilities function. |
4 | | - * include/Rcpp/platform/compiler.h : demangling is definitely available |
5 | | - on all mac versions using gcc. No point is testing for OSX version. |
6 | | - * include/Rcpp/InputParameter.h : extra layer of abstraction to allow for |
7 | | - custom handling of references etc ... used in RcppArmadillo |
| 1 | +2013-09-13 Romain Francois <romain@r-enthusiasts.com> |
| 2 | + |
| 3 | + * src/api.cpp : added "long long" to the capabilities function. |
| 4 | + * include/Rcpp/platform/compiler.h : demangling is definitely |
| 5 | + available on all mac versions using gcc. No point is testing for OSX |
| 6 | + version. |
| 7 | + * include/Rcpp/InputParameter.h : extra layer of abstraction to allow |
| 8 | + for custom handling of references etc ... used in RcppArmadillo |
8 | 9 | * src/attributes.cpp : using InputParameter |
9 | 10 | * DESCRIPTION: bump to 0.10.4.4 |
10 | | - |
11 | | -2013-09-12 Romain Francois <romain@r-enthusiasts.com> |
12 | 11 |
|
13 | | - * include/Rcpp/platform/compiler.h : patch submitted by Murray for better |
14 | | - support of long long type. |
15 | | - * include/Rcpp/platform/compiler.h : gcc 4.2.1 has tr1/unordered_map |
16 | | - and tr1/unordered_set. Previous test was for gcc 4.4.0 for some reason |
| 12 | +2013-09-12 Romain Francois <romain@r-enthusiasts.com> |
| 13 | + |
| 14 | + * include/Rcpp/platform/compiler.h : patch submitted by Murray for |
| 15 | + better support of long long type. |
| 16 | + * include/Rcpp/platform/compiler.h : gcc 4.2.1 has tr1/unordered_map |
| 17 | + and tr1/unordered_set. Previous test was for gcc 4.4.0 for some |
| 18 | + reason |
17 | 19 |
|
18 | 20 | 2013-08-31 Dirk Eddelbuettel <edd@debian.org> |
19 | 21 |
|
20 | 22 | * inst/doc/*: Moved all vignettes to vignettes/* |
21 | 23 | * vignettes/*: Minor updates to some vignettes |
22 | 24 |
|
23 | | -2013-08-22 Romain Francois <romain@r-enthusiasts.com> |
| 25 | +2013-08-22 Romain Francois <romain@r-enthusiasts.com> |
24 | 26 |
|
25 | 27 | * include/Rcpp/traits/is_primitive.h : new trait to identify if a |
26 | 28 | type is primitive, this is a shortcut of using r_type_traits and |
|
42 | 44 | where T is not a primitive |
43 | 45 | * include/Rcpp/api/meat/export.h : implementation in meat because it needs as |
44 | 46 |
|
45 | | -2013-08-01 Romain Francois <romain@r-enthusiasts.com> |
| 47 | +2013-08-01 Romain Francois <romain@r-enthusiasts.com> |
46 | 48 |
|
47 | 49 | * unitTests/cpp/wstring.cpp: fix to re-enable wstring test suite. |
48 | 50 | * unitTests/runit.wstring.R: re-enable the wstring test suite. |
|
0 commit comments