◐ Shell
reader mode source ↗
Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
File filter
Conversations
Jump to
Diff view
Apply and reload
Show whitespace
Diff view
Apply and reload
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ License: GPL (>= 3)
URL: https://rcppcore.github.io/RcppParallel/, https://github.com/RcppCore/RcppParallel
BugReports: https://github.com/RcppCore/RcppParallel/issues
Biarch: TRUE
RoxygenNote: 7.3.2
Encoding: UTF-8
1 change: 1 addition & 0 deletions NAMESPACE
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,6 @@ export(LdFlags)
export(RcppParallel.package.skeleton)
export(RcppParallelLibs)
export(defaultNumThreads)
export(setThreadOptions)
export(tbbLibraryPath)
7 changes: 7 additions & 0 deletions NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@

## RcppParallel 6.0.0 (UNRELEASED)

* RcppParallel no longer includes tbb headers as part of the RcppParallel/TBB.h
header, and instead only exposes its TBB-specific APIs for parallel work.

Expand Down
26 changes: 26 additions & 0 deletions R/fork.R
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
17 changes: 17 additions & 0 deletions inst/include/RcppParallel/Fork.h
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
32 changes: 32 additions & 0 deletions man/isForkedChild.Rd
Loading
Toggle all file notes Toggle all file annotations