File tree Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Expand file tree Collapse file tree 2 files changed +32
-3
lines changed Original file line number Diff line number Diff line change 1
- 2015-
10-01 JJ Allaire <
[email protected] >
1
+ 2015-
11-27 JJ Allaire <
[email protected] >
2
2
3
- * src/attributes.cpp: Avoid invalid function names when
3
+ * src/attributes.cpp: Avoid invalid function names when
4
4
generating C++ interfaces.
5
5
6
+ 2015-11-27 Daniel C. Dillon <
[email protected] >
7
+
8
+ * inst/include/Rcpp/vector/proxy.h: const_iterators for CharacterVector
9
+ now work analogously to iterators
10
+ * inst/include/Rcpp/vector/const_generic_proxy.h: Idem
11
+ * inst/include/Rcpp/vector/const_string_proxy.h: Idem
12
+ * inst/include/Rcpp/vector/traits.h: Idem
13
+
14
+ * inst/unitTests/cpp/Vector.cpp: Tests for above
15
+ * inst/unitTests/runit.Vector.R: Idem
16
+
17
+ [ All this was commited on Sep 5 but only merged Nov 27 ]
18
+
19
+ 2015-11-15 Kazuki Fukui <
[email protected] >>
20
+
21
+ * src/attributes.cpp: Insert extra space around & in interface
22
+
23
+ 2015-11-14 Dirk Eddelbuettel <
[email protected] >
24
+
25
+ * .travis.yml: Add token for secure Slack & Travis integration
26
+
6
27
2015-11-14 Dirk Eddelbuettel <
[email protected] >
7
28
8
29
* DESCRIPTION: Release 0.12.2
Original file line number Diff line number Diff line change 5
5
6
6
\section {Changes in Rcpp version 0.12.3 (Unreleased )}{
7
7
\itemize {
8
+ \item Changes in Rcpp API :
9
+ \itemize {
10
+ \item Const iterators now \code {CharacterVector } now behave like regular
11
+ iterators (PR \ghpr {404 } by Dan fixing \ghit {362 }).
12
+ }
8
13
\item Changes in Rcpp Attributes :
9
14
\itemize {
10
- \item Avoid invalid function names when generating C ++ interfaces.
15
+ \item Avoid invalid function names when generating C ++ interfaces (PR
16
+ \ghpr {403 } by JJ fixing \ghit {402 }).
17
+ \item Insert additional space around \code {& } in function interface (PR
18
+ \ghpr {400 } by Kazuki Fukui fixing \ghit {278 }).
11
19
}
12
20
}
13
21
}
You can’t perform that action at this time.
0 commit comments