Skip to content

Commit cae9a81

Browse files
committed
keeping ChangeLog and NEWS.Rd current
mentions #404, #362, #403, #402, #400, #278
1 parent 79c4dc6 commit cae9a81

File tree

2 files changed

+32
-3
lines changed

2 files changed

+32
-3
lines changed

ChangeLog

Lines changed: 23 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,29 @@
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+
627
2015-11-14 Dirk Eddelbuettel <[email protected]>
728

829
* DESCRIPTION: Release 0.12.2

inst/NEWS.Rd

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,17 @@
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
}

0 commit comments

Comments
 (0)