-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3798b31
commit b449005
Showing
2 changed files
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,21 @@ | ||
2018-05-21 Siddhartha Bagaria <[email protected]> | ||
|
||
* src/DescriptorPoolLookup.cpp: New reset() function | ||
* src/DescriptorPoolLookup.h: Idem | ||
* src/RSourceTree.cpp: New directory removal function | ||
* src/RSourceTree.h: Idem | ||
* src/init.c: Register new resetDescriptorPool_cpp functions | ||
* src/rprotobuf.cpp: callable resetDescriptorPool_cpp() function | ||
* man/readProtoFiles.Rd: Added documentation | ||
* R/internals.R: Add R-callable resetDescriptorPool() | ||
* NAMESPACE: Corresponding export | ||
|
||
* inst/unitTests/data/cyclical/*: Unit test infrastructure | ||
* inst/unitTests/data/recursive/*: Idem | ||
* inst/unitTests/data/subdir/*: Idem | ||
* inst/unitTests/data/unittest.proto: Added proto definition | ||
* inst/unitTests/runit.import.R: New tests | ||
|
||
2018-05-20 Dirk Eddelbuettel <[email protected]> | ||
|
||
* DESCRIPTION (Version, Date): Roll minor version | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters