File tree Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Expand file tree Collapse file tree 2 files changed +14
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2016-11-22 Jim Hester <
[email protected] >
2
+
3
+ * inst/src/api.cpp: Cleanup to stack message parseing
4
+ * inst/unitTests/cpp/exceptions.cpp: Unit tests for cleanup
5
+ * inst/unitTests/runit.exceptions.R: Ditto
6
+
1
7
2016-11-19 James J Balamuta <
[email protected] >
2
8
3
9
* inst/unitTests/runit.environments.R: Added environment find unit tests
4
10
as well as a symbol access test for environment get.
5
11
* inst/unitTests/cpp/Environment.cpp: Idem
12
+
6
13
2016-11-18 James J Balamuta <
[email protected] >
7
14
* vignettes/Rcpp-extending: Switched to attributes and
8
15
added external class pointer macro notes by MathurinD
Original file line number Diff line number Diff line change 4
4
\newcommand {\ghit }{\href {https : // github.com / RcppCore / Rcpp / issues / # 1}{##1}}
5
5
6
6
\section {Changes in Rcpp version 0.12.9 (2017 - 01 - xx )}{
7
+ \item Changes in Rcpp API :
8
+ \itemize {
9
+ \item The exception stack message is now correctly demangled on all
10
+ compiler versions (Jim Hester in \ghpr {598 })
11
+ }
7
12
\item Changes in Rcpp unit tests
8
13
\itemize {
9
14
\item Added Environment :: find unit tests and an Environment :: get(Symbol )
10
15
test (James Balamuta in \ghpr {595 } addressing issue \ghit {594 }).
11
- \ section { Changes in Rcpp version 0.12.8 ( 2017 - 01 - xx )}{
16
+ }
12
17
\item Changes in Rcpp Documentation :
13
18
\itemize {
14
19
\item Exposed pointers macros were included in the Rcpp Extending vignette
15
20
(MathurinD ; James Balamuta in \ghpr {592 } addressing \ghit {418 }).
16
21
}
17
22
}
23
+
18
24
\section {Changes in Rcpp version 0.12.8 (2016 - 11 - 16 )}{
19
25
\itemize {
20
26
\item Changes in Rcpp API :
You can’t perform that action at this time.
0 commit comments