|
2 | 2 |
|
3 | 3 | * R/Module.R (new_dummyObject): Remove erraneous quotes
|
4 | 4 |
|
| 5 | + * .dir-locals.el: Setting tab-width to 8 |
| 6 | + |
5 | 7 | 2014-05-18 Kevin Ushey < [email protected]>
|
6 | 8 |
|
7 |
| - * inst/include/Rcpp/vector/Vector.h: Safer casting to fix #146 |
8 |
| - * inst/include/Rcpp/Environment.h: Idem |
9 |
| - * inst/include/Rcpp/api/meat/Environment.h: Idem |
10 |
| - * inst/include/Rcpp/vector/Vector.h: Idem |
| 9 | + * inst/include/Rcpp/vector/Vector.h: Safer casting to fix #146 |
| 10 | + * inst/include/Rcpp/Environment.h: Idem |
| 11 | + * inst/include/Rcpp/api/meat/Environment.h: Idem |
| 12 | + * inst/include/Rcpp/vector/Vector.h: Idem |
| 13 | + |
| 14 | + * .dir-locals.el: Added for project-local Emacs settings |
11 | 15 |
|
12 | 16 | 2014-05-10 Dirk Eddelbuettel < [email protected]>
|
13 | 17 |
|
14 |
| - * R/Attributes.R (compileAttributes): Read Imports: as well |
| 18 | + * R/Attributes.R (compileAttributes): Read Imports: as well |
15 | 19 |
|
16 | 20 | 2014-05-07 Kevin Ushey < [email protected]>
|
17 | 21 |
|
18 |
| - * R/Attributes.R (.plugins[["cpp11"]]): Set USE_CXX1X to more |
19 |
| - reasonable non-empty value |
| 22 | + * R/Attributes.R (.plugins[["cpp11"]]): Set USE_CXX1X to more |
| 23 | + reasonable non-empty value |
20 | 24 |
|
21 | 25 | 2014-05-06 Kevin Ushey < [email protected]>
|
22 | 26 |
|
23 |
| - * R/Attributes.R (.plugins[["cpp11"]]): Set USE_CXX1X to non-empty |
24 |
| - value |
| 27 | + * R/Attributes.R (.plugins[["cpp11"]]): Set USE_CXX1X to non-empty |
| 28 | + value |
25 | 29 |
|
26 | 30 | 2014-04-30 Dirk Eddelbuettel < [email protected]>
|
27 | 31 |
|
28 |
| - * R/Attributes.R: Add plugins for C++0x and C++1y |
| 32 | + * R/Attributes.R: Add plugins for C++0x and C++1y |
29 | 33 |
|
30 | 34 | 2014-04-30 JJ Allaire < [email protected]>
|
31 | 35 |
|
32 | 36 | * R/Attributes.R: Use USE_CXX1X for cpp11 plugin when R >= 3.1
|
33 | 37 |
|
34 | 38 | 2014-04-02 Dirk Eddelbuettel < [email protected]>
|
35 | 39 |
|
36 |
| - * tests/doRUnit.R: Better RUnit error report with thanks to Murray |
| 40 | + * tests/doRUnit.R: Better RUnit error report with thanks to Murray |
37 | 41 |
|
38 | 42 | 2014-03-18 JJ Allaire < [email protected]>
|
39 | 43 |
|
40 | 44 | * man/cppFunction.Rd: Correct package header file example to use .h
|
41 | 45 |
|
42 | 46 | 2014-03-14 Dirk Eddelbuettel < [email protected]>
|
43 | 47 |
|
44 |
| - * inst/include/Rcpp/DataFrame.h: Add missing return in Impl method |
| 48 | + * inst/include/Rcpp/DataFrame.h: Add missing return in Impl method |
45 | 49 |
|
46 | 50 | 2014-03-13 Dirk Eddelbuettel < [email protected]>
|
47 | 51 |
|
|
52 | 56 |
|
53 | 57 | 2014-03-09 Kevin Ushey < [email protected]>
|
54 | 58 |
|
55 |
| - * inst/include/Rcpp/vector/const_string_proxy.h: Workaround for issue |
56 |
| - with constructing proxies from CHARSXPs |
| 59 | + * inst/include/Rcpp/vector/const_string_proxy.h: Workaround for issue |
| 60 | + with constructing proxies from CHARSXPs |
57 | 61 |
|
58 | 62 | 2014-03-08 Kevin Ushey < [email protected]>
|
59 | 63 |
|
60 |
| - * inst/include/Rcpp/proxy/proxy.h: Make sure proxies know about the |
61 |
| - const char* wrap shortcut |
| 64 | + * inst/include/Rcpp/proxy/proxy.h: Make sure proxies know about the |
| 65 | + const char* wrap shortcut |
62 | 66 |
|
63 | 67 | 2014-03-08 Dirk Eddelbuettel < [email protected]>
|
64 | 68 |
|
65 |
| - * inst/include/Rcpp/proxy/Binding.h: Remove spurious ';' [g++ -pedantic] |
66 |
| - * inst/include/Rcpp/proxy/ProtectedProxy.h: Idem |
67 |
| - * inst/include/Rcpp/proxy/TagProxy.h: Idem |
68 |
| - * inst/include/Rcpp/proxy/AttributeProxy.h: Idem |
| 69 | + * inst/include/Rcpp/proxy/Binding.h: Remove spurious ';' [g++ -pedantic] |
| 70 | + * inst/include/Rcpp/proxy/ProtectedProxy.h: Idem |
| 71 | + * inst/include/Rcpp/proxy/TagProxy.h: Idem |
| 72 | + * inst/include/Rcpp/proxy/AttributeProxy.h: Idem |
69 | 73 |
|
70 | 74 | 2014-03-05 Kevin Ushey < [email protected]>
|
71 | 75 |
|
|
107 | 111 |
|
108 | 112 | 2014-02-07 Kevin Ushey < [email protected]>
|
109 | 113 |
|
110 |
| - * inst/include/Rcpp/Reference.h: Add default ctor |
| 114 | + * inst/include/Rcpp/Reference.h: Add default ctor |
111 | 115 |
|
112 | 116 | 2014-02-03 Kevin Ushey < [email protected]>
|
113 | 117 |
|
114 |
| - * inst/include/Rcpp/vector/Vector.h: Enable conversion from |
115 |
| - Rcpp vectors to RObject |
| 118 | + * inst/include/Rcpp/vector/Vector.h: Enable conversion from |
| 119 | + Rcpp vectors to RObject |
116 | 120 |
|
117 | 121 | 2014-02-02 Dirk Eddelbuettel < [email protected]>
|
118 | 122 |
|
|
127 | 131 |
|
128 | 132 | 2014-02-01 Dirk Eddelbuettel < [email protected]>
|
129 | 133 |
|
130 |
| - * tests/doRUnit.R: Simplified following pattern in RProtoBuf |
| 134 | + * tests/doRUnit.R: Simplified following pattern in RProtoBuf |
131 | 135 |
|
132 |
| - * vignettes/Rcpp-unitTests.Rnw: Remove a now superfluous global var |
| 136 | + * vignettes/Rcpp-unitTests.Rnw: Remove a now superfluous global var |
133 | 137 |
|
134 |
| - * vignettes/Rcpp.bib: Updated references to current packages |
| 138 | + * vignettes/Rcpp.bib: Updated references to current packages |
135 | 139 |
|
136 | 140 | 2014-02-01 JJ Allaire < [email protected]>
|
137 | 141 |
|
|
140 | 144 |
|
141 | 145 | 2014-01-31 Dirk Eddelbuettel < [email protected]>
|
142 | 146 |
|
143 |
| - * vignettes/Rcpp-FAQ.Rnw: Render code with background boxen |
144 |
| - * vignettes/Rcpp-package.Rnw: Idem |
145 |
| - * vignettes/Rcpp-modules.Rnw: Idem |
146 |
| - * vignettes/Rcpp-extending.Rnw: Idem |
147 |
| - * vignettes/Rcpp-sugar.Rnw: Idem |
| 147 | + * vignettes/Rcpp-FAQ.Rnw: Render code with background boxen |
| 148 | + * vignettes/Rcpp-package.Rnw: Idem |
| 149 | + * vignettes/Rcpp-modules.Rnw: Idem |
| 150 | + * vignettes/Rcpp-extending.Rnw: Idem |
| 151 | + * vignettes/Rcpp-sugar.Rnw: Idem |
148 | 152 |
|
149 |
| - * vignettes/Rcpp-attributes.Rnw: Switched to highlight driver |
| 153 | + * vignettes/Rcpp-attributes.Rnw: Switched to highlight driver |
150 | 154 |
|
151 |
| - * inst/include/Rcpp/Benchmark/Timer.h: Reverted back to using |
152 |
| - iterators via use of anonymous namespace for accessors |
| 155 | + * inst/include/Rcpp/Benchmark/Timer.h: Reverted back to using |
| 156 | + iterators via use of anonymous namespace for accessors |
153 | 157 |
|
154 |
| - * inst/announce/ANNOUNCE-0.11.0.txt: Updated |
| 158 | + * inst/announce/ANNOUNCE-0.11.0.txt: Updated |
155 | 159 |
|
156 | 160 | 2014-01-31 Dirk Eddelbuettel < [email protected]>
|
157 | 161 |
|
158 |
| - * man/Rcpp.package.skeleton.Rd: Also updated |
| 162 | + * man/Rcpp.package.skeleton.Rd: Also updated |
159 | 163 |
|
160 | 164 | 2014-01-31 JJ Allaire < [email protected]>
|
161 | 165 |
|
162 | 166 | * R/Attributes.R: Embedded R code chunks in sourceCpp are now
|
163 |
| - executed within the working directory of the C++ source file. |
| 167 | + executed within the working directory of the C++ source file. |
164 | 168 |
|
165 | 169 | 2014-01-30 Dirk Eddelbuettel < [email protected]>
|
166 | 170 |
|
167 |
| - * vignettes/Rcpp-package.Rnw: Updates for upcoming release |
| 171 | + * vignettes/Rcpp-package.Rnw: Updates for upcoming release |
168 | 172 |
|
169 | 173 | 2014-01-28 Dirk Eddelbuettel < [email protected]>
|
170 | 174 |
|
171 |
| - * vignettes/Rcpp-FAQ.Rnw: Some updates for upcoming release |
| 175 | + * vignettes/Rcpp-FAQ.Rnw: Some updates for upcoming release |
172 | 176 |
|
173 | 177 | 2014-01-25 Dirk Eddelbuettel < [email protected]>
|
174 | 178 |
|
175 |
| - * inst/include/Rcpp/Benchmark/Timer.h: Simplified -- Rcpp Gallery |
176 |
| - example using it was not building any longer under g++ |
| 179 | + * inst/include/Rcpp/Benchmark/Timer.h: Simplified -- Rcpp Gallery |
| 180 | + example using it was not building any longer under g++ |
177 | 181 |
|
178 | 182 | 2014-01-23 Dirk Eddelbuettel < [email protected]>
|
179 | 183 |
|
|
0 commit comments