|
| 1 | +2016-11-16 Dirk Eddelbuettel < [email protected]> |
| 2 | + |
| 3 | + * DESCRIPTION: Release 0.12.8 |
| 4 | + * inst/NEWS.Rd: Release 0.12.8 |
| 5 | + * vignettes/Rcpp.bib: Release 0.12.8 |
| 6 | + * inst/include/Rcpp/config.h: Release 0.12.8 |
| 7 | + |
| 8 | + * README.md: Updated counts for dependents and tests |
| 9 | + |
| 10 | + * debian/*: Changes for Debian release of 0.12.8 |
| 11 | + |
| 12 | +2016-11-15 Dirk Eddelbuettel < [email protected]> |
| 13 | + |
| 14 | + * DESCRIPTION: Nathan Russell added to Authors |
| 15 | + |
| 16 | +2016-11-14 Jim Hester < [email protected]> |
| 17 | + |
| 18 | + * inst/include/Rcpp/exceptions.h: Improved exception call stack |
| 19 | + * inst/include/Rcpp/routines.h: Ditto |
| 20 | + * inst/src/api.cpp: Ditto |
| 21 | + |
| 22 | + * R/exections.R: Print and format method for stack straces |
| 23 | + |
| 24 | + * inst/unitTests/runit.exceptions.R: Unit tests |
| 25 | + * inst/unitTests/cpp/exceptions.cpp: Ditto |
| 26 | + |
1 | 27 | 2016-11-13 Dirk Eddelbuettel < [email protected]>
|
2 | 28 |
|
3 |
| - * R/Attributes.R (mergeIntoBuildEnv): Correct 'empty' return |
4 |
| -2016-11-13 Daniel C. Dillon < [email protected]> |
5 |
| - * inst/include/Rcpp/RNGScope.h: Moved definition of RNGScope |
6 |
| - to its own file |
7 |
| - * inst/include/Rcpp.h: Unconditionally included RNGScope.h |
8 |
| - * inst/include/Rcpp/stats/random/random.h: Removed definition |
9 |
| - of RNGScope |
10 |
| - * inst/include/Rcpp/vector/Matrix.h: Protected Matrix op Scalar |
11 |
| - definitions with #ifndef RCPP_NO_SUGAR |
12 |
| - |
13 |
| - * inst/include/Rcpp/date_datetime/newDateVector.h: Fixed the copy |
14 |
| - constructor and added assignment operator. |
15 |
| - * inst/include/Rcpp/date_datetime/newDatetimeVector.h: Fixed the copy |
16 |
| - constructor and added assignment operator. |
17 |
| - * inst/unitTests/cpp/dates.cpp: Added assignment operator tests for |
18 |
| - DatetimeVector and DateVector for both new and old. |
19 |
| - * inst/unitTests/runit.Date.R: Added assignment operator tests for |
20 |
| - DatetimeVector and DateVector for both new and old. |
| 29 | + * R/Attributes.R (mergeIntoBuildEnv): Correct 'empty' return |
21 | 30 |
|
22 | 31 | 2016-11-10 Dirk Eddelbuettel < [email protected]>
|
23 | 32 |
|
|
28 | 37 |
|
29 | 38 | * inst/include/Rcpp/date_datetime/newDatetimeVector.h: Added constructor
|
30 | 39 | to instantiate newDatetimeVector from VectorBase.
|
31 |
| -2016-11-11 Jim Hester < [email protected]> |
32 |
| - * inst/include/rcpp/exceptions.h: Return stack trace even if no file |
33 |
| - or line is specified. Fix R calls when using Rcpp_eval. |
34 |
| - * inst/include/rcpp/routines.h:allow getting a cppstack without specifying a file and line. |
35 |
| - * src/api.cpp: Add cppstack support for clang. |
36 |
| - * r/exceptions.r:Add a str method for Rcpp_stack_trace objects. |
37 |
| - * NAMESPACE: Idem |
38 | 40 |
|
39 |
| -2016-11-04 Nathan Russell < [email protected]> |
| 41 | +2016-11-04 Nathan Russell < [email protected]> |
40 | 42 |
|
41 | 43 | * inst/include/Rcpp/macros/dispatch.h: Modify variadic macros
|
42 | 44 | to not use GNU extensions
|
43 | 45 | * DESCRIPTION: roll minor version
|
44 | 46 |
|
45 |
| -2016-11-03 Nathan Russell < [email protected]> |
| 47 | +2016-11-03 Nathan Russell < [email protected]> |
46 | 48 |
|
47 | 49 | * inst/include/Rcpp/hash/IndexHash.h: Add casts to eliminate
|
48 | 50 | signed / unsigned comparison warning
|
|
67 | 69 |
|
68 | 70 | 2016-10-24 Nathan Russell < [email protected]>
|
69 | 71 |
|
70 |
| - * inst/include/Rcpp/vector/MatrixBase.h: Change sugar |
71 |
| - functions eye(), ones(), and zeros() into static methods |
72 |
| - in MatrixBase |
73 |
| - * inst/include/Rcpp/traits/one_type.h: Idem |
74 |
| - * inst/include/Rcpp/traits/traits.h: Idem |
| 72 | + * inst/include/Rcpp/vector/MatrixBase.h: Change sugar |
| 73 | + functions eye(), ones(), and zeros() into static methods |
| 74 | + in MatrixBase |
| 75 | + * inst/include/Rcpp/traits/one_type.h: Idem |
| 76 | + * inst/include/Rcpp/traits/traits.h: Idem |
75 | 77 | * inst/unitTests/cpp/Matrix.cpp: Idem
|
76 |
| - * inst/unitTests/runit.Matrix.R: Idem |
| 78 | + * inst/unitTests/runit.Matrix.R: Idem |
77 | 79 |
|
78 | 80 | 2016-10-24 Qiang Kou < [email protected]>
|
79 | 81 |
|
|
0 commit comments