An open API service providing commit metadata for open source projects.

GitHub / RcppCore/RcppParallel / commits

High-level functions for parallel programming with Rcpp

SHA Message Author Date Stats
1e1108f6 some updates, still more style than content Dirk Eddelbuettel <e****d@d****g> over 11 years ago
27cbb0ae add a couple of slides on goals and approach JJ Allaire <j****j@r****g> over 11 years ago
54b8efa6 move presentation to inst JJ Allaire <j****j@r****g> over 11 years ago
f5cd95a1 remove a leftover latex command Dirk Eddelbuettel <e****d@d****g> over 11 years ago
407b6e01 address various open issues in Rmd formatting JJ Allaire <j****j@r****g> over 11 years ago
3b070c31 merge Merge branch 'master' of github.com:RcppCore/RcppParallel Dirk Eddelbuettel <e****d@d****g> over 11 years ago
351ab627 rough first draft in progress Dirk Eddelbuettel <e****d@d****g> over 11 years ago
84567dcb merge Merge branch 'master' of github.com:RcppCore/RcppParallel JJ Allaire <j****j@r****g> over 11 years ago
06db0328 update DESCRIPTION JJ Allaire <j****j@r****g> over 11 years ago
e3264d63 install testthat from hadley. closes #9 Romain Francois <r****n@r****m> over 11 years ago
54124329 bump version JJ Allaire <j****j@r****g> over 11 years ago
bb427746 don't build legacy symbols (for backwards binary compatability) JJ Allaire <j****j@r****g> over 11 years ago
d3c90bcc bump version JJ Allaire <j****j@r****g> over 11 years ago
41277101 forward clang to tbb makefile JJ Allaire <j****j@r****g> over 11 years ago
e140f630 update NEWS and DESCRIPTION JJ Allaire <j****j@r****g> over 11 years ago
67ab4cef forward compiler to tbb makefile JJ Allaire <j****j@r****g> over 11 years ago
060ec30e update to tbb 4.3 JJ Allaire <j****j@r****g> over 11 years ago
3ce02043 bump version and date JJ Allaire <j****j@r****g> almost 12 years ago
256b4091 correct platform conditionals in .onLoad and setThreadOptions JJ Allaire <j****j@r****g> almost 12 years ago
3e40b888 mark as CXX11 JJ Allaire <j****j@r****g> almost 12 years ago
af4f1d5a restore suggests (hoping we can soon change the tests so they can run on CRAN) JJ Allaire <j****j@r****g> almost 12 years ago
fa989ee8 change readme to reference CRAN JJ Allaire <j****j@r****g> almost 12 years ago
0bf3499a fixes for compilation on windows JJ Allaire <j****j@r****g> almost 12 years ago
8bec48fb merge Merge branch 'master' of github.com:RcppCore/RcppParallel JJ Allaire <j****j@r****g> almost 12 years ago
856492d6 restore tests based on RCPP environment variable JJ Allaire <j****j@r****g> almost 12 years ago
a99b2945 bump version JJ Allaire <j****j@r****g> almost 12 years ago
c81beaea allow explicit override of use_tbb JJ Allaire <j****j@r****g> almost 12 years ago
4c1e5c71 use tbb on linux and darwin JJ Allaire <j****j@r****g> almost 12 years ago
28652909 only use tbb on linux and darwin JJ Allaire <j****j@r****g> almost 12 years ago
d887e994 don't include RcppParallel/Timer.h by default (it depends on nanotime functio... JJ Allaire <j****j@r****g> almost 12 years ago
6c812b06 only build tbb on darwin JJ Allaire <j****j@r****g> almost 12 years ago
c9f83948 various changes to pass R CMD check JJ Allaire <j****j@r****g> almost 12 years ago
8cdb742a merge Merge branch 'master' of https://github.com/RcppCore/RcppParallel Romain François <r****n@r****m> almost 12 years ago
c57ae24c some adjustments to Timer classes Romain François <r****n@r****m> almost 12 years ago
6ad9857f adding a size() method to IndexRange Romain François <r****n@r****m> almost 12 years ago
06c77c00 bring tests from RcppParallelTests Romain Francois <r****n@r****m> almost 12 years ago
477d80b8 that should fix it Romain Francois <r****n@r****m> almost 12 years ago
cb818ab1 added some capabilities to ProportionTimer, and refine TimesList to track dat... Romain François <r****n@r****m> almost 12 years ago
e5230201 added ProportionTimer to keep track of how much data is handled by a worker, ... Romain François <r****n@r****m> almost 12 years ago
7c046071 oops this was not meant to stay in Romain François <r****n@r****m> almost 12 years ago
a2c3191f tools to help with Timer. Romain François <r****n@r****m> almost 12 years ago
12b9cf15 getting no newline at end of file warning [ci skip] Romain François <r****n@r****m> almost 12 years ago
e31094dc using tests from the RcppParallelTests repo Romain François <r****n@r****m> almost 12 years ago
3118be04 same const correctness issue with RMatrix Romain François <r****n@r****m> almost 12 years ago
2702a140 const correctness needed for Rcpp impl that is more careful about such things... Romain François <r****n@r****m> almost 12 years ago
ea1ea48e correct return type for operator[] JJ Allaire <j****j@r****g> almost 12 years ago
5e0f110e merge Merge branch 'master' of github.com:RcppCore/RcppParallel JJ Allaire <j****j@r****g> almost 12 years ago
fb4c0f91 add RVector wrapper type JJ Allaire <j****j@r****g> almost 12 years ago
25457a55 one-char change to suppress a -pedantic warning about a superfluous ';' Dirk Eddelbuettel <e****d@d****g> almost 12 years ago
3f8f00b5 non-const accessor for matrix column JJ Allaire <j****j@r****g> almost 12 years ago
1184fe96 another note on benchmarks JJ Allaire <j****j@r****g> almost 12 years ago
207e96e3 note use of haswell for benchmarks JJ Allaire <j****j@r****g> almost 12 years ago
59dda5e6 update readme JJ Allaire <j****j@r****g> almost 12 years ago
5d732b42 update readme JJ Allaire <j****j@r****g> almost 12 years ago
c5cdf5c3 revise readme JJ Allaire <j****j@r****g> almost 12 years ago
0ab72d2a add distance matrix example JJ Allaire <j****j@r****g> almost 12 years ago
e4dad265 maintain examples on the gallery JJ Allaire <j****j@r****g> almost 12 years ago
23ea03e6 merge Merge branch 'master' of github.com:RcppCore/RcppParallel JJ Allaire <j****j@r****g> almost 12 years ago
f92f973e add <algorithm> to includes JJ Allaire <j****j@r****g> almost 12 years ago
89d3308a remove featured tag from parallel inner product JJ Allaire <j****j@r****g> almost 12 years ago
59755cba const correctness for RMatrix and iterators JJ Allaire <j****j@r****g> almost 12 years ago
83d08dd0 use const for input vector JJ Allaire <j****j@r****g> almost 12 years ago
1e806b97 update benchmark JJ Allaire <j****j@r****g> almost 12 years ago
944f9156 simplify parallel distance benchmark JJ Allaire <j****j@r****g> almost 12 years ago
6edbb515 more tweaks to example comments JJ Allaire <j****j@r****g> almost 12 years ago
8dec5465 add comments to examples JJ Allaire <j****j@r****g> almost 12 years ago
409a1605 merge Merge pull request #2 from extemporaneousb/master JJ Allaire <j****e@g****m> almost 12 years ago
5810ffb9 Fixed small typo James Bullard <j****d@w****m> almost 12 years ago
89ce7371 Added R implementation of JS-Distance as well as appropriate benchmarking code James Bullard <j****d@w****m> almost 12 years ago
50277c48 update repo location in installation instructions JJ Allaire <j****j@r****g> almost 12 years ago
17069dfb recode kl_divergence using iterators JJ Allaire <j****j@r****g> almost 12 years ago
9844de2b make matrix row iterator random access JJ Allaire <j****j@r****g> almost 12 years ago
b2248bfc call correct versions for comparsion JJ Allaire <j****j@r****g> almost 12 years ago
1e78e8cf reformat comments JJ Allaire <j****j@r****g> almost 12 years ago
2fbe257b more cleanup JJ Allaire <j****j@r****g> almost 12 years ago
7c8c02ba parallel version JJ Allaire <j****j@r****g> almost 12 years ago
e94591e3 use RMatrix type in parallel matrix example JJ Allaire <j****j@r****g> almost 12 years ago
9dfba1e0 fix identing JJ Allaire <j****j@r****g> almost 12 years ago
54699978 operator() for RMatrix JJ Allaire <j****j@r****g> almost 12 years ago
d0661b69 re-arrange the methods JJ Allaire <j****j@r****g> almost 12 years ago
6a5626a9 add length methods JJ Allaire <j****j@r****g> almost 12 years ago
596ac18b single alias to parent in Row JJ Allaire <j****j@r****g> almost 12 years ago
d91c80f7 lower case iterator JJ Allaire <j****j@r****g> almost 12 years ago
7af7f7d9 commit example (work in progress) JJ Allaire <j****j@r****g> almost 12 years ago
5f53023d rename to RMatrix JJ Allaire <j****j@r****g> almost 12 years ago
39b6e1f2 spacing/layout JJ Allaire <j****j@r****g> almost 12 years ago
9d2548c2 additional inline hinting JJ Allaire <j****j@r****g> almost 12 years ago
3b62aaf9 fix typo JJ Allaire <j****j@r****g> almost 12 years ago
af366d9c row and column classes JJ Allaire <j****j@r****g> almost 12 years ago
f755e815 use namespace in examples JJ Allaire <j****j@r****g> almost 12 years ago
82d0f838 use matrix accessor JJ Allaire <j****j@r****g> almost 12 years ago
f4dbf3c3 use const wherever appropriate JJ Allaire <j****j@r****g> almost 12 years ago
73fd9184 revert reader/writer classes JJ Allaire <j****j@r****g> almost 12 years ago
76640245 convert examples to readers and writers JJ Allaire <j****j@r****g> almost 12 years ago
5f2988fc VectorReader class JJ Allaire <j****j@r****g> almost 12 years ago
fba8beb3 add comments to all examples JJ Allaire <j****j@r****g> almost 12 years ago
4c5937c2 add comments to inner-product JJ Allaire <j****j@r****g> almost 12 years ago
a054c571 work on package docs JJ Allaire <j****j@r****g> almost 12 years ago
5319a4fd don't compare matrix JJ Allaire <j****j@r****g> almost 12 years ago
13a54942 disable copying and assignment for Worker JJ Allaire <j****j@r****g> almost 12 years ago

← Back to repository