|
| 1 | +2018-06-22 Kevin Ushey < [email protected]> |
| 2 | + |
| 3 | + * inst/include/Rcpp/api/meat/Rcpp_eval.h: Ensure R_BaseEnv is used |
1 | 4 |
|
2 | 5 | 2018-06-21 Lionel Henry < [email protected]>
|
3 | 6 |
|
|
24 | 27 |
|
25 | 28 | 2018-06-13 Filip Schouwenaars < [email protected]>
|
26 | 29 |
|
27 |
| - * inst/unitTests/runit.embeddedR.R: Evaluate in environment derived |
28 |
| - of baseenv |
| 30 | + * inst/unitTests/runit.embeddedR.R: Evaluate in environment derived |
| 31 | + of baseenv |
29 | 32 |
|
30 | 33 | 2018-06-11 Romain Francois < [email protected]>
|
31 | 34 |
|
32 |
| - * inst/include/Rcpp/exceptions.h: Control call and stack display |
33 |
| - after exception / stop |
34 |
| - * inst/unitTests/cpp/Exceptions_nocall.cpp: new test |
35 |
| - * inst/unitTests/runit.Exceptions_nocall.R: idem |
| 35 | + * inst/include/Rcpp/exceptions.h: Control call and stack display |
| 36 | + after exception / stop |
| 37 | + * inst/unitTests/cpp/Exceptions_nocall.cpp: new test |
| 38 | + * inst/unitTests/runit.Exceptions_nocall.R: idem |
36 | 39 |
|
37 | 40 | 2018-06-09 Qiang Kou < [email protected]>
|
38 | 41 |
|
39 |
| - * inst/include/Rcpp/DataFrame.h: Use Rcpp_fast_eval, not Rcpp_eval |
40 |
| - * inst/include/Rcpp/Environment.h: Idem |
41 |
| - * inst/include/Rcpp/Function.h: Idem |
42 |
| - * inst/include/Rcpp/Language.h: Idem |
43 |
| - * inst/include/Rcpp/Module.h: Idem |
44 |
| - * inst/include/Rcpp/Reference.h: Idem |
45 |
| - * inst/include/Rcpp/exceptions.h: Idem |
46 |
| - * inst/include/Rcpp/generated/Function__operator.h: Idem |
47 |
| - * inst/include/Rcpp/proxy/FieldProxy.h: Idem |
48 |
| - * inst/include/Rcpp/proxy/NamesProxy.h: Idem |
49 |
| - * inst/include/Rcpp/r_cast.h: Idem |
50 |
| - * inst/include/Rcpp/vector/Vector.h: Idem |
51 |
| - * inst/examples/SugarPerformance/sugarBenchmarks.R: Idem |
52 |
| - * inst/unitTests/cpp/language.c: Idem |
53 |
| - * inst/unitTests/cpp/misc.c: Idem |
54 |
| - * src/barrier.c: Idem |
| 42 | + * inst/include/Rcpp/DataFrame.h: Use Rcpp_fast_eval, not Rcpp_eval |
| 43 | + * inst/include/Rcpp/Environment.h: Idem |
| 44 | + * inst/include/Rcpp/Function.h: Idem |
| 45 | + * inst/include/Rcpp/Language.h: Idem |
| 46 | + * inst/include/Rcpp/Module.h: Idem |
| 47 | + * inst/include/Rcpp/Reference.h: Idem |
| 48 | + * inst/include/Rcpp/exceptions.h: Idem |
| 49 | + * inst/include/Rcpp/generated/Function__operator.h: Idem |
| 50 | + * inst/include/Rcpp/proxy/FieldProxy.h: Idem |
| 51 | + * inst/include/Rcpp/proxy/NamesProxy.h: Idem |
| 52 | + * inst/include/Rcpp/r_cast.h: Idem |
| 53 | + * inst/include/Rcpp/vector/Vector.h: Idem |
| 54 | + * inst/examples/SugarPerformance/sugarBenchmarks.R: Idem |
| 55 | + * inst/unitTests/cpp/language.c: Idem |
| 56 | + * inst/unitTests/cpp/misc.c: Idem |
| 57 | + * src/barrier.c: Idem |
55 | 58 |
|
56 | 59 | 2018-06-09 Dirk Eddelbuettel < [email protected]>
|
57 | 60 |
|
58 |
| - * inst/unitTests/runit.embeddedR.R: Suspend test for now |
| 61 | + * inst/unitTests/runit.embeddedR.R: Suspend test for now |
59 | 62 |
|
60 | 63 | 2018-06-08 Dirk Eddelbuettel < [email protected]>
|
61 | 64 |
|
62 | 65 | * DESCRIPTION (Version, Date): Roll minor version
|
63 | 66 | * inst/include/Rcpp/config.h: Idem
|
64 | 67 |
|
65 |
| - * Contributing.md: Minor update coding style |
| 68 | + * Contributing.md: Minor update coding style |
66 | 69 |
|
67 | 70 | 2018-06-07 Kevin Ushey < [email protected]>
|
68 | 71 |
|
|
103 | 106 |
|
104 | 107 | 2018-06-01 Romain Francois < [email protected]>
|
105 | 108 |
|
106 |
| - * inst/include/Rcpp/Environment.h: Make Environment::new_child() const |
| 109 | + * inst/include/Rcpp/Environment.h: Make Environment::new_child() const |
107 | 110 |
|
108 | 111 | 2018-05-31 Lionel Henry < [email protected]>
|
109 | 112 |
|
|
154 | 157 |
|
155 | 158 | 2018-05-27 Romain Francois < [email protected]>
|
156 | 159 |
|
157 |
| - * inst/include/Rcpp/vector/string_proxy.h: Make |
158 |
| - StringProxy::operator== const |
159 |
| - * inst/unitTests/cpp/Vector.cpp: New test |
160 |
| - * inst/unitTests/runit.Vector.R: Idem |
| 160 | + * inst/include/Rcpp/vector/string_proxy.h: Make |
| 161 | + StringProxy::operator== const |
| 162 | + * inst/unitTests/cpp/Vector.cpp: New test |
| 163 | + * inst/unitTests/runit.Vector.R: Idem |
161 | 164 |
|
162 | 165 | 2018-05-09 Filip Schouwenaars < [email protected]>
|
163 | 166 |
|
164 |
| - * R/Attributes.R: Set local environment in source() |
165 |
| - * inst/unitTests/cpp/embeddedR.cpp: New test |
166 |
| - * inst/unitTests/runit.embeddedR.R: Idem |
| 167 | + * R/Attributes.R: Set local environment in source() |
| 168 | + * inst/unitTests/cpp/embeddedR.cpp: New test |
| 169 | + * inst/unitTests/runit.embeddedR.R: Idem |
167 | 170 |
|
168 | 171 | 2018-05-09 Dirk Eddelbuettel < [email protected]>
|
169 | 172 |
|
|
0 commit comments