Skip to content

Commit 41c783f

Browse files
committed
updated ChangeLog for several of the recent PRs
1 parent 4a683ea commit 41c783f

File tree

1 file changed

+26
-3
lines changed

1 file changed

+26
-3
lines changed

ChangeLog

Lines changed: 26 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,28 @@
1+
2015-08-30 Dirk Eddelbuettel <[email protected]>
2+
3+
* vignettes/Rcpp.bib: Updated RcppGSL entry
4+
15
2015-08-29 Dirk Eddelbuettel <[email protected]>
26

3-
* vignettes/Rcpp.bib: Add RcppZiggurat
7+
* vignettes/Rcpp.bib: Add RcppZiggurat entry
8+
9+
* inst/include/Rcpp/utils/tinyformat.h: Updated to current upstream
10+
version keeping our local modifications / adaptations (PR #357)
11+
12+
2015-08-29 Qiang Kou <[email protected]>
13+
14+
* inst/include/Rcpp/vector/Subsetter.h: Enable logical subsetting on
15+
both LHS and RHS, eg 'a[b > 3] = b[b > 3]' (pull request #352 addressing
16+
issue #345)
17+
* inst/unitTests/cpp/Subset.cpp: Ditto
18+
* inst/unitTests/runit.subset.R: Unit tests for above
419

520
2015-08-26 Dirk Eddelbuettel <[email protected]>
621

722
* inst/unitTests/testRcppClass/src/rcpp_module.cpp: Renamed Module
823
'World' to 'RcppClassWorld' to avoid multiple modules with same name
24+
(pull request #351, fixed issue #350)
25+
926
* inst/unitTests/testRcppClass/man/Rcpp_class_examples.Rd: Ditto
1027
* inst/unitTests/testRcppClass/R/load.R: Ditto
1128
* inst/unitTests/testRcppClass/NAMESPACE: Ditto
@@ -25,11 +42,16 @@
2542
* R/loadModule.R: For now=TRUE, always set .botched to FALSE which
2643
corresponds to the case of the methods package being in the search path
2744
* inst/include/Rcpp/Reference.h: Call call with the internal Namespace
28-
45+
2946
2015-08-24 Dirk Eddelbuettel <[email protected]>
3047

3148
* vignettes/Rcpp.bib: Updated R / R Core references
3249

50+
2015-08-23 Romain Francois <[email protected]>
51+
52+
* inst/include/Rcpp/Benchmark/Timer.h: Silence 'g++ -pedantic' by
53+
replaceing one R_xlen_t by size_t (pull request #348)
54+
3355
2015-08-19 Florian Plaza Onate <[email protected]>
3456
* inst/include/Rcpp/vector/Vector.h: Add 'at' methods which implement
3557
accessors with bounds cheking (pull request #342, fixes issue #341)
@@ -61,7 +83,8 @@
6183
2015-08-02 Dirk Eddelbuettel <[email protected]>
6284

6385
* R/Attributes.R (sourceCpp): In no-rebuild-needed case, also set a
64-
default directory restoration via on.exit()
86+
default directory restoration via on.exit() (pull request #335,
87+
addressing issue #309)
6588

6689
2015-07-24 Dirk Eddelbuettel <[email protected]>
6790

0 commit comments

Comments
 (0)