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] >
22
3- * src/attributes.cpp: Avoid invalid function names when
3+ * src/attributes.cpp: Avoid invalid function names when
44 generating C++ interfaces.
55
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+
6272015-11-14 Dirk Eddelbuettel <
[email protected] >
728
829 * DESCRIPTION: Release 0.12.2
Original file line number Diff line number Diff line change 55
66\section {Changes in Rcpp version 0.12.3 (Unreleased )}{
77 \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+ }
813 \item Changes in Rcpp Attributes :
914 \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 }).
1119 }
1220 }
1321}
You can’t perform that action at this time.
0 commit comments